Hello,<br><br>I'm trying to setup the check_smtp plugin for a remote mail server. I downloaded the latest version of nagios-plugins, built and installed it. This is what I get when I invoke check_smtp from the command line (actual data removed) - <br>

<br>> check_smtp -S  -H <server> -p <port> -A LOGIN  -U <username> -P <pass> -v <br><br>HELOCMD: EHLO <ip address><br>220 mi9 ESMTP SG<br>sent AUTH LOGIN<br>received 530 5.7.0 Must issue a STARTTLS command first<br>

<br>sent QUIT<br>received 221 2.0.0 Bye<br><br>SMTP CRITICAL - invalid response received after AUTH LOGIN, 0.171 sec. response time, 221 2.0.0 Bye<br><br>I'm including the -S flag for it to use TLS. I couldn't see any other options that might be relevant. Any pointers?<br>

<br>Regards<br>Hrish<br>