1 # Exim test configuration 0376
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 domainlist local_domains = test.ex
13 acl_smtp_rcpt = check_recipient
14 acl_smtp_data = check_data
15 callout_positive_expire = 1s
16 callout_domain_positive_expire = PEX
24 deny hosts = V4NET.0.0.1
25 log_message = ($sender_verify_failure)
26 !verify = sender/callout
27 deny hosts = V4NET.0.0.2
28 !verify = sender/callout=postmaster
29 deny hosts = V4NET.0.0.3
30 !verify = sender/callout=random
31 deny hosts = V4NET.0.0.4
32 !verify = sender/callout=random,postmaster
33 deny hosts = V4NET.0.0.5
34 !verify = sender/callout=1s,random
35 deny hosts = V4NET.0.0.6
36 !verify = sender/callout=postmaster_mailfrom=pmsend@a.domain
37 deny hosts = V4NET.0.0.9
38 !verify = sender/callout=fullpostmaster
39 deny hosts = V4NET.0.0.10
40 !verify = recipient/callout=postmaster_mailfrom=pmsend@b.domain,\
41 use_postmaster,random/defer_ok
45 deny hosts = V4NET.0.0.7
46 !verify = header_sender/callout=mailfrom=somesender@a.domain
47 deny hosts = V4NET.0.0.8
48 !verify = header_sender/callout=1s,defer_ok
57 route_list = * 127.0.0.1
62 # ----- Transports -----