• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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