Fernando Gozalo: > Hi, > > How can I deliver the messages to the mailbox of the sender instead of > the mailbox of the recipient?
/etc/postfix/main.cf: smtpd_sender_restrictions = pcre:/etc/postfix/sender_access /etc/postfix/sender_access: /.+/ redirect $1 Documentation: http://www.postfix.org/access.5.html You can also do this with header_checks. I leave that as an exercise for the reader. Wietse