New $callout_address variable to record spamd (etc) address. Bug 1652
[exim.git] / test / confs / 9900
CommitLineData
37ff4e03 1# Exim test configuration 9900
afda344b
PH
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
12local_interfaces = 127.0.0.1
13primary_hostname = myhost.text.ex
14qualify_domain = test.ex
15
16
17
18# ----- Routers -----
19
20begin routers
21
22lookuphost:
23 driver = dnslookup
24 transport = smtp
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
33
34
35# ----- Retry -----
36
37begin retry
38
3946c.test.ex * F,1s,1s
4046d.test.ex * F,1m,1s
41
42
43# End