1 # dovecot server, inet, PLAIN method
3 # This uses a script emulating dovecot so has potential to be wrong.
4 # We could do with an independent testcase against a real Dovecot,
5 # but that needs to be conditioned on finding that on the test
6 # platform and configuring it to match the testcase.
7 # See 9350 for a start.
9 exim -bd -DSERVER=server -oX PORT_D
17 <AUTH\x091\x09PLAIN\x09service=smtp
18 >LF>OK\x091\x09user=goodman
27 #exim -d+all -bd -DSERVER=server -DTRUSTED -oX PORT_D
30 #perl -e "system('socat OPENSSL-LISTEN:PORT_S,reuseaddr,fork,cert=DIR/aux-fixed/cert1,verify=0 EXEC:\'/bin/echo VERSION\\t1\\t0\\nAUTH\\t1\\tPLAIN\\tservice=smtp\'');"