1 # Exim test configuration 0240
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
11 acl_smtp_rcpt = check_recipient
12 acl_smtp_data = check_message
15 domainlist local_domains = test.ex
19 qualify_domain = test.ex
22 #!!#######################################################!!#
23 #!!# This new section of the configuration contains ACLs #!!#
24 #!!# (Access Control Lists) derived from the Exim 3 #!!#
25 #!!# policy control options. #!!#
26 #!!#######################################################!!#
28 #!!# These ACLs are crudely constructed from Exim 3 options.
29 #!!# They are almost certainly not optimal. You should study
30 #!!# them and rewrite as necessary.
36 #!!# ACL that is used after the RCPT command
38 # Exim 3 had no checking on -bs messages
40 accept domains = +local_domains
41 deny message = relay not permitted
43 #!!# ACL that is used after the DATA command
52 #!!#######################################################!!#
53 #!!# Here follow routers created from the old routers, #!!#
54 #!!# for handling non-local domains. #!!#
55 #!!#######################################################!!#
64 #!!# This new router is put here to fail all domains that
65 #!!# were not in local_domains in the Exim 3 configuration.
69 domains = ! +local_domains
70 data = :fail: unrouteable mail domain "$domain"
73 #!!#######################################################!!#
74 #!!# Here follow routers created from the old directors, #!!#
75 #!!# for handling local domains. #!!#
76 #!!#######################################################!!#
78 # ----- Directors -----
86 # ----- Transports -----
93 file = DIR/test-mail/subdir/$local_part