diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0021 | 2 | ||||
-rw-r--r-- | test/confs/0070 | 1 | ||||
-rw-r--r-- | test/confs/0139 | 1 | ||||
-rw-r--r-- | test/confs/0416 | 1 | ||||
-rw-r--r-- | test/confs/0457 | 1 | ||||
-rw-r--r-- | test/confs/3453 | 1 | ||||
-rw-r--r-- | test/confs/3463 | 1 |
7 files changed, 8 insertions, 0 deletions
diff --git a/test/confs/0021 b/test/confs/0021 index cf0ac21d2..8d252e884 100644 --- a/test/confs/0021 +++ b/test/confs/0021 @@ -2,6 +2,7 @@ SERVER= BR= +HVH= LOG_SELECTOR= .include DIR/aux-var/std_conf_prefix @@ -22,6 +23,7 @@ acl_smtp_mail = mail acl_smtp_rcpt = rcpt BR +HVH log_selector = LOG_SELECTOR qualify_domain = test.ex diff --git a/test/confs/0070 b/test/confs/0070 index 9ef3b2ad8..81c28811f 100644 --- a/test/confs/0070 +++ b/test/confs/0070 @@ -9,6 +9,7 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- acl_smtp_rcpt = rcpt +hosts_require_helo = helo_verify_hosts = ten-1.test.ex : ten-3.test.ex : HVH helo_try_verify_hosts = ten-2.test.ex log_selector = -host_lookup_failed diff --git a/test/confs/0139 b/test/confs/0139 index 0c195c1f2..34ebb911e 100644 --- a/test/confs/0139 +++ b/test/confs/0139 @@ -7,6 +7,7 @@ domainlist local_domains = exim.test.ex trusted_users = CALLER +hosts_require_helo = acl_smtp_helo = check_helo acl_smtp_rcpt = check_recipient diff --git a/test/confs/0416 b/test/confs/0416 index 752ba0495..63964b791 100644 --- a/test/confs/0416 +++ b/test/confs/0416 @@ -7,6 +7,7 @@ primary_hostname = mail.test.ex qualify_domain = test.ex +hosts_require_helo = queue_only no_queue_only_override diff --git a/test/confs/0457 b/test/confs/0457 index 866950e9a..d36c5f84a 100644 --- a/test/confs/0457 +++ b/test/confs/0457 @@ -2,6 +2,7 @@ .include DIR/aux-var/std_conf_prefix +hosts_require_helo = # ----- Main settings ----- diff --git a/test/confs/3453 b/test/confs/3453 index 8d8a008eb..ca6a3a742 100644 --- a/test/confs/3453 +++ b/test/confs/3453 @@ -14,6 +14,7 @@ tls_advertise_hosts = * tls_certificate = DIR/aux-fixed/cert1 tls_privatekey = DIR/aux-fixed/cert1 tls_remember_esmtp = REMEMBER +hosts_require_helo = # ----- Authenticators ----- diff --git a/test/confs/3463 b/test/confs/3463 index ab15af225..5b7727784 100644 --- a/test/confs/3463 +++ b/test/confs/3463 @@ -15,6 +15,7 @@ tls_certificate = DIR/aux-fixed/cert1 tls_privatekey = DIR/aux-fixed/cert1 tls_remember_esmtp = REMEMBER +hosts_require_helo = # ----- Authenticators ----- |