diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-11 12:02:12 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-11 12:45:09 +0100 |
commit | d4dc049f9a9e80ac3a470fd644418668eefedecb (patch) | |
tree | eb276ce9c53cb5f55fcd2a173a49cb1155fb533b /test/log/5600 | |
parent | ae8386f03e54cc05f92fcb78b8edcf87184f29aa (diff) |
testsuite: abstract out common conf settings
Diffstat (limited to 'test/log/5600')
-rw-r--r-- | test/log/5600 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/log/5600 b/test/log/5600 index 65ce55118..b2e785562 100644 --- a/test/log/5600 +++ b/test/log/5600 @@ -1,13 +1,11 @@ -1999-03-02 09:44:33 1: Server sends good staple on request + +******** SERVER ******** 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 1999-03-02 09:44:33 acl_conn: ocsp in status: 0 (notreq) 1999-03-02 09:44:33 acl_mail: ocsp in status: 4 (verified) -1999-03-02 09:44:33 2: Server does not staple an outdated response 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 1999-03-02 09:44:33 acl_conn: ocsp in status: 0 (notreq) -1999-03-02 09:44:33 3: Server does not staple a response for a revoked cert 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 1999-03-02 09:44:33 acl_conn: ocsp in status: 0 (notreq) -1999-03-02 09:44:33 4: Connection functions when server is prepared to staple but client does not request it 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 1999-03-02 09:44:33 acl_conn: ocsp in status: 0 (notreq) |