Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ BBAAAAAAAAAAAAAAAAAAAAAAB
d88ff1001d4bf753a1b800001accfe22
&U,BTFw-
&ZeVnLIqe-
-adnPNx
-adn
PNUx
F=DFMPhnu9,
SPfne
\bAPPEND(?:ed|s)
Expand Down
5 changes: 4 additions & 1 deletion docs/core/man/doveconf.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dovecotComponent: core
## SYNOPSIS

**doveconf**
[**-adnPNx**]
[**-adnPNUx**]
[**-c** *config-file*]
[**-f** *filter*]

Expand Down Expand Up @@ -94,6 +94,9 @@ configuration in easy human readable output.
**-P**
: Show passwords and other sensitive values.

**-U**
: Ignore all unknown settings in config file.

**-x**
: Expand configuration variables (e.g. `$ENV:foo`) and show file contents
(from e.g. `ssl_server_key_password = \</etc/ssl/password.txt`).
Expand Down