Author Topic: problems configuring roundcube  (Read 3274 times)

Offline saco721

  • Newbie
  • *
  • Posts: 2
problems configuring roundcube
« 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;

Code: [Select]
SMTP Error (554): Failed to add recipient "fred@yahoo.co.uk" (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 :

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

but still get :

Code: [Select]
SMTP Error (554): Failed to add recipient "fred@yahoo.co.uk" (5.7.1 : Relay access denied)

what else can I try?

Any help would be greatly appreciated!


Offline saco721

  • Newbie
  • *
  • Posts: 2
Re: problems configuring roundcube
« Reply #1 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.