Displaying 2 results from an estimated 2 matches for "ttestmon_testmon".
Did you mean:
testmon_testmon
2014 Dec 29
4
Authcache and user changing
Hi,
I have noticed that during auth cache hits usernames are not updated.
(We use ldap backend
and change username with
user_attrs = uid=user, mailMessageStore=home,
mailQuotaSize=quota_rule=*:bytes=%$
cold cache
lmtp(14414): Debug: auth input: testmon_testmon
home=/vmail/te/testmon_testmon quota_rule=*:bytes=104857600
lmtp(14414): Debug: changed username to testmon_testmon
lmtp(14414): Debug:
2014 Dec 30
0
Authcache and user changing
...plugin/quota_rule=*:bytes=104857600
>
>
> hot cache
>
> lmtp(14715): Debug: auth input: iqmon at mon.test.pl
> home=/vmail/iq/testmon_testmon quota_rule=*:bytes=104857600
> lmtp(14715): Debug: Added userdb setting: plugin/quota_rule=*:bytes=104857600
auth replays are
USER\t2\ttestmon_testmon\thome=/vmail/te/testmon_testmon\tquota_rule=*:bytes=104857600\n
on a cache miss
and
USER\t3\ttestmon at mon.test.pl\thome=/vmail/te/testmon_testmon\tquota_rule=*:bytes=104857600\n
with a cache hit
without cache user is rewriten as expected, with cache it isn't
--
Michal Grzedzicki