Displaying 3 results from an estimated 3 matches for "plugin3".
Did you mean:
plugin
2016 Sep 04
0
How do I install uwsgi + python 3?
Hi,
>From what I can see, epel doesn't have python 3's pip. But when I
install python35u (ius) and uwsgi-python-plugin3, uwsgi's python
doesn't seem to find virtual env's packages. When I install python34u
(ius) and uwsgi-plugin-python3, I get a conflict. Am I doing anything
wrong?
Regards,
Yuri
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