If one maintains a database of emails in /etc/passwd how can Postfix be configured to forward email to those?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
In the default configuration Postfix is already configured to deliver mails to all accounts in /etc/passwd and all aliases in /etc/aliases: http://www.postfix.org/postconf.5.html#local_recipient_maps Otherwise you can set the local_recipient_maps to the default value. |
|||
|
|