summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e5880f)
raw | patch | inline | side by side (parent: 1e5880f)
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | |
Thu, 13 Jun 2002 20:49:38 +0000 (20:49 +0000) | ||
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | |
Thu, 13 Jun 2002 20:49:38 +0000 (20:49 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@51 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_smtp.c | patch | blob | history |
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 2c03874b1f332020e96f6abb42e2ba9d4eac4708..2000c6207324e8b7800107ee457287931830288e 100644 (file)
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
* even if syntax is illegal (MAIL requires a FROM:<...> argument)
* You can disable sending DUMMYCMD by undefining SMTP_USE_DUMMYCMD.
*/
-#define SMTP_DUMMYCMD "MAIL\n"
+#define SMTP_DUMMYCMD "MAIL\r\n"
#define SMTP_USE_DUMMYCMD 1
-#define SMTP_QUIT "QUIT\n"
+#define SMTP_QUIT "QUIT\r\n"
int process_arguments (int, char **);
int call_getopt (int, char **);