diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-25 15:24:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-25 16:30:55 +0000 |
commit | c44ff8bea951faba4aae92b868b69e221bf7b52b (patch) | |
tree | aba38608793c0142aa92bec91b8aafca36dfecc3 /test/mail | |
parent | b988b06146c5d16e0ca0ea86ffcf2d83938088ed (diff) |
Auths: for A-R header, and SMTP auth, note the public-name not the authenticator name
Also, for TLS auth use a custom propspec
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/3403.userx | 2 | ||||
-rw-r--r-- | test/mail/3700.smtps | 19 | ||||
-rw-r--r-- | test/mail/3700.x | 19 |
3 files changed, 39 insertions, 1 deletions
diff --git a/test/mail/3403.userx b/test/mail/3403.userx index c344d9b70..08cdf9a31 100644 --- a/test/mail/3403.userx +++ b/test/mail/3403.userx @@ -1,6 +1,6 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Authentication-Results: myhost.test.ex; - auth=pass (plain1) smtp.auth=userx + auth=pass (PLAIN) smtp.auth=userx Received: from CALLER (helo=testing.ex) by myhost.test.ex with local-esmtpa (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) diff --git a/test/mail/3700.smtps b/test/mail/3700.smtps new file mode 100644 index 000000000..60a3d234b --- /dev/null +++ b/test/mail/3700.smtps @@ -0,0 +1,19 @@ +From ok@test.ex Tue Mar 02 09:44:33 1999 +Authentication-Results: myhost.test.ex; + iprev=pass (localhost); + auth=pass (tls) x509.auth="Phil Pennock" +Received: from localhost ([127.0.0.1] helo=myhost.test.ex) + by myhost.test.ex with esmtpsa (TLSv1:ke-RSA-AES256-SHA:xxx) + (Exim x.yz) + (envelope-from <ok@test.ex>) + id 10HmbA-0005vi-00 + for smtps@y; Tue, 2 Mar 1999 09:44:33 +0000 +Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <ok@test.ex>) + id 10HmaY-0005vi-00 + for smtps@y; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmaY-0005vi-00@myhost.test.ex> +From: ok@test.ex +Date: Tue, 2 Mar 1999 09:44:33 +0000 + + diff --git a/test/mail/3700.x b/test/mail/3700.x new file mode 100644 index 000000000..81544998d --- /dev/null +++ b/test/mail/3700.x @@ -0,0 +1,19 @@ +From ok@test.ex Tue Mar 02 09:44:33 1999 +Authentication-Results: myhost.test.ex; + iprev=pass (localhost); + auth=pass (tls) x509.auth="Phil Pennock" +Received: from localhost ([127.0.0.1] helo=myhost.test.ex) + by myhost.test.ex with esmtpsa (TLSv1:ke-RSA-AES256-SHA:xxx) + (Exim x.yz) + (envelope-from <ok@test.ex>) + id 10HmaZ-0005vi-00 + for x@y; Tue, 2 Mar 1999 09:44:33 +0000 +Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <ok@test.ex>) + id 10HmaX-0005vi-00 + for x@y; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> +From: ok@test.ex +Date: Tue, 2 Mar 1999 09:44:33 +0000 + + |