5048b1d59e54cf1808663fc137e6fb247efabfcc
[exim.git] / test / confs / 5205
1 # Exim test configuration 5205
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 domainlist local_domains = test.ex
13 qualify_domain = test.ex
14
15 # ----- Routers -----
16
17 begin routers
18
19 queryprogram:
20   driver = queryprogram
21   command = /bin/echo ACCEPT transport=smtp hosts=ten-3.test.ex lookup=byname
22   command_user = nobody
23   domains = ten-3.test.ex
24   ignore_target_hosts = V4NET.0.0.0/8
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32   driver = smtp
33   port = PORT_S
34
35 # End