diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/9350-Dovecot/9350 | 18 | ||||
-rw-r--r-- | test/scripts/9350-Dovecot/REQUIRES | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/test/scripts/9350-Dovecot/9350 b/test/scripts/9350-Dovecot/9350 new file mode 100644 index 000000000..55b6c1e42 --- /dev/null +++ b/test/scripts/9350-Dovecot/9350 @@ -0,0 +1,18 @@ +# Dovecot authentication (server only) +exim -DSERVER=server -bd -oX PORT_D +**** +client -t3 127.0.0.1 PORT_D +??? 220 +EHLO xxxx +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +AUTH PLAIN AHVzZXJ4AHNlY3JldA== +??? 535 +quit +??? 221 +**** +killdaemon +no_msglog_check diff --git a/test/scripts/9350-Dovecot/REQUIRES b/test/scripts/9350-Dovecot/REQUIRES new file mode 100644 index 000000000..76218eb92 --- /dev/null +++ b/test/scripts/9350-Dovecot/REQUIRES @@ -0,0 +1,2 @@ +authenticator dovecot +running IPv4 |