Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346
[exim.git] / test / confs / 5102
CommitLineData
afda344b
PH
1# Exim test configuration 5102
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
13domainlist local_domains = test.ex : *.test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20bounces:
21 driver = redirect
22 allow_defer
23 data = :blackhole:
24 retry_use_local_part
25 senders = :
26
27smartuser:
28 driver = accept
29 retry_use_local_part
30 transport = lmtp
31
32
33# ----- Transports -----
34
35begin transports
36
37lmtp:
38 driver = lmtp
39 batch_max = 100
40 socket = DIR/test.socket
41 timeout = 1s
42 user = EXIMUSER
43
44
45# ----- Retry -----
46
47
48begin retry
49
50* * F,5d,1d
51
52
53# End