imip-agent

Annotated conf/exim/simple/010_exim4-config_people_outgoing

1104:7fb0056ff66d
2016-04-09 Paul Boddie Added tools to prepare and sign releases, including them in the page package and referencing them from the downloads page.
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