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

Mailenable & PHP Email - Server 501 Error

B

beri

Guest
Hello,

does anybody know a solution for this problem:

PHP Scripts sending emails could not delivier to some servers. I have checked the Mailenable logs and its always a 501 error. The strange thing is, that some server are acceping the emails.

Error Codes:

MailEnable: Message Delivery Failure.

The following recipient(s) could not be reached:

[SMTP:xxx]: 501 5.5.4 Invalid Address

------------

MailEnable: Message Delivery Failure.

The following recipient(s) could not be reached:

[SMTP:xxx]: 501 <@adminemail@>: no local part

------------


Anybody encountered this problem, too?

Thank you
 
Just found the solution

in the php.ini the standard setting is sendmail_from=@adminemail@.

This needs to be replaced by a correct domain name sendmail_from = ****@****
 
HI Guys,

I am having the same problem. However, the line in the php.ini file that you refer to is set to a proper, correct local email address...

Any other ideas?

Shane
 
Back
Top