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

Webmail (Horde) won't send email outside server.

T

tagman

Guest
Whenevr I try to send an email (using horde webmail) to a domain that is not hosted on my server, I get:

"There was an error sending your message: Failed to add recipient: [email protected] [SMTP: Invalid response code received from server (code: 553, response: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1))]"

I do have SMTP Authentication set in Mail, and I understand how to authenticate with an email client, but this using Horde webmail, shouldn't horde be able to authenticate on my server? Please help.
 
make sure you have a localhost entry in your etc/hosts file...
 
Thanks poke. I do have localhost in my /etc/hosts file.

I did change something else, and it seemed to fix the problem, and hopefully will help others;

in /etc/psa-horde/imp/servers.php;
make sure 'hordeauth' => true

Mine was set to false, once I changed it to true, I was able to send email through Horde.

Thanks
 
I also have this problem. But your answere didnt help my problem.

The error message from MAILER-DEAMON is:
"Remote host said: 550 Command rejected for policy reasons. For troubleshooting information, go to http://postmaster.msn.com"

Any ideas?

EDIT:
problem solved by this:

In /etc/psa-horde/imp/servers.php,
change:
'server' => 'localhost';
to:
'server' => '[YOUR IP ADDRESS HERE]';


thanks
 
550 usually mean a spam block policy, you can verify this by checking /usr/local/psa/var/log/mailog
 
Back
Top