got a problem when configured passdb with username_filter — looks like the
option doesn't work
OS: FreeBSD 13 and 14. Dovecot version: 2.3.21
Part of config:
passdb {
args = /usr/local/bin/php /usr/local/dovecot/bin/checkpassword.php
driver = checkpassword
}
passdb {
args = /usr/local/bin/ph
added names:
passdb allusers {
...
}
passdb postmasterfilter {
...
username_filter = us...@postmaster.local.one
...
}
passdb user2filter {
username_filter = us...@user2.local.one
,,,
}
try "doveadm auth test us...@user2.local.one" and got logs:
Aug 1 16:08:02 auth: Debug: auth
I also tried to add filter to passdb allusers:
passdb allusers {
...
username_filter = !us...@user2.local.one !us...@postmaster.local.one
...
}
passdb postmasterfilter {
...
username_filter = us...@postmaster.local.one
...
}
passdb user2filter {
username_filter = us...@user2.local.
Thank you for explanation. Unfortunately it is better not to touch this script,
so I will wait for the fix
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Thank you, I will wait for the release
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Wow, it really works. Thank you so much.
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org