mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch adds man pages for chasquid's main commands and configuration. They are generated using pod2man (commonly used for this, and included with perl in most distributions). The generated man pages are included to avoid introducing a dependency for such simple task, similar to how we handle protocol buffer generated files.
32 lines
459 B
Plaintext
32 lines
459 B
Plaintext
=head1 NAME
|
|
|
|
smtp-check - SMTP setup checker
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<smtp-check> [-port I<port>] [-skip_tls_check] I<domain>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
smtp-check is a command-line too for checking SMTP setups (DNS records, TLS
|
|
certificates, SPF, etc.).
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over 8
|
|
|
|
=item B<-port> I<port>:
|
|
|
|
Port to use for connecting to the MX servers.
|
|
|
|
=item B<-skip_tls_check>:
|
|
|
|
Skip TLS check (useful if connections are blocked).
|
|
|
|
=back
|
|
|
|
=head1 SEE ALSO
|
|
|
|
chasquid(1)
|
|
|