Remove confusing #ifndef environ
[exim.git] / test / confs / 0366
CommitLineData
afda344b
PH
1# Exim test configuration 0366
2
3HOSTS_MAX_TRY=5
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b 7host_lookup_order = bydns
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16ignore_bounce_errors_after = 0s
17qualify_domain = test.ex
f3d7df6c 18disable_ipv6
afda344b
PH
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = dnslookup
26 transport = smtp
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 connect_timeout = 1s
36 hosts_max_try = HOSTS_MAX_TRY
37 port = PORT_N
38
39
40# ----- Retry -----
41
42# Ended up with the same settings, but leave the first because
43# there's a -brt test as well.
44
45begin retry
46
47^[^@]+@ten- * F,2s,1s
48* * F,2s,1s
49
50# End