sender verify callout
[exim.git] / test / confs / 5205
CommitLineData
afda344b
PH
1# Exim test configuration 5205
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12domainlist local_domains = test.ex
13qualify_domain = test.ex
14
15# ----- Routers -----
16
17begin routers
18
19queryprogram:
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
29begin transports
30
31smtp:
32 driver = smtp
33 port = PORT_S
34
35# End