Guest User

Untitled

a guest
Sep 23rd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. "535 5.7.8 Error: authentication failed: authentication failure"
  2.  
  3. telnet 10.65.60.23 25
  4. Trying 10.65.60.23...
  5. Connected to 10.65.60.23.
  6. Escape character is '^]'.
  7. 220 jira.radwarecloud.com ESMTP Postfix
  8. EHLO local.domain.name
  9. 250-jira.radwarecloud.com
  10. 250-PIPELINING
  11. 250-SIZE 10240000
  12. 250-VRFY
  13. 250-ETRN
  14. 250-STARTTLS
  15. 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN
  16. 250-ENHANCEDSTATUSCODES
  17. 250-8BITMIME
  18. 250 DSN
  19. auth login
  20.  
  21. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  22. biff = no
  23. append_dot_mydomain = no
  24. #delay_warning_time = 4h
  25. readme_directory = no
  26. smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  27. smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  28. smtpd_use_tls=yes
  29. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  30. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  31. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  32. myhostname = .........
  33. alias_maps = hash:/etc/aliases
  34. alias_database = hash:/etc/aliases
  35. myorigin = /etc/mailname
  36. mydestination = /etc/postfix/local-host-names
  37. relayhost =
  38. #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  39. mynetworks = 0.0.0.0/0
  40. mailbox_size_limit = 0
  41. recipient_delimiter = +
  42. inet_interfaces = all
  43. inet_protocols = all
  44. smtpd_sasl_auth_enable = yes
  45. smtp_sasl_auth_enable = yes
  46.  
  47. home_mailbox = Maildir/
  48. mailbox_command =
  49. virtual_maps = hash:/etc/postfix/virtusertable
Add Comment
Please, Sign In to add comment