imip-agent

Annotated conf/exim/simple/010_exim4-config_people_outgoing

1064:462c557ca50a
2016-03-04 Paul Boddie Removed redundant table access operation overriding.
paul@899 1
simple_person_outgoing:
paul@899 2
  debug_print = "R: simple_person_outgoing for $sender_address_local_part@$sender_address_domain"
paul@890 3
  driver = accept
paul@890 4
  unseen
paul@890 5
  no_expn
paul@890 6
  no_verify
paul@899 7
  condition = ${if and { \
paul@899 8
    {bool {${lookup {$sender_address_local_part} lsearch {/etc/exim4/virtual_people} {true} {false}}}} \
paul@899 9
    {bool {${lookup {$sender_address_domain} lsearch {/etc/exim4/virtual_domains} {true} {false}}}} \
paul@899 10
    }}
paul@890 11
  transport = people_outgoing_transport