You must login to view /lordwelch/chasquid/commit/d9d56552f396a3a3cc0014c70b77089bf917bc32?files=chasquid.go.
The GitHub option should be usable for most people, it only links via username.

Files
chasquid/docs/man/smtp-check.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

539 B

NAME

smtp-check - SMTP setup checker

SYNOPSIS

smtp-check [-port port] [-localname domain] [-skip_tls_check] domain

DESCRIPTION

smtp-check is a command-line too for checking SMTP setups (DNS records, TLS certificates, SPF, etc.).

OPTIONS

  • -port port:

    Port to use for connecting to the MX servers.

  • -localname domain:

    Local name to use for the EHLO command.

  • -skip_tls_check:

    Skip TLS check (useful if connections are blocked).

SEE ALSO

chasquid(1)