chiark / gitweb /
New option to list a user's (or all) extant tokens.
[cryptomail] / .userv / rc
CommitLineData
71074336
MW
1### Userv configuration for cryptomail
2
3if glob service generate
4 no-suppress-args
a6d4bfda
MW
5 execute bin/uwrap generate -f %@cryptomail.distorted.org.uk
6fi
7
8if glob service info
9 no-suppress-args
10 execute bin/uwrap info
11fi
12
13if glob service revoke
14 no-suppress-args
15 execute bin/uwrap revoke
16fi
17
6253ed06
MW
18if glob service list
19 no-suppress-args
20 execute bin/uwrap list
21fi
22
a6d4bfda
MW
23if glob service help
24 no-suppress-args
25 execute bin/uwrap help
71074336
MW
26fi
27
28if ( glob service addrcheck:cryptomail-default
aeec1a4e 29 & glob calling-user qmaild
71074336
MW
30 )
31 no-suppress-args
32 execute bin/cryptomail addrcheck --
33fi