1 # Exim test configuration 3404
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 trusted_users = CALLER
18 # ----- Authentication -----
25 client_send = ^userx^secret
30 client_send = :userx:secret
31 client_ignore_invalid_base64
40 domains = domain.com : myhost.test.ex
41 headers_add = X-AID: >$authenticated_id<
42 route_list = * 127.0.0.1 byname
46 # ----- Transports -----