aboutsummaryrefslogtreecommitdiff
path: root/mc/common.mc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-04 10:49:56 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-04 10:49:56 +0000
commit57b7c3772134579875bcff074e4ca6c74bb2fa76 (patch)
treed92db86758344dbd034f7f82ebb64a87775644d1 /mc/common.mc
parent0efbd4a6a5519368d26ff9a29d94f856ea37e10f (diff)
downloadgsc-57b7c3772134579875bcff074e4ca6c74bb2fa76.tar.gz
gsc-57b7c3772134579875bcff074e4ca6c74bb2fa76.tar.bz2
Update
git-svn-id: file:///svnroot/gsc/trunk@220 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'mc/common.mc')
-rw-r--r--mc/common.mc28
1 files changed, 28 insertions, 0 deletions
diff --git a/mc/common.mc b/mc/common.mc
new file mode 100644
index 0000000..756cb94
--- /dev/null
+++ b/mc/common.mc
@@ -0,0 +1,28 @@
+divert(0)
+# $Id$
+divert(-1)
+dnl * To eliminate 8->7 bit base64 enconding
+define(`SMTP_MAILER_FLAGS',`8')
+
+dnl * Do not reveal my version number
+define(`confRECEIVED_HEADER',`$?sfrom $s $.$?_($?s$|from $.$_) $.
+ by $j$?r with $r$. id $i$?u
+ for $u$.; $b')
+dnl * Also, disable HELP,VRFY,EXPN
+define(`HELP_FILE',`none')
+define(`confSMTP_LOGIN_MSG',`$j Sendmail; $b')
+define(`confPRIVACY_FLAGS',`authwarnings,novrfy,noexpn,noetrn,needmailhelo')
+
+define(`confMAX_MESSAGE_SIZE',`5242880')
+
+dnl * File names
+define(`ALIAS_FILE', `/etc/mail/aliases')
+define(`STATUS_FILE', `/etc/mail/sendmail.st')
+define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
+define(`confFORWARD_PATH', `$z/.forward:$z/.forward.$w')
+
+dnl * MSA settings
+DAEMON_OPTIONS(`Name=MTA,Addr=0.0.0.0')
+FEATURE(`no_default_msa')
+DAEMON_OPTIONS(`Port=587,Addr=127.0.0.1, Name=MSA, M=E')
+

Return to:

Send suggestions and report system problems to the System administrator.