4 Feb
2016
4 Feb
'16
6:43 p.m.
On 04 Feb 2016, at 03:44, Thomas Möhle thomas@bitkomplex.de wrote:
Hello,
I would like to use the users password within a mail-filter script. Dovecots %w variable is only available within dovecot-auth, is there any way to access the password for a mail-filter?
Something like this should work in recent versions:
passdb { .. override_fields = userdb_pass=%w }
plugin { mail_filter = mail-filter %{userdb:pass} }