This patch adds auto-generation of markdown manpages, for ease of reference in other documents and links.
31 lines
539 B
Markdown
31 lines
539 B
Markdown
# 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)](chasquid.1.md)
|