aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 2c03874b..2000c620 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -48,9 +48,9 @@
* 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 **);