Postfix
Revision as of 18:19, 6 December 2009 by Woozle (talk | contribs) (Created page with '==About== category:softwarePostfix is an open-source Mail Transfer Agent for POSIX systems. It is fully supported by Webmin and is part of the Dovecot…')
About
Postfix is an open-source Mail Transfer Agent for POSIX systems. It is fully supported by Webmin and is part of the Dovecot stack.
Notes
To set up a catch-all address, edit main.cf and set the following parameters:
- local_recipient_maps =
- luser_relay = whereToSend
The syntax for whereToSend is explained here.
Examples:
- luser_relay = $user@anotherdomain.org
- forwards all email addressed to "invaliduser@firstdomain.org" to "invaliduser@anotherdomain.org"
- luser_relay = youraddress@anotherdomain.org
- forwards all email addressed to invalid users to "youraddress@anotherdomain.org".