Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: lxgwx4 on November 10, 2006, 03:37:47 AM

Title: Does RoundCube support external SMTP server?
Post by: lxgwx4 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.
Title: Re: Does RoundCube support external SMTP server?
Post by: tuXic 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!
Title: Re: Does RoundCube support external SMTP server?
Post by: lxgwx4 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';