Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. [11352]: smtp_stream_setup: maxtime=300 enable_deadline=0
  2. [11352]: < server.xxx[1.2.3.4]:587: 220 server.xxx HISP ESMTP ready
  3. [11352]: > server.xxx[1.2.3.4]:587: EHLO myserver.local
  4. [11352]: < server.xxx[1.2.3.4]:587: 250-Nice to meet you.
  5. [11352]: < server.xxx[1.2.3.4]:587: 250 STARTTLS
  6. [11352]: server features: 0x1011 size 0
  7. [11352]: smtp_stream_setup: maxtime=300 enable_deadline=0
  8. [11352]: > server.xxx[1.2.3.4]:587: STARTTLS
  9. [11352]: < server.xxx[1.2.3.4]:587: 220 Ready to start TLS
  10. [11352]: send attr request = seed
  11. [11352]: send attr size = 32
  12. [11352]: private/tlsmgr: wanted attribute: status
  13. [11352]: input attribute name: status
  14. [11352]: input attribute value: 0
  15. [11352]: private/tlsmgr: wanted attribute: seed
  16. [11352]: input attribute name: seed
  17. [11352]: input attribute value: L5NaTAMuczSbMUIHmKz752zCSoTohuQoHE3loiXLKlU=
  18. [11352]: private/tlsmgr: wanted attribute: (list terminator)
  19. [11352]: input attribute name: (end)
  20. [11352]: smtp_stream_setup: maxtime=300 enable_deadline=0
  21. [11352]: > server.xxx[1.2.3.4]:587: EHLO myserver.local
  22. [11352]: < server.xxx[1.2.3.4]:587: 250-Nice to meet you.
  23. [11352]: < server.xxx[1.2.3.4]:587: 250 AUTH PLAIN DIGEST-MD5
  24. [11352]: server features: 0x1021 size 0
  25. [11352]: maps_find: smtp_sasl_passwd: server.xxx: not found
  26. [11352]: maps_find: smtp_sasl_passwd: hash:/etc/postfix-ica-scc/sasl_password(0,lock|fold_fix): [server.xxx]:587 = user53:3Pvy1DHHtN
  27. [11352]: smtp_sasl_passwd_lookup: host `server.xxx' user `user53' pass `3Pvy1DHHtN'
  28. [11352]: starting new SASL client
  29. [11352]: smtp_sasl_authenticate: server.xxx[1.2.3.4]:587: SASL mechanisms PLAIN DIGEST-MD5
  30. [11352]: > server.xxx[1.2.3.4]:587: AUTH DIGEST-MD5
  31. [11352]: < server.xxx[1.2.3.4]:587: 334 cmVhbG09ImRlZmF1bHQiLG5vbmNlPSI4U3dDdjl4amVwNjljRUcwS2NvQTZiaDZUNU1LOWJnNDhuMUljTDZsIixjaGFyc2V0
  32. [11352]: xsasl_cyrus_client_next: decoded challenge: realm="default",nonce="8SwCv9xjep69cEG0KcoA6bh6T5MK9bg48n1IcL6l",charset=utf-8,algorithm=md5-sess
  33. [11352]: SASL authentication debug: DIGEST-MD5 client step 2
  34. [11352]: warning: SASL authentication failure: Server doesn't support "no layer"
  35. [11352]: connect to subsystem private/defer
  36. [11352]: send attr nrequest = 0
  37. [11352]: send attr flags = 0
  38. [11352]: send attr queue_id = DFC0A57F1F
  39. [11352]: send attr original_recipient = joe@test.foo
  40. [11352]: send attr recipient = joe@test.foo
  41. [11352]: send attr offset = 669
  42. [11352]: send attr dsn_orig_rcpt = rfc822;joe@test.foo
  43. [11352]: send attr notify_flags = 0
  44. [11352]: send attr status = 4.7.0
  45. [11352]: send attr diag_type = x-sasl
  46. [11352]: send attr diag_text = generic failure
  47. [11352]: send attr mta_type =
  48. [11352]: send attr mta_mname =
  49. [11352]: send attr action = delayed
  50. [11352]: send attr reason = SASL authentication failed; cannot authenticate to server server.xxx[1.2.3.4]: generic failure
  51. [11352]: private/defer socket: wanted attribute: status
  52. [11352]: input attribute name: status
  53. [11352]: input attribute value: 0
  54. [11352]: private/defer socket: wanted attribute: (list terminator)
  55. [11352]: input attribute name: (end)
  56. [11352]: DFC0A57F1F: to=<joe@test.foo>, relay=server.xxx[1.2.3.4]:587, delay=3.3, delays=0.06/0.01/3.2/0, dsn=4.7.0, status=deferred (SASL authentication failed; cannot authenticate to server server.xxx[1.2.3.4]: generic failure)
  57. [11352]: flush_add: site test.foo id DFC0A57F1F
  58. [11352]: match_hostname: test.foo ~? myserver.local
  59. [11352]: match_hostname: test.foo ~? myserver.local.icadev.local
  60. [11352]: match_hostname: test.foo ~? localhost.icadev.local
  61. [11352]: match_hostname: test.foo ~? localhost
  62. [11352]: match_list_match: test.foo: no match
  63. [11352]: flush_add: site test.foo id DFC0A57F1F status 4
  64. [11352]: smtp_stream_setup: maxtime=300 enable_deadline=0
  65. [11352]: > server.xxx[1.2.3.4]:587: QUIT
  66. [11352]: name_mask: resource
  67. [11352]: name_mask: software
  68. [11352]: disposing SASL state information
  69.  
  70. smtpd_tls_security_level = may
  71. smtpd_tls_cert_file = /etc/postfix-ica-scc/server.pem
  72. smtpd_tls_key_file = /etc/postfix-ica-scc/server.key
  73. smtpd_tls_ciphers = high
  74.  
  75. # require TLS encryption on outgoing smtp connections
  76. smtp_tls_security_level = encrypt
  77.  
  78. # Any mail that is not to be delivered locally will be relayed.
  79. # The brackets indicate that this is a hostname, not an MX domain.
  80. relayhost = [server.xxx]:587
  81. smtp_sasl_auth_enable = yes
  82. smtp_sasl_password_maps = hash:/etc/postfix-ica-scc/sasl_password
  83. smtpd_sasl_tls_security_options =
  84. smtp_sasl_security_options =
  85.  
  86. [server.xxx]:587 user53:3Pvy1DHHtN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement