Roundcube Community Forum

 

problems configuring roundcube

Started by saco721, November 18, 2015, 04:56:27 PM

Previous topic - Next topic

saco721

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!


saco721

Hi,

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