Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0528
1 # Exim test configuration 0528
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 log_selector = +outgoing_port
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21 driver = manualroute
22 route_list = * "<= 127.0.0.1:PORT_D = \
23 127.0.0.1:PORT_D2 = \
24 [127.0.0.1]:PORT_D3 = \
25 [HOSTIPV4]:PORT_D4 = \
26 [HOSTIPV4]:PORT_N"
27
28 fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
29 self = send
30 transport = t1
31
32
33 # ----- Transports -----
34
35 begin transports
36
37 t1:
38 driver = smtp
39 hosts_max_try = 20
40 allow_localhost
41
42
43 # ----- Retry -----
44
45 begin retry
46
47 * * F,1d,1d
48
49
50 # End