hi...
which are the diference to configure quota plugin when LDA is dovecot:
these setting:
protocol imap {
:
mail_plugins = quota imap_quota
:
}
protocol pop3 {
:
mail_plugins = quota
:
}
.vs.
these setting:
protocol lda {
:
mail_plugins = quota
:
}
Note: - dovecot version is 1.2.0
thanks in advance!!
--
Salu2 ;)
Timo Sirainen
2010-Feb-19 14:28 UTC
[Dovecot] quota plugin + setting in "protocol" or "lda"
imap is the only special case, because there you probably want to use
imap_quota. Everything else is just happy with plain "quota". Actually
you could even put the regular mail_plugins outside protocol {} and only
override it for imap.
On 19.2.2010, at 16.15, maximatt wrote:
> hi...
>
> which are the diference to configure quota plugin when LDA is dovecot:
>
> these setting:
>
> protocol imap {
> :
> mail_plugins = quota imap_quota
> :
> }
> protocol pop3 {
> :
> mail_plugins = quota
> :
> }
>
> .vs.
>
> these setting:
>
> protocol lda {
> :
> mail_plugins = quota
> :
> }
>
> Note: - dovecot version is 1.2.0
>
> thanks in advance!!
>
> --
> Salu2 ;)