Browse Source

qmail: Added dk/dkim option to qmail-ldap. Configurable by SDECFG_PKG_QMAIL_LDAP_DKIM variable.

user/karasz/test/ecn
Nagy Karoly Gabriel 15 years ago committed by Alejandro Mery
parent
commit
43668de9fb
  1. 4
      mail/qmail/config.in
  2. 9462
      mail/qmail/qmail-dkim.diff
  3. 7
      mail/qmail/qmail-ldap.conf
  4. 16
      mail/qmail/qmail.cache

4
mail/qmail/config.in

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../qmail/config.in # Filename: package/.../qmail/config.in
# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -26,6 +26,8 @@ if pkgcheck qmail X; then
SDECFG_PKG_QMAIL_LDAP_DOMAINALIAS 0 SDECFG_PKG_QMAIL_LDAP_DOMAINALIAS 0
bool 'Enable Big Brother' \ bool 'Enable Big Brother' \
SDECFG_PKG_QMAIL_LDAP_BIGBROTHER 0 SDECFG_PKG_QMAIL_LDAP_BIGBROTHER 0
bool 'Enable DK-DKIM patch' \
SDECFG_PKG_QMAIL_LDAP_DKIM 0
SDECFGSET_PKG_QMAIL_QMTP=0 SDECFGSET_PKG_QMAIL_QMTP=0
SDECFGSET_PKG_QMAIL_QUEUE=0 SDECFGSET_PKG_QMAIL_QUEUE=0
fi fi

9462
mail/qmail/qmail-dkim.diff

File diff suppressed because it is too large Load Diff

7
mail/qmail/qmail-ldap.conf

@ -38,6 +38,13 @@ if [ "$SDECFG_PKG_QMAIL_LDAP_BIGBROTHER" == "1" ] ; then
var_append LDAPFLAGS ' ' "-DBIGBROTHER" var_append LDAPFLAGS ' ' "-DBIGBROTHER"
fi fi
# DK and DKIM support for qmail-ldap
if [ "$SDECFG_PKG_QMAIL_LDAP_DKIM" == "1" ] ; then
var_append patchfiles ' ' "$confdir/qmail-dkim.diff"
var_append LDAPFLAGS ' ' "-DDKIM"
fi
var_append makeopt ' ' "LDAPLIBS='-L$( pkgprefix libdir openldap ) -lldap -llber'" var_append makeopt ' ' "LDAPLIBS='-L$( pkgprefix libdir openldap ) -lldap -llber'"
var_append makeopt ' ' "SHADOWLIBS='-lcrypt'" var_append makeopt ' ' "SHADOWLIBS='-lcrypt'"
var_append makeopt ' ' "LDAPINCLUDES=-I$( pkgprefix includedir openldap )" var_append makeopt ' ' "LDAPINCLUDES=-I$( pkgprefix includedir openldap )"

16
mail/qmail/qmail.cache

@ -1,27 +1,27 @@
[TIMESTAMP] 1117403409 Sun May 29 17:50:09 2005 [TIMESTAMP] 1255697494 Fri Oct 16 15:51:34 2009
[CONFIG-ID] 2.1.0-rc1-x86-pentium4-generic [BUILDTIME] 15 (5)
[BUILDTIME] 6822 (5) [SIZE] 2.63 MB, 405 files
[SIZE] 2.27 MB, 443 files
[DEP] 00-dirtree
[DEP] bash [DEP] bash
[DEP] binutils [DEP] binutils
[DEP] bzip2 [DEP] bzip2
[DEP] coreutils [DEP] coreutils
[DEP] cyrus-sasl2
[DEP] diffutils [DEP] diffutils
[DEP] fhs
[DEP] findutils [DEP] findutils
[DEP] gawk
[DEP] gcc [DEP] gcc
[DEP] glibc [DEP] glibc
[DEP] grep [DEP] grep
[DEP] groff [DEP] groff
[DEP] linux-header
[DEP] make [DEP] make
[DEP] mktemp
[DEP] openldap [DEP] openldap
[DEP] openssl [DEP] openssl
[DEP] patch [DEP] patch
[DEP] runit
[DEP] sed [DEP] sed
[DEP] shadow
[DEP] sysfiles [DEP] sysfiles
[DEP] tar [DEP] tar
[DEP] util-linux-ng

Loading…
Cancel
Save