1 # Exim test configuration 3550
3 AUTHS=DIR/tmp/dovecot_auth_socket
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 domainlist local_domains = test.ex : *.test.ex
13 hostlist auth_hosts = 10.0.0.1
14 hostlist relay_hosts = 10.0.0.4
15 hostlist auth_relay_hosts = 10.0.0.3 : 10.0.0.4
17 acl_smtp_rcpt = check_recipient
18 auth_advertise_hosts = +auth_hosts : !+relay_hosts : +auth_relay_hosts : \
20 smtp_accept_max_nonmail = 20
21 trusted_users = CALLER
29 deny message = authentication required
33 # ----- Authentication -----
41 server_condition = ${if eq {$auth1}{userx} {yes}{no}}
42 server_set_id = $auth1
52 transport = appendfile
55 # ----- Transports -----
63 file = DIR/test-mail/$local_part
64 create_file = DIR/test-mail