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
13 # ----- Main settings -----
15 acl_smtp_data = acl_data
16 acl_smtp_rcpt = acl_rcpt
17 log_selector = SELECTOR
18 qualify_domain = test.ex
20 smtp_return_error_details = DETAILS
21 trusted_users = CALLER
29 accept senders = ^nosyntax@
30 verify = header_sender
32 accept senders = !^nosyntax@
33 verify = header_syntax
34 verify = header_sender
38 accept local_parts = ^cantverify
42 accept senders = ^nosyntax@
44 accept senders = ^recipcallout@
46 verify = recipient/callout=1s
48 accept verify = sender/callout=1s
64 route_data = V4NET.0.0.0
68 local_parts = ^cantverify
74 data = ${if match{$original_local_part}{fail}\
75 {:fail: failure message}\
76 {:defer: defer message}}
82 # ----- Transports -----