• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Postfix PCI Compliance Improvement

This suggestion should be more better for Postfix

  • Yes

    Votes: 1 100.0%
  • No

    Votes: 0 0.0%

  • Total voters
    1
E

EdwardDekker

Guest
Hi,

I want to suggest to improve the PCI Compliance that has standard delivered at the Parallels website.
And would i like to suggest to use these additional lines into your /etc/postfix/main.cf file.

This results into a better security and when you check you maillog (/usr/local/psa/var/log/maillog) will you'll able to tracking spambots down.

smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname
smtpd_tls_protocols = SSLv3, TLSv1
smtpd_tls_ciphers = high
smtpd_tls_exclude_ciphers = aNULL
smtpd_sasl_security_options = noplaintext
 
Last edited by a moderator:
Back
Top