1 # Exim test configuration 3404
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 trusted_users = CALLER
16 # ----- Authentication -----
23 client_send = ^userx^secret
28 client_send = :userx:secret
29 client_ignore_invalid_base64
38 domains = domain.com : myhost.test.ex
39 headers_add = X-AID: >$authenticated_id<
40 route_list = * 127.0.0.1 byname
44 # ----- Transports -----