X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0cd5fd23fdc042cd634a1033350bf91689f26d3c..09a2523a0d7d31ce2ed7c6e24732919258c43fab:/test/confs/0574 diff --git a/test/confs/0574 b/test/confs/0574 index 289ed1955..8703c0219 100644 --- a/test/confs/0574 +++ b/test/confs/0574 @@ -1,46 +1,33 @@ # Exim test configuration 0574 -SERVER = +.include DIR/aux-var/std_conf_prefix -exim_path = EXIM_PATH -keep_environment = -host_lookup_order = bydns -spool_directory = DIR/spool -log_file_path = DIR/spool/log/SERVER%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = +primary_hostname = myhost.test.ex -log_selector = +received_recipients +sender_on_delivery +# ----- Main settings ----- -acl_smtp_rcpt = rcpt -queue_only -queue_run_in_order +acl_smtp_mail = chk_mail +acl_smtp_rcpt = chk_rcpt +acl_smtp_data = chk_data -#--------------- +# ----- ACL ----- begin acl -rcpt: - accept - queue = ${if eq {normal}{$local_part} {} {$local_part}} - logwrite = using queue '$queue_name' +chk_mail: + accept control = debug/tag=_1 -#--------------- +chk_rcpt: + accept control = debug/kill -begin routers - -all: - driver = accept - transport = dump - -#--------------- +chk_data: + accept control = debug/tag=_2/opts=+all -begin transports +# ----- Routers ----- -dump: - driver = pipe - command = true +begin routers +r1: + driver = redirect + data = :blackhole: # End -