]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
config: generation of clean config should copy sensitive data
authorMichael M Slusarz <michael.slusarz@dovecot.fi>
Tue, 31 Jul 2018 22:32:48 +0000 (16:32 -0600)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 1 Aug 2018 10:09:06 +0000 (10:09 +0000)
Add -P parameter to the CLI warning doveconf example

src/config/old-set-parser.c

index 2ad16db85ade7fd6a3cab4542d1b88e1e6f4f867..3e4812af864c7b7bd1aa061f5ccae2724a42f398 100644 (file)
@@ -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;
        }