1 # dovecot server auth, PLAIN
6 dovecot -F -c DIR/aux-var/TESTNUM.dovecot.conf
13 ### Lack of attempt to auth
16 MAIL FROM:<junk@jink.jonk.test.ex>
17 RCPT TO:<fail_no_auth@test.ex>
21 ### PLAIN/userx/secret
22 exim -bs -oMa 10.0.0.1
24 AUTH PLAIN AHVzZXJ4AHNlY3JldA==
27 ### ditto, split over two lines
28 exim -bs -oMa 10.0.0.1
36 ### Check auth_advertise_hosts no-match
43 ### PLAIN (bad auth) should fail
44 exim -bs -oMa 10.0.0.1
46 auth plain AGVzZXJ4AHNlY3JldA==