chasquid-util - chasquid management tool
Contents
Description
chasquid-util is a command-line utility for chasquid(1) operations.
Name
chasquid-util - chasquid management tool
Options
user-adduser@domain [--password=password] [--receive_only]
Add a new user to the domain.
If --receive_only is given, then the user will never successfully authenticate. This is useful
when creating receive-only users.
user-removeuser@domain
Remove the user from the domain.
authenticateuser@domain [--password=password]
Check the user's password.
check-userdbdomain
Check the integrity of the domain's users database.
aliases-resolveaddr
Resolve the given address. Talks to the running chasquid instance.
domaininfo-removedomain
Remove the domain information entry. This can be used to manually allow a security level
downgrade. Talks to the running chasquid instance.
print-config
Parse and print the configuration in a human-readable way.
-C or --configdir=<path>
Configuration directory.
See Also
chasquid(1) 2023-12-03 chasquid-util(1)
Synopsis
chasquid-util [options] user-add user@domain [--password=password] [--receive_only]
chasquid-util [options] user-remove user@domainchasquid-util [options] authenticate user@domain [--password=password]
chasquid-util [options] check-userdb domainchasquid-util [options] aliases-resolve addrchasquid-util [options] domaininfo-remove domainchasquid-util [options] print-config
