Browse Source

* fixed Services/MTA to enable qmail-ldap on mnemosyne.pl' way

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
6a75e4afd9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      pkgsel/Services/Mail/MTA.conf

pkgsel/Services/Mail/MTA.qmail-ldap.conf → pkgsel/Services/Mail/MTA.conf

@ -1,3 +1,4 @@
#!/bin/sh
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
@ -11,4 +12,7 @@
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
SDECFGSET_PKG_QMAIL_LDAP=1
case "$SDECFG_TRG_MNEMOSYNE_MTA" in
qmail-ldap) SDECFGSET_PKG_QMAIL_LDAP=1 ;;
esac

Loading…
Cancel
Save