Advertisement
Guest User

Untitled

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