830 .PP |
830 .PP |
831 .nf |
831 .nf |
832 .B vmm relocateddelete b.user@example.com |
832 .B vmm relocateddelete b.user@example.com |
833 .fi |
833 .fi |
834 .\" ----------------------------------------------------------------------- |
834 .\" ----------------------------------------------------------------------- |
|
835 .SH CATCH-ALL SUBCOMMANDS |
|
836 .SS catchalladd (caa) |
|
837 .BI "vmm catchalladd" " domain destination ..." |
|
838 .PP |
|
839 This subcommand allows to specify destination addresses for a domain, which |
|
840 shall receive mail addressed to unknown local parts within that domain. Those |
|
841 catch-all aliases hence "catch all" mail to any address in the domain (unless |
|
842 a more specific alias, mailbox or relocated entry exists). |
|
843 .PP |
|
844 WARNING: Catch-all addresses can cause mail server flooding because spammers |
|
845 like to deliver mail to all possible combinations of names, e.g. to all |
|
846 addresses between abba@example.org and zztop@example.org. |
|
847 .PP |
|
848 Example: |
|
849 .PP |
|
850 .nf |
|
851 .B vmm catchalladd example.com user@example.org |
|
852 .fi |
|
853 .\" ------------------------------------ |
|
854 .SS catchallinfo (cai) |
|
855 .BI "vmm catchallinfo " domain |
|
856 .PP |
|
857 This subcommand displays information about catch-all aliases defined for |
|
858 a domain. |
|
859 .PP |
|
860 Example: |
|
861 .PP |
|
862 .nf |
|
863 .B vmm catchallinfo example.com |
|
864 Catch-all information |
|
865 --------------------- |
|
866 Mail to unknown localparts in domain sarah-machwirth.de will be sent to: |
|
867 * user@example.org |
|
868 .fi |
|
869 .\" ------------------------------------ |
|
870 .SS catchalldelete (cadd) |
|
871 .BI "vmm catchalldelete " domain |
|
872 .RI [ destination ] |
|
873 .PP |
|
874 With this subcommand, catch-all aliases defined for a domain can be removed, |
|
875 either all of them, or a single one if specified explicitly. |
|
876 .PP |
|
877 Example: |
|
878 .PP |
|
879 .nf |
|
880 .B vmm catchalldelete example user@example.com |
|
881 .fi |
|
882 .\" ----------------------------------------------------------------------- |
835 .SH FILES |
883 .SH FILES |
836 .TP |
884 .TP |
837 .I /root/vmm.cfg |
885 .I /root/vmm.cfg |
838 will be used when found. |
886 will be used when found. |
839 .TP |
887 .TP |