=head1 NAME chasquid-util - chasquid management tool =head1 SYNOPSIS B [I] user-add I [--password=I] [--receive_only] B [I] user-remove I B [I] authenticate I [--password=I] B [I] check-userdb I B [I] aliases-resolve I B [I] domaininfo-remove I B [I] print-config =head1 DESCRIPTION chasquid-util is a command-line utility for chasquid(1) operations. =head1 OPTIONS =over 8 =item B I [--password=I] [--receive_only] Add a new user to the domain. If I<--receive_only> is given, then the user will never successfully authenticate. This is useful when creating receive-only users. =item B I Remove the user from the domain. =item B I [--password=I] Check the user's password. =item B I Check the integrity of the domain's users database. =item B I Resolve the given address. Talks to the running chasquid instance. =item B I Remove the domain information entry. This can be used to manually allow a security level downgrade. Talks to the running chasquid instance. =item B Parse and print the configuration in a human-readable way. =item B<-C> or B<--config_dir=> Configuration directory. =item B<--configdir=> Deprecated alias for B<--config_dir=>. =back =head1 SEE ALSO chasquid(1)