1 # Exim test configuration 2026
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 log_file_path = DIR/spool/log/%D-%slog
13 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 acl_smtp_rcpt = check_rcpt
18 log_selector = +tls_peerdn
21 tls_advertise_hosts = HOSTIPV4
22 tls_certificate = DIR/aux-fixed/cert1
23 tls_privatekey = DIR/aux-fixed/cert1
31 accept local_parts = userx
34 defer local_parts = usery
37 accept control = queue_only
45 condition = ${if !eq {$sender_host_address}{}}
53 # ----- Transports -----
59 hosts = 127.0.0.1 : HOSTIPV4