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!