X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0002;h=7e565805bf12505f86fcc9df1275c043e088c1ea;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=df65e2c30d0806467007c82b2885f69d645609ed;hpb=525239c16e35d7bf893e0e2232f4c4c4a7c75447;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0002 b/test/confs/0002 index df65e2c30..7e565805b 100644 --- a/test/confs/0002 +++ b/test/confs/0002 @@ -4,13 +4,20 @@ LENCHECK= PTBC= exim_path = EXIM_PATH +keep_environment = USER host_lookup_order = bydns primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +tls_advertise_hosts = +.ifdef _HAVE_PIPE_CONNECT +pipelining_connect_advertise_hosts = : +.endif +.ifdef _HAVE_DMARC +dmarc_tld_file = +.endif # ----- Main settings ----- @@ -51,5 +58,13 @@ a_none: accept a_deny: + deny message = ($acl_narg) [$acl_arg1] [$acl_arg2] + +a_defer: + defer + +a_sub: + require acl = a_none foo bar baz barf + require acl = a_deny "new arg1" $acl_arg1 # End