Author Topic: main.inc.php changed after reboot  (Read 20492 times)

Offline Gido

  • Newbie
  • *
  • Posts: 1
main.inc.php changed after reboot
« on: September 14, 2011, 02:48:21 PM »
I would like to use roundcube mail on my Snology NAS and it works fine, but after a restart of the NAS the main.inc.php is changed.

I edit the file and made this configuration :

$rcmail_config['smtp_server'] = 'ssl://outbound.mailhop.org';
$rcmail_config['smtp_port'] = 465;

After a restart of the NAS the file main.inc.php is changed and the lines read :

$rcmail_config['smtp_server'] = 'ssl';
$rcmail_config['smtp_port'] = //outbound.mailhop.org;

I did try to made the file read only but this did not solved the case. How can I protect the main.inc.php so that's not modified after a restart of the NAS.

Gido.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
main.inc.php changed after reboot
« Reply #1 on: September 16, 2011, 12:08:23 AM »
You be better off contacting the makers of the NAS as this isn't a RoundCube problem.