Author Topic: Does RoundCube support external SMTP server?  (Read 11024 times)

Offline lxgwx4

  • Jr. Member
  • **
  • Posts: 10
Does RoundCube support external SMTP server?
« on: November 10, 2006, 03:37:47 AM »
I've installed roundcube in my linux,and it works when I use the
$rcmail_config['smtp_server'] = 'localhost.localdomain';
or
$rcmail_config['smtp_server'] = '192.168.3.17';//192.168.3.17 is my IP
in the main.inc.php config file.
But when I use other smtp server address it couldn't send mail.It
shows:"failed to send message".
what's problem?Can anyone help me.
Thanks.

Offline tuXic

  • Newbie
  • *
  • Posts: 2
Re: Does RoundCube support external SMTP server?
« Reply #1 on: November 11, 2006, 03:35:07 AM »
Hi,

I doesn't know whether Roundcube can use an external SMTP, but you can take a look into your apache errorlog. Maybe there is some more information about the failure.


So, keep smiling!

Offline lxgwx4

  • Jr. Member
  • **
  • Posts: 10
Re: Does RoundCube support external SMTP server?
« Reply #2 on: November 13, 2006, 09:26:59 PM »
It's OK now.
just modify two lines:
$rcmail_config['default_host'] = array('192.168.3.52');
$rcmail_config['smtp_server'] = '192.168.3.52';