1 # Exim test configuration 0376
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
12 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 domainlist local_domains = test.ex
19 acl_smtp_rcpt = check_recipient
20 acl_smtp_data = check_data
21 callout_positive_expire = 1s
22 callout_domain_positive_expire = PEX
30 deny hosts = V4NET.0.0.1
31 log_message = ($sender_verify_failure)
32 !verify = sender/callout
33 deny hosts = V4NET.0.0.2
34 !verify = sender/callout=postmaster
35 deny hosts = V4NET.0.0.3
36 !verify = sender/callout=random
37 deny hosts = V4NET.0.0.4
38 !verify = sender/callout=random,postmaster
39 deny hosts = V4NET.0.0.5
40 !verify = sender/callout=1s,random
41 deny hosts = V4NET.0.0.6
42 !verify = sender/callout=postmaster_mailfrom=pmsend@a.domain
43 deny hosts = V4NET.0.0.9
44 !verify = sender/callout=fullpostmaster
45 deny hosts = V4NET.0.0.10
46 !verify = recipient/callout=postmaster_mailfrom=pmsend@b.domain,\
47 use_postmaster,random/defer_ok
51 deny hosts = V4NET.0.0.7
52 !verify = header_sender/callout=mailfrom=somesender@a.domain
53 deny hosts = V4NET.0.0.8
54 !verify = header_sender/callout=1s,defer_ok
63 route_list = * 127.0.0.1
68 # ----- Transports -----