Displaying 2 results from an estimated 2 matches for "plugin1".
Did you mean:
plugin
2008 Jul 23
1
Mailbox_module_context question
Hi,
I am new to the dovecot source and would like to know why the
mailbox_module_context has a pointer to the mail_storage_module_register and
not to a mailbox_module_register. From what I have understood, if a context
is first added to the mailbox.module_contexts array using the
mail_storage_module_register and then a context is added to the
mail_storage.module_contexts and then a third context
2011 Jun 03
1
Extra plugins vía extrafield in ldap
Hi all,
I'm using dovecot 2.0.9 and I have a config like this:
dovecot.conf:
passdb {
args = /etc/dovecot/conf.d/passwd-ldap.conf
driver = ldap
}
mail_plugins = $mail_plugins quota
plugin {
autocreate = INBOX.SPAM
autocreate2 = INBOX.NoSPAM
autosubscribe = INBOX.SPAM
autosubscribe2 = INBOX.NoSPAM
quota = maildir
}
protocol imap {
mail_plugins = $mail_plugins imap_quota