1 # Exim test configuration 0297
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 system_filter = DIR/aux-fixed/TESTNUM.Filter
14 system_filter_file_transport = ${if eq {$address_file}{/a/b/c}{tf1}{tf2}}
15 system_filter_directory_transport = ${if match{$address_file}{//\$}{td2}{td1}}
16 trusted_users = CALLER
18 # ------ Routers ------
25 file_transport = ${if eq {$address_file}{/a/b/c}{tf1}{tf2}}
26 directory_transport = ${if match{$address_file}{//\$}{td2}{td1}}
30 # ------ Transports ------