Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346
[exim.git] / test / confs / 0474
CommitLineData
afda344b
PH
1# Exim test configuration 0474
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
12
13# ----- Routers -----
14
15begin routers
16
17callout:
18 driver = manualroute
19 transport = smtp
20 route_data = 127.0.0.1
21 self = send
22
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 port = PORT_S
31
32
33# ----- Retry -----
34
35begin retry
36
37* * F,5m,10s
38
39# End