username_filter settings in passdb

2024-08-01 Thread zaxwat93--- via dovecot
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

Re: username_filter settings in passdb

2024-08-01 Thread zaxwat93--- via dovecot
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

Re: username_filter settings in passdb

2024-08-02 Thread zaxwat93--- via dovecot
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.

Re: username_filter settings in passdb

2024-08-05 Thread zaxwat93--- via dovecot
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

Re: username_filter settings in passdb

2024-08-05 Thread zaxwat93--- via dovecot
Thank you, I will wait for the release ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: username_filter settings in passdb

2024-08-06 Thread zaxwat93--- via dovecot
Wow, it really works. Thank you so much. ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org