]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail.mc
- added man to BR
[packages/sendmail.git] / sendmail.mc
1 divert(-1)
2 dnl This is the macro config file used to generate the /etc/mail/sendmail.cf
3 dnl file. If you modify thei file you will have to regenerate the
4 dnl /etc/mail/sendmail.cf by running this macro config through the m4
5 dnl preprocessor:
6 dnl
7 dnl        m4 /etc/mail/sendmail.mc > /etc/mail/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(`confTO_CONNECT', `1m')
17 define(`confTRY_NULL_MX_LIST',true)
18 define(`confDONT_PROBE_INTERFACES',true)
19 define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
20 define('ALIAS_FILE','/etc/mail/aliases')
21 define(`confPRIVACY_FLAGS',`authwarnings,novrfy,noexpn,noetrn')
22 TRUST_AUTH_MECH(`LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
23 define(`confAUTH_MECHANISMS',`LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
24 dnl     Define maximum message size here if you want:
25 dnl     define(`confMAX_MESSAGE_SIZE', `10000000')
26 FEATURE(`smrsh',`/usr/sbin/smrsh')
27 FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
28 FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
29 FEATURE(`genericstable',`hash -o /etc/mail/genericstable')
30 FEATURE(redirect)
31 dnl tun off Message Submission Agent (MSA)
32 dnl FEATURE(`no_default_msa')
33 FEATURE(always_add_domain)
34 FEATURE(use_cw_file)
35 FEATURE(local_procmail)
36 FEATURE(`access_db')
37 FEATURE(`blacklist_recipients')
38 dnl We strongly recommend to comment this one out if you want to protect
39 dnl yourself from spam. However, the laptop and users on computers that do
40 dnl not hav 24x7 DNS do need this.
41 dnl FEATURE(`accept_unresolvable_domains')
42 dnl FEATURE(`relay_based_on_MX')
43 MAILER(smtp)
44 MAILER(procmail)
This page took 0.021969 seconds and 3 git commands to generate.