check_smtp.c: modified SSL check for use with -e (#1379)

Oliver Skibbe notifications at github.com
Thu Oct 8 09:07:43 CEST 2015


currently STARTTLS check does not work with -e if there's text like '220
hostname ESMTP*'. This is caused by SMTP answer from host. 

Postfix answer: 220 2.0.0 Ready to start TLS
Exchange 2010: 220 2.0.0 SMTP server ready

This fix checks against 220 and closes #1093
You can view, comment on, or merge this pull request online at:

  https://github.com/monitoring-plugins/monitoring-plugins/pull/1379

-- Commit Summary --

  * check_smtp.c: modified SSL check for use with -e

-- File Changes --

    M plugins/check_smtp.c (2)

-- Patch Links --

https://github.com/monitoring-plugins/monitoring-plugins/pull/1379.patch
https://github.com/monitoring-plugins/monitoring-plugins/pull/1379.diff

-- 
Reply to this email on GitHub:
https://github.com/monitoring-plugins/monitoring-plugins/pull/1379
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20151008/3f7b2979/attachment.html>


More information about the Devel mailing list