001cd83e1cdc3c795a428cff52cabed587c39de7
[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
10 # ----- Main settings -----
11
12 dns_ipv4_lookup = eximtesthost.ipv6.test.ex
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 lookuphost:
20   driver = manualroute
21   route_list = * $domain byname
22   self = send
23   transport = smtp
24
25 # ----- Transports -----
26
27 begin transports
28
29 smtp:
30   driver = smtp
31   port = PORT_S
32
33
34 # End