• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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