]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail.mc
- updated to 8.11.4 and removed ipv6-glibc-2.2 obsoleted patch.
[packages/sendmail.git] / sendmail.mc
CommitLineData
7a540a4b 1divert(-1)
2dnl This is the macro config file used to generate the /etc/sendmail.cf
3dnl file. If you modify thei file you will have to regenerate the
4dnl /etc/sendmail.cf by running this macro config through the m4
5dnl preprocessor:
6dnl
7dnl m4 /etc/sendmail.mc > /etc/sendmail.cf
8dnl
9dnl You will need to have the sendmail-cf package installed for this to
10dnl work.
11include(`@@PATH@@/m4/cf.m4')
12define(`confDEF_USER_ID',``8:12'')
13OSTYPE(`linux')
14undefine(`UUCP_RELAY')
15undefine(`BITNET_RELAY')
16define(`confAUTO_REBUILD')
17define(`confTO_CONNECT', `1m')
18define(`confTRY_NULL_MX_LIST',true)
19define(`confDONT_PROBE_INTERFACES',true)
20define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
21define('ALIAS_FILE','/etc/mail/aliases')
22FEATURE(`smrsh',`/usr/sbin/smrsh')
23FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
24FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
1977c2d5 25FEATURE(`genericstable',`hash -o /etc/mail/genericstable')
7a540a4b 26FEATURE(redirect)
1977c2d5 27dnl tun off Message Submission Agent (MSA)
28dnl FEATURE(`no_default_msa')
7a540a4b 29FEATURE(always_add_domain)
30FEATURE(use_cw_file)
31FEATURE(local_procmail)
32FEATURE(`access_db')
33FEATURE(`blacklist_recipients')
34dnl We strongly recommend to comment this one out if you want to protect
35dnl yourself from spam. However, the laptop and users on computers that do
36dnl not hav 24x7 DNS do need this.
37FEATURE(`accept_unresolvable_domains')
38dnl FEATURE(`relay_based_on_MX')
39MAILER(smtp)
40MAILER(procmail)
This page took 0.031843 seconds and 4 git commands to generate.