X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..d20ede8da27eb2a848f3ed0d1bc71b70ace2a2f2:/test/confs/0256 diff --git a/test/confs/0256 b/test/confs/0256 index 669fdb114..2e02fef4b 100644 --- a/test/confs/0256 +++ b/test/confs/0256 @@ -3,16 +3,19 @@ exim_path = EXIM_PATH 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 = # ----- Main settings ----- +acl_smtp_rcpt = accept qualify_domain = test.ex -errors_copy = *@* abcd@test.ex +errors_copy = *@* ${quote_local_part::abcd+$domain+\ + ${if eq{$local_part}{CALLER}{xxxx}{$local_part}}}@test.ex +trusted_users = CALLER # ------ Routers ------