From: Michael M Slusarz Date: Tue, 31 Jul 2018 22:32:48 +0000 (-0600) Subject: config: generation of clean config should copy sensitive data X-Git-Tag: 2.3.9~1574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2baf7ecb23dbf84d4450d10419634f0a9b40f584;p=thirdparty%2Fdovecot%2Fcore.git config: generation of clean config should copy sensitive data Add -P parameter to the CLI warning doveconf example --- 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; }