sender verify callout
[exim.git] / test / confs / 0288
CommitLineData
afda344b
PH
1# Exim test configuration 0288
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14queue_run_in_order
15remote_max_parallel = 2
16
17
18# ----- Routers -----
19
20begin routers
21
22all:
23 driver = manualroute
24 route_list = * 127.0.0.1
25 self = send
26 transport = smtp
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 port = PORT_S
36 max_rcpt = 1
37 connection_max_messages = 1
38 serialize_hosts = 127.0.0.1
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,1h,10m
47
48
49# End