X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d658adda50d19b00d2242c0f9162ab510ecda799..8d909960c69378a54d9493586d74ba361948bf49:/test/scripts/0000-Basic/0211 diff --git a/test/scripts/0000-Basic/0211 b/test/scripts/0000-Basic/0211 index 2775d20ef..655b4dd96 100644 --- a/test/scripts/0000-Basic/0211 +++ b/test/scripts/0000-Basic/0211 @@ -2,6 +2,8 @@ need_ipv4 munge optional_dsn_info # +exim -z "Test: temp-rej connect" +**** server PORT_S 450 I'm busy QUIT @@ -10,6 +12,9 @@ QUIT exim -odi userx@domain1 Test message 1 **** +# +exim -z "Test: temp-rej helo" +**** server PORT_S 220 Connected OK EHLO @@ -21,22 +26,52 @@ QUIT **** exim -qf **** +# +exim -z "Test: drop conn after banner" +**** server PORT_S -550 Go away +220 Connected OK +**** +exim -qf +**** +# +exim -z "Test: reject connect" +**** +server PORT_S +550 Go away (A) QUIT 250 OK **** exim -qf **** +# +exim -z "Test: reject helo" +**** server PORT_S 220 Connected OK EHLO -550 Go away +550 Go away (B) HELO -550 Go away +550 Go away (C) QUIT 250 OK **** exim -odi userx@domain1 usery@domain2 Test message 2 **** +# +exim -z "Test: reject ehlo, then close (late, giving time for HELO)" +**** +sudo rm DIR/spool/db/retry +server PORT_S +220 Connected OK +EHLO +550 You are banned +HELO +**** +exim -odi userx@domain1 +Test message 4 +**** +# +# +no_msglog_check