Skip to content

Commit 798c41a

Browse files
author
Florian Schaal
committed
once more....
1 parent 063932b commit 798c41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/postfix_server_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ function update($event_name, $data) {
162162
}
163163

164164
if($app->system->is_installed('dovecot')) {
165+
$temp = exec("postconf -n virtual_transport", $out);
165166
if ($mail_config["mailbox_virtual_uidgid_maps"] == 'y') {
166-
$temp = exec("postconf -n virtual_transport", $out);
167167
// If dovecot switch to lmtp
168168
if($out[0] != "virtual_transport = lmtp:unix:private/dovecot-lmtp") {
169169
exec("postconf -e 'virtual_transport = lmtp:unix:private/dovecot-lmtp'");

0 commit comments

Comments
 (0)