1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-16 14:27:01 +00:00
Files
go-chasquid-smtp/docs/man/chasquid-util.1.md
Alberto Bertogli a80051657a docs/man: Auto-generate markdown manpages
This patch adds auto-generation of markdown manpages, for ease of
reference in other documents and links.
2023-10-04 00:31:14 +01:00

1.4 KiB

NAME

chasquid-util - chasquid management tool

SYNOPSIS

chasquid-util [options] user-add user@domain [--password=password]

chasquid-util [options] user-remove user@domain

chasquid-util [options] authenticate user@domain [--password=password]

chasquid-util [options] check-userdb domain

chasquid-util [options] aliases-resolve addr

chasquid-util [options] domaininfo-remove domain

chasquid-util [options] print-config

DESCRIPTION

chasquid-util is a command-line utility for chasquid(1) operations.

OPTIONS

  • user-add user@domain [--password=password]

    Add a new user to the domain.

  • user-remove user@domain

    Remove the user from the domain.

  • authenticate user@domain [--password=password]

    Check the user's password.

  • check-userdb domain

    Check the integrity of the domain's users database.

  • aliases-resolve addr

    Resolve the given address. Talks to the running chasquid instance.

  • domaininfo-remove domain

    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)