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