summaryrefslogtreecommitdiff
path: root/test/confs/1164
blob: 9c13ad58c065f8e3def087a04a714e81d104cf19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Exim test configuration 1164

.include DIR/aux-var/tls_conf_prefix


# ----- Main settings -----

acl_smtp_rcpt = acl_rcpt
callout_random_local_part = $primary_hostname--testing
trusted_users = CALLER

tls_advertise_hosts = 127.0.0.1 : HOSTIPV4

tls_certificate = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
tls_privatekey = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key

# ----- ACL -----

begin acl

acl_rcpt:
  accept   verify  = recipient/callout=1s,use_sender

# ----- Routers -----

begin routers

callout:
  driver = manualroute
  transport = smtp
  route_data = 127.0.0.1
  self = send


# ----- Transports -----

begin transports

smtp:
  driver = smtp
  port = PORT_S
  hosts_try_fastopen =	:

# End