Guest User

Untitled

a guest
May 1st, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. ## Plain STMP / No authentication
  2. postfix/smtpd[20251]: connect from host[ip]
  3. postfix/smtpd[20251]: NOQUEUE: reject: RCPT from host[ip]: 554 5.7.1 <user@domain2.com>: Relay access denied; from=<user@domain1.com> to=<user@domain2.com> proto=ESMTP helo=<[ip]>
  4. postfix/smtpd[20251]: disconnect from host[ip]
  5.  
  6. ## Plain SMTP / Authentication
  7. postfix/smtpd[20251]: connect from host[ip]
  8. postfix/smtpd[20251]: NOQUEUE: reject: RCPT from host[ip]: 554 5.7.1 <user@domain2.com>: Relay access denied; from=<user@domain1.com> to=<user@domain2.com> proto=ESMTP helo=<[ip]>
  9. postfix/smtpd[20251]: disconnect from host[ip]
  10.  
  11. ## TLS SMTP / No authentication
  12. postfix/smtpd[20251]: connect from host[ip]
  13. postfix/smtpd[20251]: NOQUEUE: reject: RCPT from host[ip]: 554 5.7.1 <user@domain2.com>: Relay access denied; from=<user@domain1.com> to=<user@domain2.com> proto=ESMTP helo=<[ip]>
  14. postfix/smtpd[20251]: disconnect from host[ip]
  15.  
  16. ## TLS SMTP / Authentication
  17. misc stuff above here (ssl cert, etc)
  18. postfix/smtpd[20281]: warning: host[ip]: SASL CRAM-MD5 authentication failed: junkhere
  19. postfix/smtpd[20281]: morejunk: client=host[ip], sasl_method=PLAIN, sasl_username=user@domain1.com
  20. postfix/cleanup[20290]: morejunk: message-id=<otherjunk@domain1.com>
  21. postfix/qmgr[20067]: morejunk: from=<user@domain1.com>, size=6467, nrcpt=1 (queue active)
  22. postfix/smtpd[20281]: disconnect from host[ip]
  23. postfix/smtp[20295]: morejunk: to=<user@domain2.com>, relay=host[ip]:25, delay=0.93, delays=0.37/0.02/0.16/0.38, dsn=2.0.0, status=sent (250 2.0.0 OK 1217273756 4si14576901yxd.2)
  24. postfix/qmgr[20067]: morejunk: removed
  25.  
  26. dovecot: Info: auth(default): client in: AUTH 1 CRAM-MD5 service=smtp nologin
  27. dovecot: Info: auth(default): client out: CONT 1 junkhere
  28. dovecot: Info: auth(default): client in: CONT<hidden>
  29. dovecot: Info: auth-worker(default): sql(user@domain1.com): query: SELECT CONCAT('/var/mail/', maildir) AS userdb_home, username as user, password, CONCAT('*:bytes=', quota) AS quota_rule FROM mailbox WHERE username = 'user@domain1.com' AND active = 1
  30. dovecot: Info: auth-worker(default): password(user@domain1.com): Requested CRAM-MD5 scheme, but we have only MD5
  31. dovecot: Info: auth(default): client out: FAIL 1 user=user@domain1.com
  32. dovecot: Info: auth(default): client in: AUTH 2 PLAIN service=smtp nologin resp=<hidden>
  33. dovecot: Info: auth-worker(default): sql(user@domain1.com): query: SELECT CONCAT('/var/mail/', maildir) AS userdb_home, username as user, password, CONCAT('*:bytes=', quota) AS quota_rule FROM mailbox WHERE username = 'user@domain1.com' AND active = 1
  34. dovecot: Info: auth(default): client out: OK 2 user=user@domain1.com quota_rule=*:bytes=0
  35.  
  36. ## SSL SMTP / No authentication
  37. postfix/smtpd[20251]: connect from host[ip]
  38. postfix/smtpd[20251]: NOQUEUE: reject: RCPT from host[ip]: 554 5.7.1 <user@domain2.com>: Relay access denied; from=<user@domain1.com> to=<user@domain2.com> proto=ESMTP helo=<[ip]>
  39. postfix/smtpd[20251]: disconnect from host[ip]
  40.  
  41. ## SSL SMTP / Authentication
  42. misc stuff above here (ssl cert, etc)
  43. postfix/smtpd[20281]: warning: host[ip]: SASL CRAM-MD5 authentication failed: junkhere
  44. postfix/smtpd[20281]: morejunk: client=host[ip], sasl_method=PLAIN, sasl_username=user@domain1.com
  45. postfix/cleanup[20290]: morejunk: message-id=<otherjunk@domain1.com>
  46. postfix/qmgr[20067]: morejunk: from=<user@domain1.com>, size=6467, nrcpt=1 (queue active)
  47. postfix/smtpd[20281]: disconnect from host[ip]
  48. postfix/smtp[20295]: morejunk: to=<user@domain2.com>, relay=host[ip]:25, delay=0.95, delays=0.32/0.02/0.13/0.48, dsn=2.0.0, status=sent (250 2.0.0 OK 1217274114 34si15758637yxm.0)
  49. postfix/qmgr[20067]: morejunk: removed
  50.  
  51. dovecot: Info: auth(default): client in: AUTH 1 CRAM-MD5 service=smtp nologin
  52. dovecot: Info: auth(default): client out: CONT 1 junkhere
  53. dovecot: Info: auth(default): client in: CONT<hidden>
  54. dovecot: Info: auth-worker(default): sql(user@domain1.com): query: SELECT CONCAT('/var/mail/', maildir) AS userdb_home, username as user, password, CONCAT('*:bytes=', quota) AS quota_rule FROM mailbox WHERE username = 'user@domain1.com' AND active = 1
  55. dovecot: Info: auth-worker(default): password(user@domain1.com): Requested CRAM-MD5 scheme, but we have only MD5
  56. dovecot: Info: auth(default): client out: FAIL 1 user=user@domain1.com
  57. dovecot: Info: auth(default): client in: AUTH 2 PLAIN service=smtp nologin resp=<hidden>
  58. dovecot: Info: auth-worker(default): sql(user@domain1.com): query: SELECT CONCAT('/var/mail/', maildir) AS userdb_home, username as user, password, CONCAT('*:bytes=', quota) AS quota_rule FROM mailbox WHERE username = 'user@domain1.com' AND active = 1
  59. dovecot: Info: auth(default): client out: OK 2 user=user@domain1.com quota_rule=*:bytes=0
Add Comment
Please, Sign In to add comment