From d7480c82525c02c9d7a174104a7e08192e70245c Mon Sep 17 00:00:00 2001
From: Dominik Müller <info@profi-webdesign.com>
Date: Sat, 11 Oct 2014 13:52:43 -0400
Subject: [PATCH] Only Use LMTP in case of webserver->mailserver uid-mapping Use dovecot or maildrop in default-cases Switching to LMTP and back included in server-postfix-plugin validator added to disable switching uid-mapping when already created mailusers or in multiserver-environment

---
 install/dist/lib/opensuse.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/dist/lib/opensuse.lib.php b/install/dist/lib/opensuse.lib.php
index 1144776..0bcf58d 100644
--- a/install/dist/lib/opensuse.lib.php
+++ b/install/dist/lib/opensuse.lib.php
@@ -453,7 +453,7 @@
 		// Adding the amavisd commands to the postfix configuration
 		$postconf_commands = array (
 			'dovecot_destination_recipient_limit = 1',
-			'virtual_transport = lmtp:unix:private/dovecot-lmtp',
+			'virtual_transport = dovecot',
 			'smtpd_sasl_type = dovecot',
 			'smtpd_sasl_path = private/auth',
 		);

--
Gitblit v1.9.1