1 # Exim test configuration 0365
8 host_lookup_order = bydns
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
12 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 acl_smtp_data = acl_data
18 acl_smtp_rcpt = acl_rcpt
19 log_selector = SELECTOR
20 qualify_domain = test.ex
22 smtp_return_error_details = DETAILS
23 trusted_users = CALLER
31 accept senders = ^nosyntax@
32 verify = header_sender
34 accept senders = !^nosyntax@
35 verify = header_syntax
36 verify = header_sender
40 accept local_parts = ^cantverify
44 accept senders = ^nosyntax@
46 accept senders = ^recipcallout@
48 verify = recipient/callout=1s
50 accept verify = sender/callout=1s
66 route_data = V4NET.0.0.0
70 local_parts = ^cantverify
76 data = ${if match{$original_local_part}{fail}\
77 {:fail: failure message}\
78 {:defer: defer message}}
84 # ----- Transports -----