Roundcube Community Forum

 

$rcmail_config problem

Started by dshad, January 15, 2013, 12:26:29 PM

Previous topic - Next topic

dshad

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

SKaero

It would probably be best to ask Synology support since its not a RoundCube problem.