mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-27 20:45:56 +00:00
docs/man: Auto-generate markdown manpages
This patch adds auto-generation of markdown manpages, for ease of reference in other documents and links.
This commit is contained in:
30
docs/man/smtp-check.1.md
Normal file
30
docs/man/smtp-check.1.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user