Mettere in HOLD degli specifici messaggi nella coda di Postfix

From RVM Wiki
Revision as of 03:02, 9 December 2012 by Gabriele.vivinetto (talk | contribs) (Created page with "{{Stub}} postconf -e "header_checks = regexp:/etc/postfix/header_checks" $ cat /etc/postfix/main.cf ... smtpd_recipient_restrictions = …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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