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.
You be better off contacting the makers of the NAS as this isn't a RoundCube problem.