sender verify callout
[exim.git] / test / confs / 0132
CommitLineData
afda344b
PH
1# Exim test configuration 0132
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
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19local:
20 driver = accept
21 retry_use_local_part
22 transport = appendfile
23
24
25# ----- Transports -----
26
27begin transports
28
29appendfile:
30 driver = appendfile
31 allow_fifo
32 file = DIR/test-fifo
33 user = CALLER
34 initgroups
35
36
37# ----- Retry -----
38
39
40begin retry
41
42* * F,1d,15m
43
44
45# End