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
12 # ----- Main settings -----
14 system_filter = DIR/aux-fixed/TESTNUM.Filter
15 system_filter_file_transport = ${if eq {$address_file}{/a/b/c}{tf1}{tf2}}
16 system_filter_directory_transport = ${if match{$address_file}{//\$}{td2}{td1}}
17 trusted_users = CALLER
19 # ------ Routers ------
26 file_transport = ${if eq {$address_file}{/a/b/c}{tf1}{tf2}}
27 directory_transport = ${if match{$address_file}{//\$}{td2}{td1}}
31 # ------ Transports ------