diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-02 13:38:17 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-02 13:38:17 +0000 |
commit | 14aa5a05b6399f98744f9542765288313d0bfb9d (patch) | |
tree | 365fcea32155492b32284da4ee7cef7361526828 /test/scripts/3650-Dovecot | |
parent | ebc9d865f30116e3acef10e7c25b02bf5cd5cc2c (diff) |
Added dovecot authenticator.
Diffstat (limited to 'test/scripts/3650-Dovecot')
-rw-r--r-- | test/scripts/3650-Dovecot/3650 | 18 | ||||
-rw-r--r-- | test/scripts/3650-Dovecot/REQUIRES | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/test/scripts/3650-Dovecot/3650 b/test/scripts/3650-Dovecot/3650 new file mode 100644 index 000000000..55b6c1e42 --- /dev/null +++ b/test/scripts/3650-Dovecot/3650 @@ -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/3650-Dovecot/REQUIRES b/test/scripts/3650-Dovecot/REQUIRES new file mode 100644 index 000000000..76218eb92 --- /dev/null +++ b/test/scripts/3650-Dovecot/REQUIRES @@ -0,0 +1,2 @@ +authenticator dovecot +running IPv4 |