Skip to content

Releases: cnaslain/check_email_delivery

Patched version from jtlatuvm comment

25 Nov 18:47
Compare
Choose a tag to compare

2017-11-03

  • Author: jtlatuvm from nagios plugin page (comment)
  • check_smtp_send depends on Net::SMTP::TLS which is no longer maintained and breaks with new IO::Socket::SSL. That's when you'll see: invalid SSL_version specified
  • The fix is to change check_smtp_send to use Net::SMTP which now directly supports STARTTLS.