]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail.mc
- renamed to sendmail.mc.
[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')
25FEATURE(redirect)
26FEATURE(always_add_domain)
27FEATURE(use_cw_file)
28FEATURE(local_procmail)
29FEATURE(`access_db')
30FEATURE(`blacklist_recipients')
31dnl We strongly recommend to comment this one out if you want to protect
32dnl yourself from spam. However, the laptop and users on computers that do
33dnl not hav 24x7 DNS do need this.
34FEATURE(`accept_unresolvable_domains')
35dnl FEATURE(`relay_based_on_MX')
36MAILER(smtp)
37MAILER(procmail)
This page took 0.031401 seconds and 4 git commands to generate.