|
@ -3,6 +3,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: target/mnemosyne/pkgsel/Services/Mail/MTA.conf |
|
|
# Filename: target/mnemosyne/pkgsel/Services/Mail/MTA.conf |
|
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
# Copyright (C) 2002 - 2006 Alejandro Mery |
|
|
# Copyright (C) 2002 - 2006 Alejandro Mery |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
@ -14,7 +15,10 @@ |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
case "$SDECFG_TRG_MNEMOSYNE_MTA" in |
|
|
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 |
|
|
vmailmgr|qmail) SDECFGSET_PKG_QMAIL_QUEUE=1 |
|
|
SDECFGSET_PKG_QMAIL_LDAP=0 ;; |
|
|
|
|
|
|
|
|
SDECFGSET_PKG_QMAIL_LDAP=0 |
|
|
|
|
|
;; |
|
|
esac |
|
|
esac |