3 Sep
2009
3 Sep
'09
12:20 a.m.
On Wed, 2009-09-02 at 19:12 -0300, fernando@dfcom.com.br wrote:
But I like the idea maildrop calling the dovecot api to save the message into the maildir.
And yes, my patches don´t touch the maildir delivery. So, I can just change the maildrop 'deliver' function and call the dovecot one.
Do you have any tip how to do that, I mean, witch function to use there ?
I suppose you'd have to copy&paste quite a lot of code from deliver.c to read configuration. Dovecot v2.0 makes this a lot easier.
How about quota, can I let maildrop or dovecot (through the api) update it (I believe that let maildrop do that makes more sense)?
If you load quota plugin, Dovecot does it.