Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- maillog:
- Feb 17 10:39:34 ann200mail06 postfix/smtpd[28416]: connect from mail-yw0-f173.google.com[209.85.161.173]
- Feb 17 10:39:34 ann200mail06 postfix/smtpd[28416]: setting up TLS connection from mail-yw0-f173.google.com[209.85.161.173]
- Feb 17 10:39:34 ann200mail06 postfix/smtpd[28416]: Anonymous TLS connection established from mail-yw0-f173.google.com[209.85.161.173]: TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)
- Feb 17 10:39:35 ann200mail06 postfix/smtpd[28416]: warning: : "unknown smtpd restriction allow_abc_example"
- Feb 17 10:39:35 ann200mail06 postfix/smtpd[28416]: NOQUEUE: reject: RCPT from mail-yw0-f173.google.com[209.85.161.173]: 451 4.3.5 Server configuration error; from=<abc@gmail.com> to=<abc@example.com> proto=ESMTP helo=<mail-yw0-f173.google.com>
- Feb 17 10:39:35 ann200mail06 postfix/cleanup[29107]: 23E771B6676: message-id=<20160217153935.23E771B6676@ann200mail06.example.com>
- Feb 17 10:39:35 ann200mail06 postfix/smtpd[28416]: disconnect from mail-yw0-f173.google.com[209.85.161.173]
- Main.cf:
- smtpd_restriction_classes = allow_abc_example
- allow_abc_example = check_sender_access
- hash:/etc/postfix/allow_abc_example,
- reject
- # Now check who the message is for and confirm they should be sent to.
- smtpd_recipient_restrictions =
- check_recipient_access pcre:/etc/postfix/sms_recipient_check.pcre,
- pcre:/etc/postfix/bogus_email_address_list.pcre,
- permit_mynetworks,
- check_client_access hash:/etc/postfix/site_access,
- permit_sasl_authenticated,
- check_client_access hash:/etc/postfix/block_sites,
- reject_unauth_destination
- check_recipient_access hash:/etc/postfix/trusted-only
- # If it gets this far it is premitted.
- trusted-only:
- abc@example.com allow_abc_example
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.


