1 # Exim test configuration 0365
7 host_lookup_order = bydns
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 acl_smtp_data = acl_data
17 acl_smtp_rcpt = acl_rcpt
18 log_selector = SELECTOR
19 qualify_domain = test.ex
21 smtp_return_error_details = DETAILS
22 trusted_users = CALLER
30 accept senders = ^nosyntax@
31 verify = header_sender
33 accept senders = !^nosyntax@
34 verify = header_syntax
35 verify = header_sender
39 accept local_parts = ^cantverify
43 accept senders = ^nosyntax@
45 accept senders = ^recipcallout@
47 verify = recipient/callout=1s
49 accept verify = sender/callout=1s
65 route_data = V4NET.0.0.0
69 local_parts = ^cantverify
75 data = ${if match{$original_local_part}{fail}\
76 {:fail: failure message}\
77 {:defer: defer message}}
83 # ----- Transports -----