1 # Exim test configuration 2040
2 # The test uses the same config for two Exim processes
4 # ,------ callout -------.
8 # client-gnutls --> PORT_D Exim |----'
11 .include DIR/aux-var/tls_conf_prefix
13 primary_hostname = myhost.test.ex
15 # ----- Main settings -----
17 tls_advertise_hosts = *
19 tls_certificate = DIR/aux-fixed/cert1
20 tls_privatekey = DIR/aux-fixed/cert1
22 acl_smtp_rcpt = acl_check_rcpt
27 accept condition = ${if eq{$received_port}{PORT_S}}
28 message = Accepted (rcpt on backend)
30 accept verify = recipient/callout=no_cache
31 message = Accepted (rcpt via callout)
36 transport = local_smtp