dovecot/documentation

Incorrect default listed for auth_username_format?

robertmathews opened this issue · 1 comments

https://doc.dovecot.org/settings/core/ says the default for "auth_username_format" is "%u", but the changelog says:

v2.1.0 2012-02-16  Timo Sirainen <tss@iki.fi>
	* auth_username_format default changed to %Lu

I tested this and the changelog seems to be correct:

$ doveconf auth_username_format -d
auth_username_format = %Lu

So it appears that the doc page hasn't been updated to match the change.