Guest User

Untitled

a guest
Feb 17th, 2018
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. Feb 17 16:57:16 mysite sendmail[1457]: w1HGvG6p001457: to=myemail@gmail.com, ctladdr=www-data (33/33), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30423, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (w1HGvG8t001458 Message accepted for delivery)
  2.  
  3. Feb 17 17:00:09 mysite sm-mta[689]: w1HGiDDr003604: to=. <myemail@gmail.com>, ctladdr=<www-data@mysite.com> (33/33), delay=00:15:56, xdelay=00:10:01, mailer=esmtp, pri=120652, relay=alt4.gmail-smtp-in.l.google.com. [74.125.28.26], dsn=4.0.0, stat=Deferred: Connection timed out with alt4.gmail-smtp-in.l.google.com.
  4.  
  5. V8
  6. T1518886636
  7. K0
  8. N0
  9. P30652
  10. Fbs
  11. $_localhost [127.0.0.1]
  12. $rESMTP
  13. $smysite.com
  14. ${daemon_flags}
  15. ${if_addr}127.0.0.1
  16. S<www-data@mysite.com>
  17. A<>
  18. rRFC822; myemail@gmail.com
  19. RPFD:<mysite@gmail.com>
  20. H?P?Return-Path: <�g>
  21. H??Received: from mysite.com (localhost [127.0.0.1])
  22. by mysite.com (8.15.2/8.15.2/Debian-8) with ESMTP id w1HGvG8t001458
  23. for <mysite@gmail.com>; Sat, 17 Feb 2018 16:57:16 GMT
  24. H?x?Full-Name: www-data
  25. H??Received: (from www-data@localhost)
  26. by bikecomparator.com (8.15.2/8.15.2/Submit) id w1HGvG6p001457;
  27. Sat, 17 Feb 2018 16:57:16 GMT
  28. H??Date: Sat, 17 Feb 2018 16:57:16 GMT
  29. H??Message-Id: <201802171657.w1HGvG6p001457@mysite.com>
  30. H??To: myemail@gmail.com
  31. H??Subject: Signup | Verification
  32. H??X-PHP-Originating-Script: 1000:userMgmt.php
  33. H??From:noreply@mysite.com.com
  34.  
  35. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 687/sendmail: MTA:
  36. tcp 0 0 127.0.0.1:587 0.0.0.0:* LISTEN 687/sendmail: MTA:
  37.  
  38. define(`_USE_ETC_MAIL_')dnl
  39. include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
  40. VERSIONID(`$Id: sendmail.mc, v 8.15.2-8 2016-12-08 18:43:49 cowboy Exp $')
  41. OSTYPE(`debian')dnl
  42. DOMAIN(`debian-mta')dnl
  43. dnl # Items controlled by /etc/mail/sendmail.conf - DO NOT TOUCH HERE
  44. undefine(`confHOST_STATUS_DIRECTORY')dnl #DAEMON_HOSTSTATS=
  45. dnl # Items controlled by /etc/mail/sendmail.conf - DO NOT TOUCH HERE
  46. dnl #
  47. dnl # General defines
  48. dnl #
  49. dnl # SAFE_FILE_ENV: [undefined] If set, sendmail will do a chroot()
  50. dnl # into this directory before writing files.
  51. dnl # If *all* your user accounts are under /home then use that
  52. dnl # instead - it will prevent any writes outside of /home !
  53. dnl # define(`confSAFE_FILE_ENV', `')dnl
  54. dnl #
  55. dnl # Daemon options - restrict to servicing LOCALHOST ONLY !!!
  56. dnl # Remove `, Addr=' clauses to receive from any interface
  57. dnl # If you want to support IPv6, switch the commented/uncommentd lines
  58. dnl #
  59. FEATURE(`no_default_msa')dnl
  60. dnl DAEMON_OPTIONS(`Family=inet6, Name=MTA-v6, Port=smtp, Addr=::1')dnl
  61. DAEMON_OPTIONS(`Family=inet, Name=MTA-v4, Port=smtp, Addr=127.0.0.1')dnl
  62. dnl DAEMON_OPTIONS(`Family=inet6, Name=MSP-v6, Port=submission, M=Ea, Addr=::1')dnl
  63. DAEMON_OPTIONS(`Family=inet, Name=MSP-v4, Port=submission, M=Ea, Addr=127.0.0.1')dnl
  64. dnl #
  65. dnl # Be somewhat anal in what we allow
  66. define(`confPRIVACY_FLAGS',dnl`needmailhelo,needexpnhelo,needvrfyhelo,restrictqrun,restrictexpand,nobodyreturn,authwarnings')dnl
  67. dnl #
  68. dnl # Define connection throttling and window length
  69. define(`confCONNECTION_RATE_THROTTLE', `15')dnl
  70. define(`confCONNECTION_RATE_WINDOW_SIZE',`10m')dnl
  71. dnl #
  72. dnl # Features
  73. dnl #
  74. dnl # use /etc/mail/local-host-names
  75. FEATURE(`use_cw_file')dnl
  76. dnl #
  77. dnl # The access db is the basis for most of sendmail's checking
  78. FEATURE(`access_db', , `skip')dnl
  79. dnl #
  80. dnl # The greet_pause feature stops some automail bots - but check the
  81. dnl # provided access db for details on excluding localhosts...
  82. FEATURE(`greet_pause', `1000')dnl 1 seconds
  83. dnl #
  84. dnl # Delay_checks allows sender<->recipient checking
  85. FEATURE(`delay_checks', `friend', `n')dnl
  86. dnl #
  87. dnl # If we get too many bad recipients, slow things down...
  88. define(`confBAD_RCPT_THROTTLE',`3')dnl
  89. dnl #
  90. dnl # Stop connections that overflow our concurrent and time connection rates
  91. FEATURE(`conncontrol', `nodelay', `terminate')dnl
  92. FEATURE(`ratecontrol', `nodelay', `terminate')dnl
  93. dnl #
  94. dnl # If you're on a dialup link, you should enable this - so sendmail
  95. dnl # will not bring up the link (it will queue mail for later)
  96. dnl define(`confCON_EXPENSIVE',`True')dnl
  97. dnl #
  98. dnl # Dialup/LAN connection overrides
  99. dnl #
  100. include(`/etc/mail/m4/dialup.m4')dnl
  101. include(`/etc/mail/m4/provider.m4')dnl
  102. dnl #
  103. dnl # Default Mailer setup
  104. MAILER_DEFINITIONS
  105. MAILER(`local')dnl
  106. MAILER(`smtp')dnl
Add Comment
Please, Sign In to add comment