We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b4c85 commit 4586d50Copy full SHA for 4586d50
install/dist/lib/debian60.lib.php
@@ -95,8 +95,8 @@ public function configure_dovecot()
95
$configfile = 'dovecot-sql.conf';
96
if(is_file($config_dir.'/'.$configfile)){
97
copy($config_dir.'/'.$configfile, $config_dir.'/'.$configfile.'~');
98
+ chmod($config_dir.'/'.$configfile.'~', 0400);
99
}
- chmod($config_dir.'/'.$configfile.'~', 0400);
100
$content = rf('tpl/debian6_dovecot-sql.conf.master');
101
$content = str_replace('{mysql_server_ispconfig_user}',$conf['mysql']['ispconfig_user'],$content);
102
$content = str_replace('{mysql_server_ispconfig_password}',$conf['mysql']['ispconfig_password'], $content);
@@ -126,4 +126,4 @@ public function configure_fail2ban() {
126
127
128
129
-?>
+?>
0 commit comments