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