diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-10 10:47:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-10 15:53:02 +0000 |
commit | 4243a209fd9499f30bebd58ceaa2d0d9845407ae (patch) | |
tree | b41720cfb1bb6ed0089d6096835587df8d0f5bdd /test/stdout | |
parent | f31b1cd64dfcc7e6a8860ee418543949effd517e (diff) |
Move connect ACL before TLS-on-connect
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/5711 | 12 | ||||
-rw-r--r-- | test/stdout/5721 | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/5711 b/test/stdout/5711 index d3bf62e95..f96f81b96 100644 --- a/test/stdout/5711 +++ b/test/stdout/5711 @@ -13,6 +13,18 @@ Succeeded in starting TLS ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 End of script +Connecting to 127.0.0.1 port 1226 ... connected +Attempting to start TLS +Failed to start TLS +???* +Expected EOF read +End of script +Connecting to 127.0.0.1 port 1227 ... connected +Attempting to start TLS +Failed to start TLS +???* +Expected EOF read +End of script Connecting to 127.0.0.1 port 1225 ... connected +++ 1 End of script diff --git a/test/stdout/5721 b/test/stdout/5721 index d3bf62e95..f96f81b96 100644 --- a/test/stdout/5721 +++ b/test/stdout/5721 @@ -13,6 +13,18 @@ Succeeded in starting TLS ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 End of script +Connecting to 127.0.0.1 port 1226 ... connected +Attempting to start TLS +Failed to start TLS +???* +Expected EOF read +End of script +Connecting to 127.0.0.1 port 1227 ... connected +Attempting to start TLS +Failed to start TLS +???* +Expected EOF read +End of script Connecting to 127.0.0.1 port 1225 ... connected +++ 1 End of script |