Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: saco721 on November 18, 2015, 04:56:27 PM

Title: problems configuring roundcube
Post by: saco721 on November 18, 2015, 04:56:27 PM
Roundcube on Debian Squeeze,

Hi, Ive installed roundcube and everything seems ok. I can send and receive local mail, but when i try to send an external email, i get the following error;


SMTP Error (554): Failed to add recipient "[email protected]" (5.7.1 : Relay access denied)


Also I cannot recieve email.

I have tried to authenticate smtp with the following settings in main.inc.php :


$rcmail_config['default_host'] = 'localhost'; $rcmail_config['smtp_server'] = 'localhost'; $rcmail_config['smtp_user'] = '%u'; $rcmail_config['smtp_pass'] = '%p';


but still get :


SMTP Error (554): Failed to add recipient "[email protected]" (5.7.1 : Relay access denied)


what else can I try?

Any help would be greatly appreciated!

Title: Re: problems configuring roundcube
Post by: saco721 on November 19, 2015, 05:14:19 PM
Hi,

managed to fix the problem with outgoing mails, main.inc.php had errors. I do still have problems with receiving mails.