Roundcube Community Forum

Release Support => Release Discussion => Topic started by: dshad on January 15, 2013, 12:26:29 PM

Title: $rcmail_config problem
Post by: dshad on January 15, 2013, 12:26:29 PM
Hi,

Trying to configure main.inc.php in order to put smtp server name and port number.  Here's what I put:

$rcmail_config['smtp_server'] = 'outbound.server.com';
$rcmail_config['smtp_port'] = 2525;

It seems to work, but as soon as I reboot my Synology NAS, those values are being replaced by:

$rcmail_config['smtp_server'] = 'maindomainname.com';
$rcmail_config['smtp_port'] = 25;

How do I prevent this?

Marc
Title: Re: $rcmail_config problem
Post by: SKaero on January 15, 2013, 02:00:54 PM
It would probably be best to ask Synology support since its not a RoundCube problem.