Skip to content
Snippets Groups Projects
Commit 798c41ad authored by Florian Schaal's avatar Florian Schaal
Browse files

once more....

parent 063932b0
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,8 @@ class postfix_server_plugin {
}
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'");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment