X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f926e27276301de1e2fd011b7edcd1b85d8c4754..de6f74f297d040a34746bc8e1829ad4b867441c9:/test/confs/0098 diff --git a/test/confs/0098 b/test/confs/0098 index f23da44c6..719971c9c 100644 --- a/test/confs/0098 +++ b/test/confs/0098 @@ -2,18 +2,15 @@ WMF= -exim_path = EXIM_PATH -host_lookup_order = bydns -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME +.include DIR/aux-var/std_conf_prefix + # ----- Main settings ----- qualify_domain = test.ex domainlist local_domains = test.ex : another.test.ex +acl_smtp_rcpt = server_acl delay_warning = 10s:40s:10m @@ -28,6 +25,14 @@ queue_run_in_order WMF +# ----- ACL ----- + +# Only used in server mode +begin acl +server_acl: + defer message = Over-quota + + # ----- Routers ----- begin routers @@ -39,6 +44,12 @@ refused: self = send transport = smtp_connect_refused +remote_quota: + driver = manualroute + route_list = remote.defer 127.0.0.1 + self = send + transport = smtp + # The IP address is deliberately V4NET.0.0.1 so as to be unreachable all: driver = manualroute @@ -80,6 +91,7 @@ local_delivery: smtp: driver = smtp connect_timeout = 1s + port = PORT_D smtp_connect_refused: driver = smtp