1 # Exim test configuration 0240
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 -----
15 acl_smtp_rcpt = check_recipient
16 acl_smtp_data = check_message
19 domainlist local_domains = test.ex
23 qualify_domain = test.ex
26 #!!#######################################################!!#
27 #!!# This new section of the configuration contains ACLs #!!#
28 #!!# (Access Control Lists) derived from the Exim 3 #!!#
29 #!!# policy control options. #!!#
30 #!!#######################################################!!#
32 #!!# These ACLs are crudely constructed from Exim 3 options.
33 #!!# They are almost certainly not optimal. You should study
34 #!!# them and rewrite as necessary.
40 #!!# ACL that is used after the RCPT command
42 # Exim 3 had no checking on -bs messages
44 accept domains = +local_domains
45 deny message = relay not permitted
47 #!!# ACL that is used after the DATA command
56 #!!#######################################################!!#
57 #!!# Here follow routers created from the old routers, #!!#
58 #!!# for handling non-local domains. #!!#
59 #!!#######################################################!!#
68 #!!# This new router is put here to fail all domains that
69 #!!# were not in local_domains in the Exim 3 configuration.
73 domains = ! +local_domains
74 data = :fail: unrouteable mail domain "$domain"
77 #!!#######################################################!!#
78 #!!# Here follow routers created from the old directors, #!!#
79 #!!# for handling local domains. #!!#
80 #!!#######################################################!!#
82 # ----- Directors -----
90 # ----- Transports -----
97 file = DIR/test-mail/subdir/$local_part