1 # Exim test configuration 0197
3 # Remove connection timeout when copying for real use,
6 .include DIR/aux-var/std_conf_prefix
10 trusted_users = CALLER
13 # Exim configuration to pass all messages on to a fixed host, taking
14 # copies of them for subsequent configuration testing.
16 # This is the file the copies will be saved in.
18 COPYFILE = DIR/test-mail/copies
20 # This is the user that the copying delivery will run under.
24 # These are the domains whose mail will be copied.
26 COPYDOMAINS = copy.domain
28 # This is the list of domains that this server will relay.
30 RELAYDOMAINS = COPYDOMAINS
32 # This is the host that messages are relayed to. It can be a colon-separated
33 # list of hosts - they are tried in order.
35 NEXTHOST = V4NET.0.0.1
38 # ----- Main settings -----
40 # This is a list of domains which the host is going to relay. Mail addressed
41 # to other domains will be rejected
43 domainlist relay_domains = RELAYDOMAINS
45 acl_smtp_rcpt = check_recipient
54 accept domains = +relay_domains
55 deny message = relay not permitted
62 # This router takes a copy of messages for a specific domain.
66 route_list = COPYDOMAINS
70 # This router passes all addresses to the passing-on transport.
74 route_list = * NEXTHOST byname
78 # ----- Transports -----
80 # This transport is used for doing the deliveries arising from taking copies
81 # of each message passing through the system, for specific domains.
94 # This transport is used for passing the message on to the next host.
106 * * F,2h,15m; G,16h,1h,1.5; F,4d,8h