equal
deleted
inserted
replaced
1 .TH "VMM" "1" "2012-09-02" "vmm 0.6" "vmm" |
1 .TH "VMM" "1" "2012-09-27" "vmm 0.6" "vmm" |
2 .SH NAME |
2 .SH NAME |
3 vmm \- command line tool to manage email domains/accounts/aliases |
3 vmm \- command line tool to manage email domains/accounts/aliases |
4 .\" ----------------------------------------------------------------------- |
4 .\" ----------------------------------------------------------------------- |
5 .SH SYNOPSIS |
5 .SH SYNOPSIS |
6 .B vmm |
6 .B vmm |
819 .B vmm aa postmaster@example.com postmaster+%d@example.org |
819 .B vmm aa postmaster@example.com postmaster+%d@example.org |
820 .fi |
820 .fi |
821 .\" ------------------------------------ |
821 .\" ------------------------------------ |
822 .SS aliasdelete (ad) |
822 .SS aliasdelete (ad) |
823 .BI "vmm aliasdelete" " address" |
823 .BI "vmm aliasdelete" " address" |
824 .RI [ destination ] |
824 .RI [ destination " ...]" |
825 .PP |
825 .PP |
826 Use this subcommand to delete the alias with the given |
826 This subcommand is used to delete one or multiple |
|
827 .IR destination s |
|
828 from the alias with the given |
827 .IR address . |
829 .IR address . |
828 .PP |
830 .PP |
829 If the optional |
831 When no |
830 .I destination |
832 .I destination |
831 address is given, only this |
833 address was specified the alias with all its destinations will be deleted. |
832 destination will be removed from the alias. |
|
833 .PP |
834 .PP |
834 Example: |
835 Example: |
835 .PP |
836 .PP |
836 .nf |
837 .nf |
837 .B vmm ad support@example.com d.user@example.com |
838 .B vmm ad support@example.com d.user@example.com |
933 * user@example.org |
934 * user@example.org |
934 .fi |
935 .fi |
935 .\" ------------------------------------ |
936 .\" ------------------------------------ |
936 .SS catchalldelete (cad) |
937 .SS catchalldelete (cad) |
937 .BI "vmm catchalldelete " fqdn |
938 .BI "vmm catchalldelete " fqdn |
938 .RI [ destination ] |
939 .RI [ destination " ...]" |
939 .PP |
940 .PP |
940 With this subcommand, catch\-all aliases defined for a domain can be |
941 With this subcommand, catch\-all aliases defined for a domain can be |
941 removed, either all of them, or a single one if specified explicitly. |
942 removed, either all of them, or those |
|
943 .IR destination s |
|
944 which were specified explicitly. |
942 .PP |
945 .PP |
943 Example: |
946 Example: |
944 .PP |
947 .PP |
945 .nf |
948 .nf |
946 .B vmm catchalldelete example.com user@example.com |
949 .B vmm catchalldelete example.com user@example.com |