• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Postfix open and configure smtpd

OverWolf

Regular Pleskian
Hi,

after I read this KB : How to use another port for SMTP connection if 25 port is blocked by ISP I have had some doubts.
- In master.cf shouldn't remove # from "submission inet n – n – – smtpd" ?
- Should I put # in front of "smtp inet n - n - - smtpd "?
- is it recommended to use SSL (465) and change to "smtps inet n – n – – smtpd "?

My mod like
Code:
smtpd_tls_security_level = may
smtpd_use_tls = yes
smtp_tls_security_level = encrypt
smtp_use_tls = yes
smtp_tls_mandatory_protocols = TLSv1 TLSv1.1 TLSv1.2
smtp_tls_protocols = TLSv1 TLSv1.1 TLSv1.2
smtpd_tls_dh1024_param_file = /etc/dhparam/dhparam2048.pem
smtp_tls_exclude_ciphers = aNULL, eNULL,
etc.
are set in main.cf. Is this ok ?

Thank you
 
Back
Top