summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3402
blob: c14066143717effdfca82bde4992c04d15901e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# authentication (server_mail_auth_condition)
exim -bs -oMa 10.0.0.2
ehlo testing.ex
auth plain AHVzZXJ4AHNlY3JldA==
mail from:<userx@test.ex> AUTH=xyz@test.ex
quit 
****
exim -bs -oMa 10.0.0.2
ehlo testing.ex
auth plain AHVzZXJ5AGFiPw==
mail from:<userx@test.ex> AUTH=xyz@test.ex
quit
****