From 016217832f76b26db1dba0d5be78ac5e5c9fe86d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 7 Mar 2007 20:53:05 +0000 Subject: [PATCH] * improved mnemosyne MTA module to enable domain aliasing support for qmail-ldap by default --- pkgsel/Services/Mail/MTA.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgsel/Services/Mail/MTA.conf b/pkgsel/Services/Mail/MTA.conf index 0c1aa01..73b4093 100644 --- a/pkgsel/Services/Mail/MTA.conf +++ b/pkgsel/Services/Mail/MTA.conf @@ -3,6 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/mnemosyne/pkgsel/Services/Mail/MTA.conf +# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2002 - 2006 Alejandro Mery # # More information can be found in the files COPYING and README. @@ -14,7 +15,10 @@ # --- SDE-COPYRIGHT-NOTE-END --- case "$SDECFG_TRG_MNEMOSYNE_MTA" in - qmail-ldap) SDECFGSET_PKG_QMAIL_LDAP=1 ;; + qmail-ldap) SDECFGSET_PKG_QMAIL_LDAP=1 + SDECFGSET_PKG_QMAIL_LDAP_DOMAINALIAS=1 + ;; vmailmgr|qmail) SDECFGSET_PKG_QMAIL_QUEUE=1 - SDECFGSET_PKG_QMAIL_LDAP=0 ;; + SDECFGSET_PKG_QMAIL_LDAP=0 + ;; esac -- 2.11.4.GIT