WMF=
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.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
WMF
+# ----- ACL -----
+
+# Only used in server mode
+begin acl
+server_acl:
+ defer message = Over-quota
+
+
# ----- Routers -----
begin routers
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
driver = appendfile
delivery_date_add
envelope_to_add
- file = DIR/test-mail/$local_part
+ file = DIR/test-mail/${bless:$local_part}
return_path_add
user = CALLER
smtp:
driver = smtp
connect_timeout = 1s
+ port = PORT_D
+ hosts_try_fastopen = :
smtp_connect_refused:
driver = smtp
port = PORT_N
+ hosts_try_fastopen = :
# ----- Retry -----