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

After migration postfix does not accept mail

hgmichna

Basic Pleskian
I have migrated to a new server running Plesk 11.0.9 with postfix 2.7.1-1+squeeze1. On the old server email worked perfectly well, but on the new one I have this problem.

When I try to send mail from Thunderbird or K-9, I receive an error mail back, essentially with the message:

451 4.3.0 Error: queue file write error

Following a hint from somebody who apparently does not understand the problem fully, I changed the line

submission inet n - - - - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions= -o smtpd_proxy_filter=127.0.0.1:10025

into

submission inet n - - - - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions=

This solves the problem, but only by creating a new one. I have removed the smtpd_proxy_filter function that I do not want to remove. Therefore I am looking for help from somebody who understands the cause of the problem, and I hope to find somebody here.

I have changed postfix to verbose logging, but even so the log is meaningless, at least for me. Please see the attached text file. It contains the complete error mail and the relevant log excerpt.
 

Attachments

  • mail.info_excerpt.txt
    9.5 KB · Views: 0
Back
Top