Roundcube Community Forum

 

Error 554

Started by rinzes, September 08, 2015, 11:07:24 AM

Previous topic - Next topic

rinzes

When I attempt to send email I get the following error:

SMTP Error (554): Failed to add recipient "[email protected]" (5.7.1 <localhost[127.0.0.1]>: Client host rejected: Access denied).

error log:

[08-Sep-2015 10:52:06 -0400]: SMTP Error: SMTP error: Failed to add recipient '[email protected]' in /usr/share/roundcube/program/include/rcmail.php on line 1035 (POST /roundcube/?_unlock=loading1441723924933&_lang=en?_task=mail&_action=send)

Any and all help would be appreciated

alec

Did you configure Roundcube to use SMTP server with authentication? See smtp_* options in config.

rinzes

Yes I did..  I have the following:

$rcmail_config['smtp_server'] = 'ssl://localhost&#039;;
$rcmail_config['smtp_port'] = 465;
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = '';

alec


rinzes

Please enlighten me then  ???

JohnDoh

Quote
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
right here, these settings mean do not use smtp authentication.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

rinzes

I found the problem. It was in my /etc/postfix/master.cf file It's now working ok