If one maintains a database of emails in /etc/passwd how can Postfix be configured to forward email to those?
feedback
|
|
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. | |||
|
feedback
|