Author Topic: $rcmail_config problem  (Read 4556 times)

Offline dshad

  • Newbie
  • *
  • Posts: 2
$rcmail_config problem
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: $rcmail_config problem
« Reply #1 on: January 15, 2013, 02:00:54 PM »
It would probably be best to ask Synology support since its not a RoundCube problem.