Author Topic: SMTP error 554  (Read 5224 times)

Offline rinzes

  • Newbie
  • *
  • Posts: 8
SMTP error 554
« on: March 20, 2015, 10:15:53 AM »
I have Webmail 0.9.5 installed. I am using the following smtp config:

$rcmail_config['smtp_server'] = 'ssl://localhost';
$rcmail_config['smtp_port'] = 465;

When sending mail I keep getting SMTP error 554 however when I use sendmail no errors occur so maybe I have a mis-config in roundcube. Any help would be appreciated 

add: here is from the errors log

[20-Mar-2015 10:01:35 -0400]: SMTP Error: SMTP error: Failed to add recipient 'lrdv@dvanet.tk' in /usr/share/roundcube/program/include/rcmail.php on line 1035 (POST /roundcube/?_unlock=loading1426856745283&_lang=en?_task=mail&_action=send)
root@mail:/var/log/roundcube#

have no idea what that means
« Last Edit: March 20, 2015, 10:23:28 AM by rinzes »

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,864
Re: SMTP error 554
« Reply #1 on: March 22, 2015, 06:23:44 AM »
SMTP error 554 is rely access denied I think. Try configuring Roundcube to use SMTP authentication. In the config file there are options like smtp_user and smtp_pass for that.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦