Guest User

Untitled

a guest
Nov 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. root=postmaster
  2. mailhub={mailserver}:587
  3. AuthUser={username}
  4. AuthPass={password}
  5. UseTLS=TES
  6. UseSTARTTLS=YES
  7. hostname={hostname}
  8. FromLineOverride=YES
  9. DEBUG=YES
  10.  
  11. sSMTP[13572]: Cannot open {mailserver}:587
  12.  
  13. sSMTP[13119]: Creating SSL connection to host
  14. sSMTP[13119]: 220 {mailserver} ESMTP Postfix
  15. sSMTP[13119]: EHLO {hostname}
  16. sSMTP[13119]: 250 DSN
  17. sSMTP[13119]: STARTTLS
  18. sSMTP[13119]: 220 2.0.0 Ready to start TLS
  19. sSMTP[13119]: SSL connection using (null)
  20. sSMTP[13119]: Cannot open {mailserver}:587
  21.  
  22. sSMTP[13572]: Unable to set TLS_CA_Dir="/etc/ssl/certs/"
  23.  
  24. sSMTP[12962]: Unable to set TLS_CA_FILE="/etc/ssl/certs/ca-certificates.crt"
  25.  
  26. postfix/submission/smtpd[7557]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
  27. postfix/submission/smtpd[7557]: connect from unknown[{ip}]
  28. postfix/submission/smtpd[7557]: SSL_accept error from unknown[{ip}]: -1
  29. postfix/submission/smtpd[7557]: warning: TLS library problem: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:649:
  30. postfix/submission/smtpd[7557]: lost connection after STARTTLS from unknown[{ip}]
  31. postfix/submission/smtpd[7557]: disconnect from unknown[{ip}]
Add Comment
Please, Sign In to add comment