diff options
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r-- | conf.default/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index 4dc853f..a75b33e 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -733,8 +733,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> |