Roundcube Community Forum

 

Error 454 4.7.1 relay denied

Started by jptferreira, December 09, 2013, 11:20:29 AM

Previous topic - Next topic

jptferreira

Converted from Squirrelmail to Roundcube and really like it. Can receive emails but cannot send, get the Error 454 4.7.1 relay denied. Email applications like outlook and thunderbird... and iphones all working fine with the email server. Tried to check everything but couldn't find a reason for this problem.
Any possible help?

Thanks!

SKaero

Do you have SMTP setup up in the main.inc.php? If so how?

jptferreira

Thanks!

Here it goes:

$rcmail_config['smtp_server'] = 'mail.domain.com';

$rcmail_config['smtp_port'] = 25;

$rcmail_config['smtp_user'] = '';

$rcmail_config['smtp_pass'] = '';


$rcmail_config['smtp_auth_type'] = '';
$rcmail_config['smtp_auth_cid'] = null;

$rcmail_config['smtp_auth_pw'] = null;

$rcmail_config['smtp_helo_host'] = '';

$rcmail_config['smtp_timeout'] = 0;

SKaero

You need to add a value for smtp_user & smtp_pass, you can use %u for the current username and %p for the current password.

jptferreira

That was it! Thanks a lot! Amazing support!

JP