From 484e593112e3752e1838e625d129d145e62bc331 Mon Sep 17 00:00:00 2001 From: Dominik Mueller <info@profi-webdesign.net> Date: Thu, 23 Jan 2014 14:04:03 -0500 Subject: [PATCH] Merge branch 'vhostalias' of http://git.ispconfig.org/renky/ispconfig3 into vhostalias --- install/dist/lib/fedora.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/dist/lib/fedora.lib.php b/install/dist/lib/fedora.lib.php index ab25741..628f012 100644 --- a/install/dist/lib/fedora.lib.php +++ b/install/dist/lib/fedora.lib.php @@ -402,7 +402,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', 'receive_override_options = no_address_mappings' -- Gitblit v1.9.1