summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-11-01 15:10:18 -0400
committerjim-p <jimp@pfsense.org>2011-11-01 15:10:18 -0400
commit07c49a3698ab458ea7ad8c0501d394c09e48dc60 (patch)
tree8ca99dc6de189004ce3960f3a1cf11237773dc14
parent54d1a165d500225547337ddba7aa10e7e5f79c98 (diff)
downloadpfsense-07c49a3698ab458ea7ad8c0501d394c09e48dc60.zip
pfsense-07c49a3698ab458ea7ad8c0501d394c09e48dc60.tar.gz
Fix default SMTP monitor parameters so they will properly check to see if an SMTP banner is received.
-rw-r--r--conf.default/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index b3cbaf4..eb7fc55 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -712,8 +712,8 @@
<type>send</type>
<descr><![CDATA[Generic SMTP]]></descr>
<options>
- <send>EHLO nosuchhost</send>
- <expect>250-</expect>
+ <send></send>
+ <expect>220 *</expect>
</options>
</monitor_type>
</load_balancer>
OpenPOWER on IntegriCloud