Skip to content

Commit

Permalink
config: generation of clean config should copy sensitive data
Browse files Browse the repository at this point in the history
Add -P parameter to the CLI warning doveconf example
  • Loading branch information
Michael M Slusarz authored and cmouse committed Aug 1, 2018
1 parent ef26002 commit 2baf7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/old-set-parser.c
Expand Up @@ -50,7 +50,7 @@ obsolete(struct config_parser_context *ctx, const char *str, ...)

if (!seen_obsoletes) {
i_warning("NOTE: You can get a new clean config file with: "
"doveconf -n > dovecot-new.conf");
"doveconf -Pn > dovecot-new.conf");
seen_obsoletes = TRUE;
}

Expand Down

0 comments on commit 2baf7ec

Please sign in to comment.