Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0462
CommitLineData
afda344b
PH
1# Exim test configuration 0462
2
278c6e6c
PH
3SELECTOR=
4
afda344b 5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b
PH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
23f3dc67 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17domainlist local_domains = test.ex
18
19acl_smtp_rcpt = $local_part
20smtp_return_error_details
278c6e6c 21log_selector = SELECTOR
afda344b
PH
22
23# ----- ACL -----
24
25begin acl
26
27checkpm:
28 deny !verify = sender/callout=postmaster
29 accept
30
31nocheckpm:
32 deny !verify = sender/callout
33 accept
34
35# ----- Routers -----
36
37begin routers
38
39all:
40 driver = manualroute
41 route_list = * 127.0.0.1
42 self = send
43 transport = smtp
44
45
46# ----- Transports -----
47
48begin transports
49
50smtp:
51 driver = smtp
52 port = PORT_S
53
54
55# ----- Retry -----
56
57begin retry
58
59* * F,5d,10s
60
61
62# End