Marius Cramer
2014-01-22 401870f2eb60aa2a0a7bcb4cacad9457b1ee92e0
Implemented:  FS#3291 - Change owner of .sieve file to vmail
1 files modified
1 ■■■■ changed files
server/plugins-available/maildeliver_plugin.inc.php 1 ●●●● patch | view | raw | blame | history
server/plugins-available/maildeliver_plugin.inc.php
@@ -205,6 +205,7 @@
            $tpl->setVar('addresses', $address_str);
            file_put_contents($sieve_file, $tpl->grab());
            exec('chown '.$mail_config['mailuser_name'].':'.$mail_config['mailuser_group'].' '.escapeshellcmd($sieve_file));
            unset($tpl);