Roundcube Community Forum

Release Support => Pending Issues => Topic started by: madmax87 on November 11, 2011, 04:04:24 AM

Title: SMTP Error (550)
Post by: madmax87 on November 11, 2011, 04:04:24 AM
Hi,

I tried setting up roundcube last night for a website with multiple email users and followed the installation process, the software seemed to work fine and load correctly and even allow me to log in and recieve, but when ever I tried to send a message regardless of who to and which account i get the following message;

SMTP Error (550): Failed to set sender "name@domain.co.uk" (bosauthsmtp12: Host 00.00.000.00: No unauthenticated relaying permitted)

Any ideas how to solve this, I've looked on forums and found no working solutions.

Cheers
Title: SMTP Error (550)
Post by: JohnDoh on November 11, 2011, 04:17:27 AM
Hi,

In the main rc config file you need to set:

Code: [Select]
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$rcmail_config['smtp_user'] = '';

// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';
Title: SMTP Error (550)
Post by: madmax87 on November 11, 2011, 05:01:46 AM
Thanks for getting back to me, just to confirm you mean the file in config folder main.inc.php?

Because it's already set to that?
Title: SMTP Error (550)
Post by: JohnDoh on November 15, 2011, 12:16:07 PM
thats the right file yes, did you read the instructions in the comments for those lines? my guess is you want to set them to %u and %p respectivly but knowing nothing about your setup i cant say for sure.