On 1/9/2013 4:26 PM, Wietse Venema wrote:
How about: don't address-verify a mailing list that you are subscribed to. Doing so is pointless. Worse, it may cause mail delivery delays when they use VERP-style sender addresses that are different with each mailing list posting.

Fair enough. How do I turn off recipient address verification for my mailing lists? I see a way of forcing sender verification - but I don't see a particular method for NOT verifying recipients.

Or do I do that with:

smtpd_recipient_restrictions =
    reject_unknown_recipient_domain,
    check_recipient_access = hash:/etc/postfix/maps/mailing_lists
    reject_unverified_recipient,
    permit_sasl_authenticated,
    permit_mynetworks,
    reject_unauth_destination,
    permit

/etc/postfix/maps/mailing_lists
    mailingl...@mailingserver.com    OK

--
Daniel

Reply via email to