1 # Exim test configuration 2026
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 log_file_path = DIR/spool/log/%D-%slog
14 gecos_name = CALLER_NAME
16 # ----- Main settings -----
18 acl_smtp_rcpt = check_rcpt
19 log_selector = +tls_peerdn
22 tls_advertise_hosts = HOSTIPV4
23 tls_certificate = DIR/aux-fixed/cert1
24 tls_privatekey = DIR/aux-fixed/cert1
32 accept local_parts = userx
35 defer local_parts = usery
38 accept control = queue_only
46 condition = ${if !eq {$sender_host_address}{}}
54 # ----- Transports -----
60 hosts = 127.0.0.1 : HOSTIPV4