Browse Source

qmail: add big qmail extension patch from milky

see: http://www.mcmilk.de/qmail/
user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
662410f7fa
  1. 4
      mail/qmail/config.in
  2. 3
      mail/qmail/qmail.conf
  3. 4
      mail/qmail/qmail.desc

4
mail/qmail/config.in

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../qmail/config.in
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2007 - 2013 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -32,6 +32,8 @@ if pkgcheck qmail X; then
SDECFGSET_PKG_QMAIL_QUEUE=0
fi
bool 'Apply Milkys big qmail extension patch' SDECFG_PKG_QMAIL_MILKYPATCH 0
bool 'Apply QMAILQUEUE patch' SDECFG_PKG_QMAIL_QUEUE 0
bool 'Enable remote QMTP' SDECFG_PKG_QMAIL_QMTP 0
bool 'Enable dynamic hold/release remote/local delivery' SDECFG_PKG_QMAIL_HOLD 0

3
mail/qmail/qmail.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../qmail/qmail.conf
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2006 - 2013 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -108,3 +108,4 @@ createdoc=0
[ "$SDECFG_PKG_QMAIL_QUEUE" == "1" ] && var_append patchfiles ' ' "$( match_source_file -p qmailqueue )"
[ "$SDECFG_PKG_QMAIL_QMTP" == "1" ] && var_append patchfiles ' ' "$( match_source_file -p qmtpc )"
[ "$SDECFG_PKG_QMAIL_HOLD" == "1" ] && var_append patchfiles ' ' "$( match_source_file -p hold )"
[ "$SDECFG_PKG_QMAIL_MILKYPATCH" == "1" ] && var_append patchfiles ' ' "$( match_source_file -p milky )"

4
mail/qmail/qmail.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../qmail/qmail.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2013 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -41,3 +41,5 @@
[D] 892890896 qmail-patch-1.03-qmtpc.diff http://qmail.org/qmail-1.03-qmtpc.patch
[D] 1253962652 qmail-patch-1.03-hold.diff.gz http://www.leverton.org/qmail-hold-1.03.pat.gz
[D] 2501605423 qmail-milky-patch-md25-2011-03-11.diff !http://www.mcmilk.de/qmail/dl/patches/md25-2011-03-11.diff

Loading…
Cancel
Save