Add perl_taintmode option
[exim.git] / test / confs / 0357
... / ...
CommitLineData
1# Exim test configuration 0357
2
3exim_path = EXIM_PATH
4keep_environment =
5host_lookup_order = bydns
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10tls_advertise_hosts =
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = accept
23 transport = t1
24
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = smtp
32 hosts = 127.0.0.1
33 allow_localhost
34 port = PORT_S
35
36
37# ----- Retry -----
38
39begin retry
40
41* * F,3s,1s; G,1h,2s,2
42
43# End