Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
There is a bug if the server is unreachable. The plugin will print CRITICAL but the exit code is still 0 so Nagios will think the status is ok. You should use exit 2;
if (!$smtp) { print “CRITICAL – amavisd-new server unreachable “; exit 2; }
Besides that the plugin works great.