]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- renamed to sendmail.mc.
authorkloczek <kloczek@pld-linux.org>
Tue, 30 May 2000 05:40:29 +0000 (05:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail.mc -> 1.1

sendmail.mc [new file with mode: 0644]

diff --git a/sendmail.mc b/sendmail.mc
new file mode 100644 (file)
index 0000000..621c31a
--- /dev/null
@@ -0,0 +1,37 @@
+divert(-1)
+dnl This is the macro config file used to generate the /etc/sendmail.cf
+dnl file. If you modify thei file you will have to regenerate the
+dnl /etc/sendmail.cf by running this macro config through the m4
+dnl preprocessor:
+dnl
+dnl        m4 /etc/sendmail.mc > /etc/sendmail.cf
+dnl
+dnl You will need to have the sendmail-cf package installed for this to
+dnl work.
+include(`@@PATH@@/m4/cf.m4')
+define(`confDEF_USER_ID',``8:12'')
+OSTYPE(`linux')
+undefine(`UUCP_RELAY')
+undefine(`BITNET_RELAY')
+define(`confAUTO_REBUILD')
+define(`confTO_CONNECT', `1m')
+define(`confTRY_NULL_MX_LIST',true)
+define(`confDONT_PROBE_INTERFACES',true)
+define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
+define('ALIAS_FILE','/etc/mail/aliases')
+FEATURE(`smrsh',`/usr/sbin/smrsh')
+FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
+FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
+FEATURE(redirect)
+FEATURE(always_add_domain)
+FEATURE(use_cw_file)
+FEATURE(local_procmail)
+FEATURE(`access_db')
+FEATURE(`blacklist_recipients')
+dnl We strongly recommend to comment this one out if you want to protect
+dnl yourself from spam. However, the laptop and users on computers that do
+dnl not hav 24x7 DNS do need this.
+FEATURE(`accept_unresolvable_domains')
+dnl FEATURE(`relay_based_on_MX')
+MAILER(smtp)
+MAILER(procmail)
This page took 0.049469 seconds and 4 git commands to generate.