]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail.mc
- SASL configuration file must be Sendmail.conf, not sendmail (see sources)
[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 define(`confPRIVACY_FLAGS',`novrfy,noexpn')
23 TRUST_AUTH_MECH(`PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
24 define(`confAUTH_MECHANISMS',`PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
25 FEATURE(`smrsh',`/usr/sbin/smrsh')
26 FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
27 FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
28 FEATURE(`genericstable',`hash -o /etc/mail/genericstable')
29 FEATURE(redirect)
30 dnl tun off Message Submission Agent (MSA)
31 dnl FEATURE(`no_default_msa')
32 FEATURE(always_add_domain)
33 FEATURE(use_cw_file)
34 FEATURE(local_procmail)
35 FEATURE(`access_db')
36 FEATURE(`blacklist_recipients')
37 dnl We strongly recommend to comment this one out if you want to protect
38 dnl yourself from spam. However, the laptop and users on computers that do
39 dnl not hav 24x7 DNS do need this.
40 FEATURE(`accept_unresolvable_domains')
41 dnl FEATURE(`relay_based_on_MX')
42 MAILER(smtp)
43 MAILER(procmail)
This page took 0.026091 seconds and 3 git commands to generate.