1 # Exim test configuration 2126
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 acl_smtp_rcpt = check_rcpt
17 log_selector = +tls_peerdn
19 tls_advertise_hosts = HOSTIPV4
20 tls_certificate = DIR/aux-fixed/cert1
21 tls_privatekey = DIR/aux-fixed/cert1
29 accept local_parts = userx
31 defer local_parts = usery
43 condition = ${if !eq {$sender_host_address}{}}
51 # ----- Transports -----
57 hosts = 127.0.0.1 : HOSTIPV4