Blame SOURCES/sendmail-redhat.mc

95f7f3
divert(-1)dnl
95f7f3
dnl #
95f7f3
dnl # This is the sendmail macro config file for m4. If you make changes to
95f7f3
dnl # /etc/mail/sendmail.mc, you will need to regenerate the
95f7f3
dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is
95f7f3
dnl # installed and then performing a
95f7f3
dnl #
95f7f3
dnl #     /etc/mail/make
95f7f3
dnl #
95f7f3
include(`@@PATH@@/m4/cf.m4')dnl
95f7f3
VERSIONID(`setup for linux')dnl
95f7f3
OSTYPE(`linux')dnl
95f7f3
dnl #
95f7f3
dnl # Do not advertize sendmail version.
95f7f3
dnl #
95f7f3
dnl define(`confSMTP_LOGIN_MSG', `$j Sendmail; $b')dnl
95f7f3
dnl #
95f7f3
dnl # default logging level is 9, you might want to set it higher to
95f7f3
dnl # debug the configuration
95f7f3
dnl #
95f7f3
dnl define(`confLOG_LEVEL', `9')dnl
95f7f3
dnl #
95f7f3
dnl # Uncomment and edit the following line if your outgoing mail needs to
95f7f3
dnl # be sent out through an external mail server:
95f7f3
dnl #
95f7f3
dnl define(`SMART_HOST', `smtp.your.provider')dnl
95f7f3
dnl #
95f7f3
define(`confDEF_USER_ID', ``8:12'')dnl
95f7f3
dnl define(`confAUTO_REBUILD')dnl
95f7f3
define(`confTO_CONNECT', `1m')dnl
95f7f3
define(`confTRY_NULL_MX_LIST', `True')dnl
95f7f3
define(`confDONT_PROBE_INTERFACES', `True')dnl
95f7f3
define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl
95f7f3
define(`ALIAS_FILE', `/etc/aliases')dnl
95f7f3
define(`STATUS_FILE', `/var/log/mail/statistics')dnl
95f7f3
define(`UUCP_MAILER_MAX', `2000000')dnl
95f7f3
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
95f7f3
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
95f7f3
define(`confAUTH_OPTIONS', `A')dnl
95f7f3
dnl #
95f7f3
dnl # The following allows relaying if the user authenticates, and disallows
95f7f3
dnl # plaintext authentication (PLAIN/LOGIN) on non-TLS links
95f7f3
dnl #
95f7f3
dnl define(`confAUTH_OPTIONS', `A p')dnl
95f7f3
dnl #
95f7f3
dnl # which realm to use in SASL database (sasldb2)
95f7f3
dnl #
95f7f3
define(`confAUTH_REALM', `mail')dnl
95f7f3
dnl # 
95f7f3
dnl # PLAIN is the preferred plaintext authentication method and used by
95f7f3
dnl # Mozilla Mail and Evolution, though Outlook Express and other MUAs do
95f7f3
dnl # use LOGIN. Other mechanisms should be used if the connection is not
95f7f3
dnl # guaranteed secure.
95f7f3
dnl # Please remember that saslauthd needs to be running for AUTH. 
95f7f3
dnl #
95f7f3
dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
95f7f3
dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
95f7f3
dnl #
95f7f3
dnl # Basic sendmail TLS configuration with self-signed certificate for
95f7f3
dnl # inbound SMTP (and also opportunistic TLS for outbound SMTP).
95f7f3
dnl #
95f7f3
define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl
95f7f3
define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
95f7f3
define(`confSERVER_CERT', `/etc/pki/tls/certs/sendmail.pem')dnl
95f7f3
define(`confSERVER_KEY', `/etc/pki/tls/private/sendmail.key')dnl
95f7f3
define(`confTLS_SRV_OPTIONS', `V')dnl
95f7f3
dnl #
95f7f3
dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's
95f7f3
dnl # slapd, which requires the file to be readble by group ldap
95f7f3
dnl #
95f7f3
dnl define(`confDONT_BLAME_SENDMAIL', `groupreadablekeyfile')dnl
95f7f3
dnl #
95f7f3
dnl define(`confTO_QUEUEWARN', `4h')dnl
95f7f3
dnl define(`confTO_QUEUERETURN', `5d')dnl
95f7f3
dnl define(`confQUEUE_LA', `12')dnl
95f7f3
dnl define(`confREFUSE_LA', `18')dnl
95f7f3
define(`confTO_IDENT', `0')dnl
95f7f3
dnl # If you're operating in a DSCP/RFC-4594 environment with QoS
95f7f3
dnl define(`confINET_QOS', `AF11')dnl
95f7f3
dnl FEATURE(delay_checks)dnl
95f7f3
FEATURE(`no_default_msa', `dnl')dnl
95f7f3
FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
95f7f3
FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
95f7f3
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
95f7f3
FEATURE(redirect)dnl
95f7f3
FEATURE(always_add_domain)dnl
95f7f3
FEATURE(use_cw_file)dnl
95f7f3
FEATURE(use_ct_file)dnl
95f7f3
dnl #
95f7f3
dnl # The following limits the number of processes sendmail can fork to accept 
95f7f3
dnl # incoming messages or process its message queues to 20.) sendmail refuses 
95f7f3
dnl # to accept connections once it has reached its quota of child processes.
95f7f3
dnl #
95f7f3
dnl define(`confMAX_DAEMON_CHILDREN', `20')dnl
95f7f3
dnl #
95f7f3
dnl # Limits the number of new connections per second. This caps the overhead 
95f7f3
dnl # incurred due to forking new sendmail processes. May be useful against 
95f7f3
dnl # DoS attacks or barrages of spam. (As mentioned below, a per-IP address 
95f7f3
dnl # limit would be useful but is not available as an option at this writing.)
95f7f3
dnl #
95f7f3
dnl define(`confCONNECTION_RATE_THROTTLE', `3')dnl
95f7f3
dnl #
95f7f3
dnl # The -t option will retry delivery if e.g. the user runs over his quota.
95f7f3
dnl #
95f7f3
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
95f7f3
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
95f7f3
FEATURE(`blacklist_recipients')dnl
95f7f3
EXPOSED_USER(`root')dnl
95f7f3
dnl #
95f7f3
dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery uncomment
95f7f3
dnl # the following 2 definitions and activate below in the MAILER section the
95f7f3
dnl # cyrusv2 mailer.
95f7f3
dnl #
95f7f3
dnl define(`confLOCAL_MAILER', `cyrusv2')dnl
95f7f3
dnl define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl
95f7f3
dnl #
95f7f3
dnl # The following causes sendmail to only listen on the IPv4 loopback address
95f7f3
dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
95f7f3
dnl # address restriction to accept email from the internet or intranet.
95f7f3
dnl #
95f7f3
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
95f7f3
dnl #
95f7f3
dnl # The following causes sendmail to additionally listen to port 587 for
95f7f3
dnl # mail from MUAs that authenticate. Roaming users who can't reach their
95f7f3
dnl # preferred sendmail daemon due to port 25 being blocked or redirected find
95f7f3
dnl # this useful.
95f7f3
dnl #
95f7f3
dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl
95f7f3
dnl #
95f7f3
dnl # The following causes sendmail to additionally listen to port 465, but
95f7f3
dnl # starting immediately in TLS mode upon connecting. Port 25 or 587 followed
95f7f3
dnl # by STARTTLS is preferred, but roaming clients using Outlook Express can't
95f7f3
dnl # do STARTTLS on ports other than 25. Mozilla Mail can ONLY use STARTTLS
95f7f3
dnl # and doesn't support the deprecated smtps; Evolution <1.1.1 uses smtps
95f7f3
dnl # when SSL is enabled-- STARTTLS support is available in version 1.1.1.
95f7f3
dnl #
95f7f3
dnl # For this to work your OpenSSL certificates must be configured.
95f7f3
dnl #
95f7f3
dnl DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl
95f7f3
dnl #
95f7f3
dnl # The following causes sendmail to additionally listen on the IPv6 loopback
95f7f3
dnl # device. Remove the loopback address restriction listen to the network.
95f7f3
dnl #
95f7f3
dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')dnl
95f7f3
dnl #
95f7f3
dnl # enable both ipv6 and ipv4 in sendmail:
95f7f3
dnl #
95f7f3
dnl DAEMON_OPTIONS(`Name=MTA-v4, Family=inet, Name=MTA-v6, Family=inet6')
95f7f3
dnl #
95f7f3
dnl # We strongly recommend not accepting unresolvable domains if you want to
95f7f3
dnl # protect yourself from spam. However, the laptop and users on computers
95f7f3
dnl # that do not have 24x7 DNS do need this.
95f7f3
dnl #
95f7f3
FEATURE(`accept_unresolvable_domains')dnl
95f7f3
dnl #
95f7f3
dnl FEATURE(`relay_based_on_MX')dnl
95f7f3
dnl # 
95f7f3
dnl # Also accept email sent to "localhost.localdomain" as local email.
95f7f3
dnl # 
95f7f3
LOCAL_DOMAIN(`localhost.localdomain')dnl
95f7f3
dnl #
95f7f3
dnl # The following example makes mail from this host and any additional
95f7f3
dnl # specified domains appear to be sent from mydomain.com
95f7f3
dnl #
95f7f3
dnl MASQUERADE_AS(`mydomain.com')dnl
95f7f3
dnl #
95f7f3
dnl # masquerade not just the headers, but the envelope as well
95f7f3
dnl #
95f7f3
dnl FEATURE(masquerade_envelope)dnl
95f7f3
dnl #
95f7f3
dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well
95f7f3
dnl #
95f7f3
dnl FEATURE(masquerade_entire_domain)dnl
95f7f3
dnl #
95f7f3
dnl MASQUERADE_DOMAIN(localhost)dnl
95f7f3
dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl
95f7f3
dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl
95f7f3
dnl MASQUERADE_DOMAIN(mydomain.lan)dnl
95f7f3
MAILER(smtp)dnl
95f7f3
MAILER(procmail)dnl
95f7f3
dnl MAILER(cyrusv2)dnl