1 # Exim test configuration 0240
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
12 # ----- Main settings -----
17 acl_smtp_rcpt = check_recipient
18 acl_smtp_data = check_message
21 domainlist local_domains = test.ex
25 qualify_domain = test.ex
28 #!!#######################################################!!#
29 #!!# This new section of the configuration contains ACLs #!!#
30 #!!# (Access Control Lists) derived from the Exim 3 #!!#
31 #!!# policy control options. #!!#
32 #!!#######################################################!!#
34 #!!# These ACLs are crudely constructed from Exim 3 options.
35 #!!# They are almost certainly not optimal. You should study
36 #!!# them and rewrite as necessary.
42 #!!# ACL that is used after the RCPT command
44 # Exim 3 had no checking on -bs messages
46 accept domains = +local_domains
47 deny message = relay not permitted
49 #!!# ACL that is used after the DATA command
58 #!!#######################################################!!#
59 #!!# Here follow routers created from the old routers, #!!#
60 #!!# for handling non-local domains. #!!#
61 #!!#######################################################!!#
70 #!!# This new router is put here to fail all domains that
71 #!!# were not in local_domains in the Exim 3 configuration.
75 domains = ! +local_domains
76 data = :fail: unrouteable mail domain "$domain"
79 #!!#######################################################!!#
80 #!!# Here follow routers created from the old directors, #!!#
81 #!!# for handling local domains. #!!#
82 #!!#######################################################!!#
84 # ----- Directors -----
92 # ----- Transports -----
99 file = DIR/test-mail/subdir/$local_part