I have configured a userdb file, so I can test with some accounts and override settings. But it is a bit annoying getting unkown user messages for the majority of accounts not in this userdb. Is there a way to skip this reporting? dovecot: auth: passwd-file(aaaaaaaaaaaa,X.X.X.X,<lGapvOzGS5tNPz8/>): unknown user
On July 12, 2021 2:41:54 PM UTC, Marc <Marc at f1-outsourcing.eu> wrote:>I have configured a userdb file, so I can test with some accounts and >override settings. But it is a bit annoying getting unkown user >messages for the majority of accounts not in this userdb. Is there a >way to skip this reporting? > >dovecot: auth: passwd-file(aaaaaaaaaaaa,X.X.X.X,<lGapvOzGS5tNPz8/>): >unknown userput auth_verbose=no to the passdb block.This is overriden if you have auth_debug=yes. See