Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. divert(-1)dnl
  2. dnl #
  3. dnl # This is the sendmail macro config file for m4. If you make changes to
  4. dnl # /etc/mail/sendmail.mc, you will need to regenerate the
  5. dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is
  6. dnl # installed and then performing a
  7. dnl #
  8. dnl # /etc/mail/make
  9. dnl #
  10. include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
  11. VERSIONID(`setup for linux')dnl
  12. OSTYPE(`linux')dnl
  13. dnl #
  14. dnl # Do not advertize sendmail version.
  15. dnl #
  16. dnl define(`confSMTP_LOGIN_MSG', `$j Sendmail; $b')dnl
  17. dnl #
  18. dnl # default logging level is 9, you might want to set it higher to
  19. dnl # debug the configuration
  20. dnl #
  21. dnl define(`confLOG_LEVEL', `9')dnl
  22. dnl #
  23. dnl # Uncomment and edit the following line if your outgoing mail needs to
  24. dnl # be sent out through an external mail server:
  25. dnl #
  26. dnl define(`SMART_HOST', `smtp.your.provider')dnl
  27. define(`SMART_HOST', `authsmtp.guardian.sm')dnl
  28. define(`RELAY_MAILER_ARGS', `TCP $h 25')dnl
  29. define(`ESMTP_MAILER_ARGS', `TCP $h 25')dnl
  30. define(`confDOMAIN_NAME', `guardian.sm')dnl
  31. dnl #
  32. define(`confDEF_USER_ID', ``8:12'')dnl
  33. dnl define(`confAUTO_REBUILD')dnl
  34. define(`confTO_CONNECT', `1m')dnl
  35. define(`confTRY_NULL_MX_LIST', `True')dnl
  36. define(`confDONT_PROBE_INTERFACES', `True')dnl
  37. define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl
  38. define(`ALIAS_FILE', `/etc/aliases')dnl
  39. define(`STATUS_FILE', `/var/log/mail/statistics')dnl
  40. define(`UUCP_MAILER_MAX', `2000000')dnl
  41. define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
  42. define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
  43. define(`confAUTH_OPTIONS', `A')dnl
  44. dnl #
  45. dnl # The following allows relaying if the user authenticates, and disallows
  46. dnl # plaintext authentication (PLAIN/LOGIN) on non-TLS links
  47. dnl #
  48. dnl define(`confAUTH_OPTIONS', `A p')dnl
  49. dnl #
  50. dnl # PLAIN is the preferred plaintext authentication method and used by
  51. dnl # Mozilla Mail and Evolution, though Outlook Express and other MUAs do
  52. dnl # use LOGIN. Other mechanisms should be used if the connection is not
  53. dnl # guaranteed secure.
  54. dnl # Please remember that saslauthd needs to be running for AUTH.
  55. dnl #
  56. dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
  57. dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
  58. dnl #
  59. dnl # Rudimentary information on creating certificates for sendmail TLS:
  60. dnl # cd /etc/pki/tls/certs; make sendmail.pem
  61. dnl # Complete usage:
  62. dnl # make -C /etc/pki/tls/certs usage
  63. dnl #
  64. dnl define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl
  65. dnl define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
  66. dnl define(`confSERVER_CERT', `/etc/pki/tls/certs/sendmail.pem')dnl
  67. dnl define(`confSERVER_KEY', `/etc/pki/tls/certs/sendmail.pem')dnl
  68. dnl #
  69. dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's
  70. dnl # slapd, which requires the file to be readble by group ldap
  71. dnl #
  72. dnl define(`confDONT_BLAME_SENDMAIL', `groupreadablekeyfile')dnl
  73. dnl #
  74. dnl define(`confTO_QUEUEWARN', `4h')dnl
  75. dnl define(`confTO_QUEUERETURN', `5d')dnl
  76. dnl define(`confQUEUE_LA', `12')dnl
  77. dnl define(`confREFUSE_LA', `18')dnl
  78. define(`confTO_IDENT', `0')dnl
  79. dnl # If you're operating in a DSCP/RFC-4594 environment with QoS
  80. dnl define(`confINET_QOS', `AF11')dnl
  81. dnl FEATURE(delay_checks)dnl
  82. FEATURE(`no_default_msa', `dnl')dnl
  83. FEATURE(`smrsh', `/usr/sbin/smrsh')dnl
  84. FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
  85. FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
  86. FEATURE(redirect)dnl
  87. FEATURE(always_add_domain)dnl
  88. FEATURE(use_cw_file)dnl
  89. FEATURE(use_ct_file)dnl
  90. dnl #
  91. dnl # The following limits the number of processes sendmail can fork to accept
  92. dnl # incoming messages or process its message queues to 20.) sendmail refuses
  93. dnl # to accept connections once it has reached its quota of child processes.
  94. dnl #
  95. dnl define(`confMAX_DAEMON_CHILDREN', `20')dnl
  96. dnl #
  97. dnl # Limits the number of new connections per second. This caps the overhead
  98. dnl # incurred due to forking new sendmail processes. May be useful against
  99. dnl # DoS attacks or barrages of spam. (As mentioned below, a per-IP address
  100. dnl # limit would be useful but is not available as an option at this writing.)
  101. dnl #
  102. dnl define(`confCONNECTION_RATE_THROTTLE', `3')dnl
  103. dnl #
  104. dnl # The -t option will retry delivery if e.g. the user runs over his quota.
  105. dnl #
  106. FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
  107. FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
  108. FEATURE(`blacklist_recipients')dnl
  109. EXPOSED_USER(`root')dnl
  110. dnl #
  111. dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery uncomment
  112. dnl # the following 2 definitions and activate below in the MAILER section the
  113. dnl # cyrusv2 mailer.
  114. dnl #
  115. dnl define(`confLOCAL_MAILER', `cyrusv2')dnl
  116. dnl define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl
  117. dnl #
  118. dnl # The following causes sendmail to only listen on the IPv4 loopback address
  119. dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
  120. dnl # address restriction to accept email from the internet or intranet.
  121. dnl #
  122. DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
  123. dnl #
  124. dnl # The following causes sendmail to additionally listen to port 587 for
  125. dnl # mail from MUAs that authenticate. Roaming users who can't reach their
  126. dnl # preferred sendmail daemon due to port 25 being blocked or redirected find
  127. dnl # this useful.
  128. dnl #
  129. dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl
  130. dnl #
  131. dnl # The following causes sendmail to additionally listen to port 465, but
  132. dnl # starting immediately in TLS mode upon connecting. Port 25 or 587 followed
  133. dnl # by STARTTLS is preferred, but roaming clients using Outlook Express can't
  134. dnl # do STARTTLS on ports other than 25. Mozilla Mail can ONLY use STARTTLS
  135. dnl # and doesn't support the deprecated smtps; Evolution <1.1.1 uses smtps
  136. dnl # when SSL is enabled-- STARTTLS support is available in version 1.1.1.
  137. dnl #
  138. dnl # For this to work your OpenSSL certificates must be configured.
  139. dnl #
  140. dnl DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl
  141. dnl #
  142. dnl # The following causes sendmail to additionally listen on the IPv6 loopback
  143. dnl # device. Remove the loopback address restriction listen to the network.
  144. dnl #
  145. dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')dnl
  146. dnl #
  147. dnl # enable both ipv6 and ipv4 in sendmail:
  148. dnl #
  149. dnl DAEMON_OPTIONS(`Name=MTA-v4, Family=inet, Name=MTA-v6, Family=inet6')
  150. dnl #
  151. dnl # We strongly recommend not accepting unresolvable domains if you want to
  152. dnl # protect yourself from spam. However, the laptop and users on computers
  153. dnl # that do not have 24x7 DNS do need this.
  154. dnl #
  155. FEATURE(`accept_unresolvable_domains')dnl
  156. dnl #
  157. dnl FEATURE(`relay_based_on_MX')dnl
  158. dnl #
  159. dnl # Also accept email sent to "localhost.localdomain" as local email.
  160. dnl #
  161. dnl LOCAL_DOMAIN(`localhost.localdomain')dnl
  162. dnl #
  163. dnl # The following example makes mail from this host and any additional
  164. dnl # specified domains appear to be sent from mydomain.com
  165. dnl #
  166. dnl MASQUERADE_AS(`mydomain.com')dnl
  167. dnl #
  168. dnl # masquerade not just the headers, but the envelope as well
  169. dnl #
  170. dnl FEATURE(masquerade_envelope)dnl
  171. dnl #
  172. dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well
  173. dnl #
  174. dnl FEATURE(masquerade_entire_domain)dnl
  175. dnl #
  176. dnl MASQUERADE_DOMAIN(localhost)dnl
  177. dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl
  178. dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl
  179. dnl MASQUERADE_DOMAIN(mydomain.lan)dnl
  180. MAILER(smtp)dnl
  181. MAILER(procmail)dnl
  182. dnl MAILER(cyrusv2)dnl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement