From b8b35975734f31367085d86156d956568fa0e9ea Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 9 Oct 2006 14:44:53 +0000 Subject: [PATCH] Faffing around with tests. --- test/scripts/9350-Dovecot/9350 | 18 ++++++++++++++++++ test/scripts/9350-Dovecot/REQUIRES | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 test/scripts/9350-Dovecot/9350 create mode 100644 test/scripts/9350-Dovecot/REQUIRES 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 -- 2.25.1