diff options
Diffstat (limited to 'test/scripts/4700-dsn-info')
-rw-r--r--[l---------] | test/scripts/4700-dsn-info/4700 | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/test/scripts/4700-dsn-info/4700 b/test/scripts/4700-dsn-info/4700 index e480f3494..d0dd4f363 120000..100644 --- a/test/scripts/4700-dsn-info/4700 +++ b/test/scripts/4700-dsn-info/4700 @@ -1 +1,41 @@ -../0000-Basic/0211
\ No newline at end of file +# DSN extra information +need_ipv4 +# +server PORT_S +450 I'm busy +QUIT +250 OK +**** +exim -odi userx@domain1 +Test message 1 +**** +server PORT_S +220 Connected OK +EHLO +450 I'm busy +HELO +450 I'm busy +QUIT +250 OK +**** +exim -qf +**** +server PORT_S +550 Go away +QUIT +250 OK +**** +exim -qf +**** +server PORT_S +220 Connected OK +EHLO +550 Go away +HELO +550 Go away +QUIT +250 OK +**** +exim -odi userx@domain1 usery@domain2 +Test message 2 +**** |