Florian Schaal
2015-11-15 798c41ad3637635808d20c7e2d1a263bd431deef
once more....
1 files modified
2 ■■■ changed files
server/plugins-available/postfix_server_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/postfix_server_plugin.inc.php
@@ -162,8 +162,8 @@
        }        
        
        if($app->system->is_installed('dovecot')) {
            $temp = exec("postconf -n virtual_transport", $out);
            if ($mail_config["mailbox_virtual_uidgid_maps"] == 'y') {
                $temp = exec("postconf -n virtual_transport", $out);
                // If dovecot switch to lmtp
                if($out[0] != "virtual_transport = lmtp:unix:private/dovecot-lmtp") {
                    exec("postconf -e 'virtual_transport = lmtp:unix:private/dovecot-lmtp'");