d19571b8207cef21125d50f51de4aadd29baf8d4
[exim.git] / test / confs / 1005
1 # Exim test configuration 1005
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9 tls_advertise_hosts =
10
11 # ----- Main settings -----
12
13 dns_ipv4_lookup = eximtesthost.ipv6.test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 lookuphost:
21 driver = manualroute
22 route_list = * $domain byname
23 self = send
24 transport = smtp
25
26 # ----- Transports -----
27
28 begin transports
29
30 smtp:
31 driver = smtp
32 port = PORT_S
33
34
35 # End