mwolson: Make progress on email delivery
[hcoop/config/exim.git] / conf.d / router / 550_exim4-get_token
1 # hcoop-change: acquire AFS token for the user -- the condition
2 # statement is executed for side-effects only, and nothing should ever
3 # be accepted by this router
4
5 get_token:
6 driver = accept
7 domains = +local_domains
8 condition = ${run{/etc/exim4/get-token ${local_part}}{0}{0}}
9 transport = dev_null
10 no_verify
11 no_expn