Author Topic: SMTP Error (550)  (Read 10060 times)

Offline madmax87

  • Newbie
  • *
  • Posts: 4
SMTP Error (550)
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
SMTP Error (550)
« Reply #1 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'] = '';
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline madmax87

  • Newbie
  • *
  • Posts: 4
SMTP Error (550)
« Reply #2 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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
SMTP Error (550)
« Reply #3 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…