X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/blobdiff_plain/e9cfbd0749d170d1682f2346254e6dae4d63802d..0a3b3788c09b2b77e67186dc51aa9bc91f9f9d36:/conf.d/router/550_exim4-get_token?pf=hcoop%2Fzz_old diff --git a/conf.d/router/550_exim4-get_token b/conf.d/router/550_exim4-get_token dissimilarity index 99% index 03f2ea4..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 is -# executed for side-effects only, and nothing should ever be accepted -# by this router - -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 +# 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{/etc/exim4/get-token ${local_part}}{0}{0}} +# transport = dev_null +# no_verify +# no_expn