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