X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/049782c0de52a217f78116f82b3a1d69c0667458..d6870e76cf0b838eab1929e5d5afb486c4e7b448:/test/confs/0619 diff --git a/test/confs/0619 b/test/confs/0619 index dc23661ac..0736be60a 100644 --- a/test/confs/0619 +++ b/test/confs/0619 @@ -1,26 +1,24 @@ # Exim test configuration 0619 -LOG_SELECTOR= +.include DIR/aux-var/std_conf_prefix -keep_environment = PATH -exim_path = EXIM_PATH -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog - -gecos_pattern = "" -gecos_name = CALLER_NAME -chunking_advertise_hosts = -tls_advertise_hosts = +# ----- Main settings ----- -primary_hostname = myhost.test.ex -queue_only +primary_hostname = primaryhostname.ex +hosts_treat_as_local = 46.test.ex +allow_domain_literals -# ----- Main settings ----- +acl_smtp_rcpt = chk_rcpt -log_selector = LOG_SELECTOR +# ----- ACL ----- -acl_not_smtp = accept +begin acl +chk_rcpt: + accept domains = OPT + logwrite = domain $domain + logwrite = value $domain_data + logwrite = \$0 '$0' \$1 '$1' # End