• 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.

Post fix port 587

juandelmoralito

New Pleskian
I just reinstalled the SO with plesk included + postfix.
The master.cf comes without the submisson line:

smtp inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025
# -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - n - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#628 inet n - n - - qmqpd

I added it:
submission inet n - - - - smtpd -o smtpd_proxy_filter=127.0.0.1:10025

Then I restart the service:
service postfix restart
and everything goes right

Problems comes when I restart the service through the plesk panel
them the submission line disappear
Same thing occurs every night with the graceful restart
The plesk rewrite the master.cg but without the submission line.
I reinstall the postfix but same problem.
What can I do with that extraordinary Plesk.
 
Why you can't use Enable message submission check box to allow your customers to send e-mail messages through the port 587 as it is described in Administration Guide?
 
If I click on Enable message submission does this mean the postfix server will stop working on port 25?

Thanks
 
Back
Top