From 2baf7ecb23dbf84d4450d10419634f0a9b40f584 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 31 Jul 2018 16:32:48 -0600 Subject: [PATCH] config: generation of clean config should copy sensitive data Add -P parameter to the CLI warning doveconf example --- src/config/old-set-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/old-set-parser.c b/src/config/old-set-parser.c index 2ad16db85a..3e4812af86 100644 --- a/src/config/old-set-parser.c +++ b/src/config/old-set-parser.c @@ -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; } -- 2.47.3