git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hintsdb transactions
[exim.git]
/
test
/
confs
/
0098
diff --git
a/test/confs/0098
b/test/confs/0098
index 03f94ac377a1bfd6681b6fb7665e337765ee4cb0..a1151378d9b77d3a639f9cf415e3def6c35edbaf 100644
(file)
--- a/
test/confs/0098
+++ b/
test/confs/0098
@@
-2,19
+2,15
@@
WMF=
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
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
# ----- Main settings -----
qualify_domain = test.ex
domainlist local_domains = test.ex : another.test.ex
# ----- Main settings -----
qualify_domain = test.ex
domainlist local_domains = test.ex : another.test.ex
+acl_smtp_rcpt = server_acl
delay_warning = 10s:40s:10m
delay_warning = 10s:40s:10m
@@
-29,6
+25,14
@@
queue_run_in_order
WMF
WMF
+# ----- ACL -----
+
+# Only used in server mode
+begin acl
+server_acl:
+ defer message = Over-quota
+
+
# ----- Routers -----
begin routers
# ----- Routers -----
begin routers
@@
-40,6
+44,12
@@
refused:
self = send
transport = smtp_connect_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
# The IP address is deliberately V4NET.0.0.1 so as to be unreachable
all:
driver = manualroute
@@
-75,16
+85,20
@@
local_delivery:
delivery_date_add
envelope_to_add
file = DIR/test-mail/$local_part
delivery_date_add
envelope_to_add
file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
return_path_add
user = CALLER
smtp:
driver = smtp
connect_timeout = 1s
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
smtp_connect_refused:
driver = smtp
port = PORT_N
+ hosts_try_fastopen = :
# ----- Retry -----
# ----- Retry -----