Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1678569e51ea5e7f5c409bee67f02c5992ba2b01)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1678569e51ea5e7f5c409bee67f02c5992ba2b01)
  • Date: Mon, 31 Jan 2011 08:59:59 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/dspam/BUILD | 4 ++++
mail/dspam/DEPENDS | 5 +++++
mail/dspam/HISTORY | 4 ++++
3 files changed, 13 insertions(+)

New commits:
commit 1678569e51ea5e7f5c409bee67f02c5992ba2b01
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dspam: added mta support and fixed right settings for it

diff --git a/mail/dspam/BUILD b/mail/dspam/BUILD
index 8051edf..aeba885 100755
--- a/mail/dspam/BUILD
+++ b/mail/dspam/BUILD
@@ -7,6 +7,10 @@ OPTS="--with-dspam-home=$INSTALL_ROOT/var/spool/dspam \
$DSPAM_OPTS \
$OPTS" &&

+if is_depends_enabled $SPELL $(get_spell_provider $SPELL
MAIL-TRANSPORT-AGENT) ; then
+ OPTS="--with-dspam-mode=4511 $OPTS"
+fi &&
+
STORAGE_DRIVERS='hash_drv' &&
if is_depends_enabled $SPELL sqlite ; then
STORAGE_DRIVERS="$STORAGE_DRIVERS,sqlite3_drv"
diff --git a/mail/dspam/DEPENDS b/mail/dspam/DEPENDS
index acaa865..c7d9310 100755
--- a/mail/dspam/DEPENDS
+++ b/mail/dspam/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends MAIL-TRANSPORT-AGENT \
+ '' \
+ '' \
+ 'Enable delivery agent support' &&
+
optional_depends db \
'' \
'' \
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index eb128d0..567ada0 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,7 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added mta optional dependencies
+ * BUILD: use loyal rights if compiled with mta support
+
2011-01-27 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, INSTALL: switched to separate user 'dspam' for security




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1678569e51ea5e7f5c409bee67f02c5992ba2b01), Vlad Glagolev, 01/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page