<div dir="ltr"><div>I've made a unix-socket auth setup, by looking at the examples here: <a href="https://doc.dovecot.org/configuration_manual/authentication/dict/#complete-example-for-authenticating-via-a-unix-socket">https://doc.dovecot.org/configuration_manual/authentication/dict/#complete-example-for-authenticating-via-a-unix-socket</a><br><br>I need to ship the plain password to the socket as well, so i have simply added %w to the lookup key, like so:<br><br>    key = passdb/U=%u P=%w<br><br>My problem is, that if the socket connection is down for whatever reason, dovecot will write the entire message above - including the plaintext password - into the logfile.<br><br>---<br>May 25 11:17:48 imap-1 dovecot: auth-worker(32690): Error: dict-client: Lookup 'shared/passdb/U=<a href="mailto:john.doe@example.com">john.doe@example.com</a> P=john123 failed: net_connect_unix(/var/run/dovecot/doveauthdsocket) failed: Connection refused (reply took 0.000 secs (0.000 in dict wait, 0.000 in other ioloops, 0.000 in locks))<br>May 25 11:17:48 imap-1 dovecot: auth-worker(32690): Error: dict(<a href="mailto:john.doe@example.com">john.doe@example.com</a>,8.8.4.4,<Px/Ic3WmsNhb7s1N>): Failed to lookup key shared/passdb/U=<a href="mailto:john.doe@example.com">john.doe@example.com</a> P=john123<br>--<br><br>Can i disable dict client logging? Or can i structure my dict request in a different way to avoid this logging, while still getting the complete user-name and plaintext password shipped over the socket?<br></div><div><br></div><div>$ dovecot --version</div><div>2.2.36 (1f10bfa63) <br></div><br></div>