1 # Exim test configuration 3404
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 trusted_users = CALLER
17 # ----- Authentication -----
24 client_send = ^userx^secret
29 client_send = :userx:secret
30 client_ignore_invalid_base64
39 domains = domain.com : myhost.test.ex
40 headers_add = X-AID: >$authenticated_id<
41 route_list = * 127.0.0.1 byname
45 # ----- Transports -----