1 # Exim test configuration 0174
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
8 gecos_name = CALLER_NAME
10 # ----- Main settings -----
12 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15 trusted_users = CALLER
24 condition = ${if or {\
25 {eq {$sender_address}{}}\
26 {eq {$received_protocol}{scanned-ok}}\
28 domains = ! +local_domains
34 domains = ! +local_domains
36 data = :fail: unrouteable mail domain "$domain" (:fail:)
40 condition = ${if or {\
41 {eq {$sender_address}{}}\
42 {eq {$received_protocol}{scanned-ok}}\
50 transport = appendfile
53 # ----- Transports -----
59 file = DIR/test-mail/$local_part
66 command = DIR/aux-fixed/resubmitB DIR/ CALLER