• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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