Roundcube Community Forum

Release Support => Release Discussion => Topic started by: rinzes on September 08, 2015, 11:07:24 AM

Title: Error 554
Post by: rinzes on September 08, 2015, 11:07:24 AM
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
Title: Re: Error 554
Post by: alec on September 08, 2015, 12:34:45 PM
Did you configure Roundcube to use SMTP server with authentication? See smtp_* options in config.
Title: Re: Error 554
Post by: rinzes on September 08, 2015, 12:48:09 PM
Yes I did..  I have the following:

$rcmail_config['smtp_server'] = 'ssl://localhost';
$rcmail_config['smtp_port'] = 465;
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = '';
Title: Re: Error 554
Post by: alec on September 08, 2015, 01:43:50 PM
No, you didn't ;)
Title: Re: Error 554
Post by: rinzes on September 08, 2015, 01:45:38 PM
Please enlighten me then  ???
Title: Re: Error 554
Post by: JohnDoh on September 08, 2015, 02:19:51 PM
Quote
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
right here, these settings mean do not use smtp authentication.
Title: Re: Error 554
Post by: rinzes on September 08, 2015, 02:28:57 PM
I found the problem. It was in my /etc/postfix/master.cf file It's now working ok