imip-agent

conf/exim/simple/010_exim4-config_people_outgoing

1366:b3ba19f3e74d
2017-10-24 Paul Boddie Fixed and reorganised the rule period abstractions.
     1 simple_person_outgoing:     2   debug_print = "R: simple_person_outgoing for $sender_address_local_part@$sender_address_domain"     3   driver = accept     4   unseen     5   no_expn     6   no_verify     7   condition = ${if and { \     8     {bool {${lookup {$sender_address_local_part} lsearch {/etc/exim4/virtual_people} {true} {false}}}} \     9     {bool {${lookup {$sender_address_domain} lsearch {/etc/exim4/virtual_domains} {true} {false}}}} \    10     }}    11   transport = people_outgoing_transport