Hello.
I'm trying to get some output from antispam plugin when it invokes dspam
binary for retraining.
Currently I see no messages related to dspam execution.
Dovecot IMAP server works as 'vmail' user:
# ps aux|grep 'dovecot/imap'
vmail 3062 0.7 0.0 29824 3008 ?S16:22 0:00
Completly PEBKAC problem. I was not cleaning Maildir directory after
several conversions.
2012/9/12 Igor Zinovik :
> Hello, list.
>
> I'm asking question not directly connected with dovecot.
>
> I'm planning a migration from cyrus-imapd to dovecot and i'm using
&g
Hello, list.
I'm asking question not directly connected with dovecot.
I'm planning a migration from cyrus-imapd to dovecot and i'm using
cyrus2dovecot script (by Freie Universität Berlin) to convert mailboxes
of users, but i'm wondering why size of mailbox in Maildir++ is so
much bigger than mai
Hello.
I read docs, but still do not understand difference between following
configuration options:
namespace inbox {
# Create and subscribe to folder
mailbox Drafts { auto=subscribe }
and `autocreate' plugin
plugin {
autocreate = inbox.Drafts
autosubscribe = i
Hello.
I read on upgrading page that one can use UTF8 mailbox names for
plugins. As i understand i do not need to convert UTF8 names to mUTF-7
and can use raw UTF8 in plugins section, e.g.:
/etc/dovecot/dovecot.conf
...
plugin {
...
# Autocreate \Spam folder
autocreate =
r 11, Igor Zinovik wrote:
> I'm trying to cope with following problem I have single computer which
> will be going to be final destination for several virtual domains.
> Domains are stored in LDAP catalog. Dovecot will be working together
> with Postfix MTA running on same com
Hello, dovecot users.
I'm trying to cope with following problem I have single computer which
will be going to be final destination for several virtual domains.
Domains are stored in LDAP catalog. Dovecot will be working together
with Postfix MTA running on same computer.
I'm a bit confus
On Apr 05, Timo Sirainen wrote:
> With v2.1 you can directly UTF-8 characters there. With older versions you
> need to convert the mailbox names to mUTF-7. With v2.0 you can do this with
> doveadm:
>
> doveadm mailbox mutf7 utf8_chars
>
> Use the result as the mailbox name.
Thanks Timo. That
Hello.
I'm migrating from cyrus to dovecot and now after i converted mailboxes to
Maildir. Some users already has imap folders with cyrillic chars.
How could i autocreate folders with cyrillic chars? When i type
something like:
...
autocreate = utf8_chars
autosubscribe = utf8_chars
...