Correct setting of verified emails for MySQL database + Postfix delivery

Source: Internet
Author: User
The following articles mainly describe the actual operation steps for Correctly Setting Postfix + Cyrus-SASL + MySQL database shipping verified emails, even if it is an email sent to the local region or from the local area network, it must be verified, otherwise it will not be accepted. How can I modify the main. cf section? Mynetworks_stylehostmynetworks168

The following articles mainly describe the actual operation steps for Correctly Setting Postfix + Cyrus-SASL + MySQL database shipping verified emails, even if it is an email sent to the local region or from the local area network, it must be verified, otherwise it will not be accepted. How can I modify the main. cf section? Mynetworks_style = host mynetworks = 168

The following articles mainly describe the actual operation steps for Correctly Setting Postfix + Cyrus-SASL + MySQL database shipping verified emails, even if it is an email sent to the local region or from the local area network, it must be verified, otherwise it will not be accepted. How can I modify the main. cf section?

 
 
  1. mynetworks_style = host

Mynetworks = 168.100.189.0/28,127.0 .0.0/8

Define your server IP Address

 
 
  1. #====================SASL=====================
  2. smtpd_sasl_auth_enable = yes
  3. smtpd_sasl_security_clients = noanonymous
  4. broken_sasl_auth_clients = yes
  5. smtpd_delay_reject = yes
  6. smtpd_recipient_restrictions = permit_sasl_authenticated
  7. reject_rbl_client opm.blitzed.org
  8. reject_rbl_client list.dsbl.org
  9. reject_rbl_client bl.spamcop.net
  10. reject_rbl_client sbl-xbl.spamhaus.org
  11. reject_rbl_client cbl.anti-spam.org.cn
  12. reject_rbl_client cdl.anti-spam.org.cn
  13. reject_rbl_client cblplus.anti-spam.org.cn
  14. reject_invalid_hostname
  15. reject_unknown_sender_domain
  16. reject_non_fqdn_sender
  17. reject_non_fqdn_recipient
  18. reject_unknown_recipient_domain
  19. reject_unauth_pipelining
  20. reject_unauth_destination
  21. permit_mynetworks
  22. check_recipient_maps
  23. smtpd_client_restrictions = permit_sasl_authenticated
  24. smtpd_helo_restrictions = reject_invalid_hostname
  25. smtpd_sender_restrictions = permit_sasl_authenticated
  26. reject_non_fqdn_sender
  27. reject_unknown_sender_domain
  28. reject_sender_login_mismatch
  29. smtpd_sasl_authenticated_header = yes
  30. smtpd_helo_required = yes

The above content is an introduction to Postfix + Cyrus-SASL + MySQL database shipping verified email settings. I hope you will have some gains.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.