Mettere in HOLD degli specifici messaggi nella coda di Postfix
| Attenzione questo articolo è ancora incompleto. Sentiti libero di contribuire cliccando sul tasto edit. |
postconf -e "header_checks = regexp:/etc/postfix/header_checks"
$ cat /etc/postfix/main.cf
...
smtpd_recipient_restrictions =
check_sender_access hash:/etc/postfix/restricted_senders
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
smtpd_restriction_classes = local_only
local_only =
check_recipient_access hash:/etc/postfix/local_domains, static:HOLD
$ cat /etc/postfix/restricted_senders
openerp@fuxta.juno.priv local_only
$ cat /etc/postfix/local_domains
fuxta.juno.priv OK