From 185457e92fa7c06f59c3469697b815a73498d46c Mon Sep 17 00:00:00 2001 From: Dominik Müller <info@profi-webdesign.net> Date: Sun, 19 Jan 2014 17:31:22 -0500 Subject: [PATCH] Problem with checkbox not visible fixed additionsl configuration-changes when update -> use lmtp instead of dovecot directly --- install/dist/lib/debian60.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/dist/lib/debian60.lib.php b/install/dist/lib/debian60.lib.php index b3887cb..d792c5a 100644 --- a/install/dist/lib/debian60.lib.php +++ b/install/dist/lib/debian60.lib.php @@ -57,7 +57,7 @@ // Adding the amavisd commands to the postfix configuration $postconf_commands = array ( 'dovecot_destination_recipient_limit = 1', - 'virtual_transport = dovecot', + 'virtual_transport = lmtp:unix:private/dovecot-lmtp', 'smtpd_sasl_type = dovecot', 'smtpd_sasl_path = private/auth' ); -- Gitblit v1.9.1