1 # Exim test configuration 0240
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
16 acl_smtp_rcpt = check_recipient
17 acl_smtp_data = check_message
20 domainlist local_domains = test.ex
24 qualify_domain = test.ex
27 #!!#######################################################!!#
28 #!!# This new section of the configuration contains ACLs #!!#
29 #!!# (Access Control Lists) derived from the Exim 3 #!!#
30 #!!# policy control options. #!!#
31 #!!#######################################################!!#
33 #!!# These ACLs are crudely constructed from Exim 3 options.
34 #!!# They are almost certainly not optimal. You should study
35 #!!# them and rewrite as necessary.
41 #!!# ACL that is used after the RCPT command
43 # Exim 3 had no checking on -bs messages
45 accept domains = +local_domains
46 deny message = relay not permitted
48 #!!# ACL that is used after the DATA command
57 #!!#######################################################!!#
58 #!!# Here follow routers created from the old routers, #!!#
59 #!!# for handling non-local domains. #!!#
60 #!!#######################################################!!#
69 #!!# This new router is put here to fail all domains that
70 #!!# were not in local_domains in the Exim 3 configuration.
74 domains = ! +local_domains
75 data = :fail: unrouteable mail domain "$domain"
78 #!!#######################################################!!#
79 #!!# Here follow routers created from the old directors, #!!#
80 #!!# for handling local domains. #!!#
81 #!!#######################################################!!#
83 # ----- Directors -----
91 # ----- Transports -----
98 file = DIR/test-mail/subdir/$local_part