chiark / gitweb /
config: Fix typo, so that postmaster email works.
[cryptomail] / .userv / rc
... / ...
CommitLineData
1### Userv configuration for cryptomail
2
3if glob service generate
4 no-suppress-args
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
18if glob service help
19 no-suppress-args
20 execute bin/uwrap help
21fi
22
23if ( glob service addrcheck:cryptomail-default
24 & glob calling-user qmaild
25 )
26 no-suppress-args
27 execute bin/cryptomail addrcheck --
28fi