]> git.pld-linux.org Git - packages/sendmail.git/blame_incremental - sendmail.mc
- removed all Group fields translations (oure rpm now can handle translating
[packages/sendmail.git] / sendmail.mc
... / ...
CommitLineData
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')
22define(`confPRIVACY_FLAGS',`novrfy,noexpn')
23TRUST_AUTH_MECH(`PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
24define(`confAUTH_MECHANISMS',`PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
25FEATURE(`smrsh',`/usr/sbin/smrsh')
26FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
27FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
28FEATURE(`genericstable',`hash -o /etc/mail/genericstable')
29FEATURE(redirect)
30dnl tun off Message Submission Agent (MSA)
31dnl FEATURE(`no_default_msa')
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.052845 seconds and 4 git commands to generate.