mwolson: Only get token once, rather than 1-3 times
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 550_exim4-get_token
1 # hcoop-change: acquire AFS token for the user -- the condition is
2 # executed for side-effects only, and nothing should ever be accepted
3 # by this router
4
5 get_token:
6 driver = accept
7 domains = +local_domains
8 condition = ${run{/usr/bin/pagsh.openafs -c /etc/exim4/get-token ${local_part}}{0}{0}}
9 transport = dev_null
10 no_verify
11 no_expn