1 # Exim test configuration 0375
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = test.ex : *.test.ex
16 log_selector = +return_path_on_delivery
17 remote_max_parallel = 1
61 address_data = $sender_address
69 address_data = $bad expansion
79 errors_to = ${if eq{0}{1}{x@y}fail}
87 # ----- Transports -----
91 # Successful local transport
94 file = DIR/test-mail/$local_part-u
100 # Hard unsuccessful local transport
104 command = /non/existent/file
108 # Soft unsuccessful local transport
112 command = /non/existent/file
117 # Remote transport - all types
127 # Another remote transport with return_path set empty
138 # Another remote transport with return_path reinstating original
147 return_path = $address_data
152 file = DIR/test-mail/$local_part