Skip to Content.
Sympa Menu

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

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 (6ee1ccb75d843b675e1b801fe240821f76c2da67)
  • Date: Thu, 27 Jan 2011 03:53:20 -0600

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

ChangeLog | 3 +++
accounts | 1 +
groups | 1 +
mail/dspam/BUILD | 4 ++++
mail/dspam/HISTORY | 3 +++
mail/dspam/INSTALL | 2 +-
6 files changed, 13 insertions(+), 1 deletion(-)

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

dspam: switched to separate user for security

commit 962aa5b37ab5500a232622133f651c97032364d1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

added account data for dspam

diff --git a/ChangeLog b/ChangeLog
index 7017188..b72970d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * accounts, groups: added account data for dspam
+
2011-01-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/jstest-gtk: new spell, a joystick calibrator

diff --git a/accounts b/accounts
index cdea34e..a364f1e 100755
--- a/accounts
+++ b/accounts
@@ -92,4 +92,5 @@ dovenull:183:183
mongodb:184:185
unbound:185:186
postgrey:186:187
+dspam:187:188
nobody:65534:65534
diff --git a/groups b/groups
index 29a1c96..5118178 100755
--- a/groups
+++ b/groups
@@ -111,5 +111,6 @@ avahi-autoipd:184:
mongodb:185:
unbound:186:
postgrey:187:
+dspam:188:
users:1000:
nogroup:65534:
diff --git a/mail/dspam/BUILD b/mail/dspam/BUILD
index db581cf..8051edf 100755
--- a/mail/dspam/BUILD
+++ b/mail/dspam/BUILD
@@ -1,4 +1,8 @@
+create_account dspam &&
+
OPTS="--with-dspam-home=$INSTALL_ROOT/var/spool/dspam \
+ --with-dspam-group=dspam \
+--with-dspam-home-group=dspam \
--with-logdir=$INSTALL_ROOT/var/log/dspam \
$DSPAM_OPTS \
$OPTS" &&
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index 07f5774..eb128d0 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,6 @@
+2011-01-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, INSTALL: switched to separate user 'dspam' for security
+
2011-01-26 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: virtual users option is never reached; added debug flags
* DEPENDS: moved virtual users selection here
diff --git a/mail/dspam/INSTALL b/mail/dspam/INSTALL
index 3547603..d0e03d1 100755
--- a/mail/dspam/INSTALL
+++ b/mail/dspam/INSTALL
@@ -18,5 +18,5 @@ install -vD src/tools.mysql_drv/*.sql
${INSTALL_ROOT}/usr/share/doc/dspam/mysql/
fi &&

if [[ $INIT_INSTALLED ]]; then
- install -d -o root -g mail -vm 755 "$INSTALL_ROOT/var/run/dspam"
+ install -d -o dspam -g dspam -vm 755 "$INSTALL_ROOT/var/run/dspam"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6ee1ccb75d843b675e1b801fe240821f76c2da67), Vlad Glagolev, 01/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page