Testsuite: munge for non-WITH_CONTENT_SCAN builds
[exim.git] / test / confs / 0623
1 # Exim test configuration 0623
2
3 SERVER=
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8 log_selector = +pipelining +received_recipients +smtp_connection
9
10
11 # ----- Main settings -----
12
13 acl_smtp_rcpt = accept
14
15 # ----- Routers -----
16
17 begin routers
18
19 client:
20   driver =      accept
21   transport =   send_to_server
22   errors_to =   ""
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 send_to_server:
30   driver = smtp
31   allow_localhost
32   hosts = 127.0.0.1
33   port = PORT_D
34
35 # ----- Retry -----
36
37
38 begin retry
39
40 * * F,5d,10s
41
42
43 # End