mwolson: Make progress on email delivery
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 550_exim4-get_token
CommitLineData
f59af8ce 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
e9cfbd07 4
5get_token:
6 driver = accept
7 domains = +local_domains
8f42d430 8 condition = ${run{/etc/exim4/get-token ${local_part}}{0}{0}}
e9cfbd07 9 transport = dev_null
10 no_verify
11 no_expn