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