]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail.mc
- added one doc.
[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')
f80ff1e5 22define(`confPRIVACY_FLAGS',`novrfy,noexpn')
7a540a4b 23FEATURE(`smrsh',`/usr/sbin/smrsh')
24FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
25FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
1977c2d5 26FEATURE(`genericstable',`hash -o /etc/mail/genericstable')
7a540a4b 27FEATURE(redirect)
1977c2d5 28dnl tun off Message Submission Agent (MSA)
29dnl FEATURE(`no_default_msa')
7a540a4b 30FEATURE(always_add_domain)
31FEATURE(use_cw_file)
32FEATURE(local_procmail)
33FEATURE(`access_db')
34FEATURE(`blacklist_recipients')
35dnl We strongly recommend to comment this one out if you want to protect
36dnl yourself from spam. However, the laptop and users on computers that do
37dnl not hav 24x7 DNS do need this.
38FEATURE(`accept_unresolvable_domains')
39dnl FEATURE(`relay_based_on_MX')
40MAILER(smtp)
41MAILER(procmail)
This page took 0.038596 seconds and 4 git commands to generate.