Joe Benson a écrit : > Does anyone know how to configure Postfix to only allow outgoing email > to a set list of email addresses? I would like to have anything going > out to an unlisted address to go to a local mailbox. >
define "outgoing". is it mail from mynetworks? is it SASL authenticated mail? is it mail received on port 587? you can use smtpd restriction classes with a REDIRECT. check the docs to see if this fits your needs.