Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. DESC="SASL Authentication Daemon postfix-out"
  2. NAME="saslauthd-out"
  3. MECHANISMS="pam"
  4. OPTIONS="-c -m /var/spool/postfix-out/var/run/saslauthd-out"
  5.  
  6. pwcheck_method: saslauthd-out
  7.  
  8. pwcheck_method: saslauthd
  9.  
  10. :~# telnet mail2.example.com 25
  11. Trying 111.222.333.444...
  12. Connected to mail2.example.com.
  13. Escape character is '^]'.
  14. 220 mail2.example.com ESMTP Postfix (@@DISTRO@@)
  15. auth plain YWdoc2EAYWdoc2hhbGRvcmFu
  16. 535 5.7.8 Error: authentication failed: no mechanism available
  17.  
  18. Nov 30 09:17:47 mail4 postfix-out/smtpd[4361]: connect from unknown[111.222.333.444]
  19. Nov 30 09:17:58 mail4 postfix-out/smtpd[4361]: warning: SASL authentication problem: unknown password verifier
  20. Nov 30 09:17:58 mail4 postfix-out/smtpd[4361]: warning: SASL authentication failure: Password verification failed
  21. Nov 30 09:17:58 mail4 postfix-out/smtpd[4361]: warning: unknown[111.222.333.444]: SASL plain authentication failed: no mechanism available
  22. Nov 30 09:18:04 mail4 postfix-out/smtpd[4361]: disconnect from unknown[111.222.333.444]
  23.  
  24. DESC="SASL Authentication Daemon postfix-out"
  25. NAME="saslauthd-out"
  26. MECHANISMS="pam"
  27. OPTIONS="-c -m /var/spool/postfix-out/var/run/saslauthd-out"
  28.  
  29. pwcheck_method: saslauthd
  30. saslauthd_path: /var/spool/postfix-out/var/run/saslauthd-out/mux
  31.  
  32. smtpd_sasl_auth_enable = yes
  33. smtpd_sasl_path = smtp
  34. smtpd_sasl_type = cyrus
  35. cyrus_sasl_config_path = /etc/postfix-out/sasl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement