From 02a6e3ee00d70992cd7691233d7f68cadc1027fe Mon Sep 17 00:00:00 2001 From: hackbard Date: Sun, 25 Jul 2004 10:33:07 +0000 Subject: [PATCH] fixed sendmail --- doc/CHANGELOG | 1 + packages/hackbard/sendmail/sendmail.setup | 2 +- packages/hackbard/sendmail/site.config.m4 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b12d3ee..4e76ee9 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,5 +1,6 @@ *) 2004-07-25 +- fixed sendmail package - added setup script for openssh - some target modifications - added FAI docu and script (not working yet, just to have it there!) diff --git a/packages/hackbard/sendmail/sendmail.setup b/packages/hackbard/sendmail/sendmail.setup index edd962f..5a8ea75 100644 --- a/packages/hackbard/sendmail/sendmail.setup +++ b/packages/hackbard/sendmail/sendmail.setup @@ -1,5 +1,5 @@ setup_block() { - useradd -u 2000 -g mail smmsp || true + useradd -u 2000 -g mail -d /var/mail smmsp || true chmod 1777 /tmp chmod 1777 /var/mail mkdir -p /var/spool/mqueue diff --git a/packages/hackbard/sendmail/site.config.m4 b/packages/hackbard/sendmail/site.config.m4 index 1245f6f..8ff6133 100644 --- a/packages/hackbard/sendmail/site.config.m4 +++ b/packages/hackbard/sendmail/site.config.m4 @@ -1,5 +1,5 @@ APPENDDEF(`confFORCE_RMAIL') -define(`confGBINGRP',mail') +define(`confGBINGRP',`mail') define(`confMANGRP',`root') define(`confMANOWN',`root') define(`confSBINGRP',`root') -- 2.20.1