19 Sep
2024
19 Sep
'24
2:26 p.m.
On 19/09/2024 12:34 EEST Marc via dovecot dovecot@dovecot.org wrote:
sieve-test(1164123): Fatal: Couldn't drop privileges: User is missing UID (see mail_uid setting)
I don't get what this is about. Users are not missing an UID and how is it related with testing sieve scripts?
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
It means that userdb lookup did not return an uid, you can use
sieve-test -o mail_uid=$UID ...
to workaround this.
Aki