X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/blobdiff_plain/f59af8cefdc3de40929850c2168d88fe78068067..0a3b3788c09b2b77e67186dc51aa9bc91f9f9d36:/conf.d/router/550_exim4-get_token diff --git a/conf.d/router/550_exim4-get_token b/conf.d/router/550_exim4-get_token index aa05453..b297982 100644 --- a/conf.d/router/550_exim4-get_token +++ b/conf.d/router/550_exim4-get_token @@ -1,11 +1,14 @@ # hcoop-change: acquire AFS token for the user -- the condition # statement is executed for side-effects only, and nothing should ever # be accepted by this router +# +# Currently disabled in favor of getting the token during transport -- +# that is, after changing uid. -get_token: - driver = accept - domains = +local_domains - condition = ${run{/usr/bin/pagsh.openafs -c /etc/exim4/get-token ${local_part}}{0}{0}} - transport = dev_null - no_verify - no_expn +# get_token: +# driver = accept +# domains = +local_domains +# condition = ${run{/etc/exim4/get-token ${local_part}}{0}{0}} +# transport = dev_null +# no_verify +# no_expn