Displaying 1 result from an estimated 1 matches for "localdelivery".
Did you mean:
  local_delivery
  
2011 Feb 16
1
Dovecot + Exim + Maildir quota problem
...got a server with DirectAdmin 
which has exim as MUA, dovecot as POP/IMAP server, recently i added the 
quota to exim and pointed the maildirsize file in the same location if 
the dovecot's one so both services can interact with it. This has been 
done to let exim update the quotas while doing localdelivery while 
dovecot can show quotas through roundcube and update them when users 
delete mails.
The issue that i noticed is that some users get wrong quota 
informations... after a little investigation i think it could be a 
concurrent access to this file so dovecot tries to remove the deleted 
mails fo...