Hi.<br><br>I want to add the advanced smtp check such that i would try to send a mail to the remote server form our monitoring server.<br><br>This is how i' planing to run a check <br><br> /opt/nagios/libexec/check_smtp -H ip-address -C "EHLO test" -C "MAIL FROM: root" -C "RCPT TO: 
<a href="mailto:postmastrer@nagioscheck.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">postmaster@any-domain.com</a>" -C "DATA" -C "testing 1 2 3" -C "." -C "QUIT"
<br><br>however this gives me an error <br><br>*** glibc detected *** realloc(): invalid next size: 0x095ed930 ***<br>Aborted<br><br>I have tested this on newer nagios plugins which also give me same error................
<br><br>Can somebody tell me if anything is wrong in this and the likely solution  or  hint .......<br><br>Thanks<br><br>Manish <br>