Re: Studying dovecot source code (searching for mail_deliver_hook_set)

2017-03-30 Thread chaouche yacine
Perfect ! thanks a lot :) On Thursday, March 30, 2017 10:42 AM, Aki Tuomi wrote: https://wiki2.dovecot.org/Design Aki On 30.03.2017 12:35, chaouche yacine wrote: > Thanks ! I don't know if there's documentation about dovecot's design as a > whole, not the details of the plugin itsel

Re: Studying dovecot source code (searching for mail_deliver_hook_set)

2017-03-30 Thread Aki Tuomi
https://wiki2.dovecot.org/Design Aki On 30.03.2017 12:35, chaouche yacine wrote: > Thanks ! I don't know if there's documentation about dovecot's design as a > whole, not the details of the plugin itself, to get the big picture ? I > assume the plugins are loaded in a loop at dovecot startup,

Re: Studying dovecot source code (searching for mail_deliver_hook_set)

2017-03-30 Thread chaouche yacine
Thanks ! I don't know if there's documentation about dovecot's design as a whole, not the details of the plugin itself, to get the big picture ? I assume the plugins are loaded in a loop at dovecot startup, or at login, or when mail is delivered via lda/lmtp ? in the particular case of the quota

Re: Studying dovecot source code (searching for mail_deliver_hook_set)

2017-03-29 Thread Aki Tuomi
On 29.03.2017 13:44, Steffen Kaiser wrote: > On Tue, 28 Mar 2017, chaouche yacine wrote: > > > I would like to study how dovecot manages quota, especially how it > deals with the maildirsize file if one chooses to implement quota > according to the maildir++ specification. > > Quota is managed by

Re: Studying dovecot source code (searching for mail_deliver_hook_set)

2017-03-29 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 28 Mar 2017, chaouche yacine wrote: I would like to study how dovecot manages quota, especially how it deals with the maildirsize file if one chooses to implement quota according to the maildir++ specification. Quota is managed by the plu