1 # Exim test configuration 0297
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 system_filter = DIR/aux-fixed/TESTNUM.Filter
16 system_filter_file_transport = ${if eq {$address_file}{/a/b/c}{tf1}{tf2}}
17 system_filter_directory_transport = ${if match{$address_file}{//\$}{td2}{td1}}
18 trusted_users = CALLER
20 # ------ Routers ------
27 file_transport = ${if eq {$address_file}{/a/b/c}{tf1}{tf2}}
28 directory_transport = ${if match{$address_file}{//\$}{td2}{td1}}
32 # ------ Transports ------