• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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