Fix with-TLS non-International build
[exim.git] / test / confs / 0473
CommitLineData
afda344b
PH
1# Exim test configuration 0473
2
3USE_SENDER = ,use_sender
4ACL_RCPT = acl_rcpt
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = ACL_RCPT
16callout_random_local_part = $primary_hostname--testing
17trusted_users = CALLER
18
19
20# ----- ACL -----
21
22begin acl
23
24acl_rcpt:
25 accept verify = recipient/callout=1sUSE_SENDER
26
27acl_rcpt_sender:
28 accept verify = sender/callout=1s,connect=2s
29
30
31# ----- Routers -----
32
33begin routers
34
35callout:
36 driver = manualroute
37 transport = smtp
38 route_data = 127.0.0.1
39 self = send
40
41
42# ----- Transports -----
43
44begin transports
45
46smtp:
47 driver = smtp
48 port = PORT_S
49
50# End