diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-13 16:23:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-13 16:24:24 +0100 |
commit | 903546d89b632736573e38f9b68c480c4d5d1593 (patch) | |
tree | 809debba00a73885aee8c3f8b895a21f86a8326f /test/confs/0601 | |
parent | eb4d1c0be04d768afe4947f75724a130b2bd2256 (diff) |
Testsuite - Squashed commit of the following:
commit 7566c531c43298510e080eb8a7ed7cf767f9476b
Author: Jeremy Harris <jgh146exb@wizmail.org>
Date: Wed Aug 13 16:20:38 2014 +0100
Assorted OpenSSL cases fail on different library versions. Discard stdout info to hide this.
commit 3d389bc6a5ba0943f1b451fa7a8f2e3246de0bb1
Author: Jeremy Harris <jgh146exb@wizmail.org>
Date: Wed Aug 13 14:05:19 2014 +0100
Case 0563 was broken when the GECOS field had spaces. Accept quoted ones in stderr.
commit d4333083f230702c8be45650dc48b6eb65a162eb
Author: Jeremy Harris <jgh146exb@wizmail.org>
Date: Mon Aug 11 18:30:49 2014 +0100
Case 0601 was unreliable; perl racing with exim for output. Quieten exim.
Diffstat (limited to 'test/confs/0601')
-rw-r--r-- | test/confs/0601 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/test/confs/0601 b/test/confs/0601 index 58b47d517..84f7d38a6 100644 --- a/test/confs/0601 +++ b/test/confs/0601 @@ -4,17 +4,12 @@ exim_path = EXIM_PATH spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog +queue_only # ----- Main settings ----- -acl_smtp_connect = check +acl_smtp_connect = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim +acl_smtp_rcpt = accept -# ----- ACL ----- - -begin acl - -check: - warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim - # End |