Frage zu smtp_tls_policy_maps...
    Jan P. Kessler 
    postfix at jpkessler.info
                  
    Fr Okt  9 17:33:36 CEST 2015
    
    
> Ich möchte jedoch, das mein Postfix die e-Mail erst gar nicht zum 
> versenden annimmt!
Evtl mit recipient_address_verification?
MAIN.CF
=======
# permanent verweigern
unverified_recipient_reject_code = 550
smtpd_recipient_restrictions =
        ...
        # vor dem PERMIT fuer den Versand einbinden
        check_recipient_access hash:/etc/postfix/verify_recipients
/etc/postfix/verify_recipients
========================
example.com    reject_unverified_recipient
Gruß, jpk
    
    
Mehr Informationen über die Mailingliste Postfixbuch-users