Author Topic: Error 554  (Read 5769 times)

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Error 554
« 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 "xxxxxx@gmail.com" (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 'xxxxxx@gmail.com' 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
« Last Edit: September 08, 2015, 12:09:03 PM by rinzes »

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Error 554
« Reply #1 on: September 08, 2015, 12:34:45 PM »
Did you configure Roundcube to use SMTP server with authentication? See smtp_* options in config.

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Re: Error 554
« Reply #2 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'] = '';

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Error 554
« Reply #3 on: September 08, 2015, 01:43:50 PM »
No, you didn't ;)

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Re: Error 554
« Reply #4 on: September 08, 2015, 01:45:38 PM »
Please enlighten me then  ???

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: Error 554
« Reply #5 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Re: Error 554
« Reply #6 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