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
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
confs
/
0183
diff --git
a/test/confs/0183
b/test/confs/0183
index 6ca0ed027c35239e2f1e9c8abdb8ac036127e89d..8cd4c82d4549406a4edbf3764a5d688eafb0a24e 100644
(file)
--- a/
test/confs/0183
+++ b/
test/confs/0183
@@
-1,14
+1,8
@@
# Exim test configuration 0183
# Exim test configuration 0183
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
primary_hostname = myhost.test.ex
primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
# ----- Main settings -----
# ----- Main settings -----
@@
-16,6
+10,15
@@
dns_ipv4_lookup = *
queue_run_in_order
queue_run_in_order
+# ----- ACL -----
+
+begin acl
+
+delay:
+ accept
+ delay = 3s
+ message = y
+
# ----- Routers -----
begin routers
# ----- Routers -----
begin routers
@@
-37,6
+40,13
@@
useryz:
lookuphost:
driver = dnslookup
lookuphost:
driver = dnslookup
+ local_parts = !userd
+ transport = smtp
+ no_more
+
+delay:
+ driver = dnslookup
+ condition = ${acl {delay}}
transport = smtp
no_more
transport = smtp
no_more