Displaying 20 results from an estimated 600 matches similar to: "1.0 beta1 plugin-loading"
2010 Mar 01
1
FPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Hi,
I am receiving this error when I put mail_plugins = acl imap_acl, even though the module is there.
/etc/init.d/dovecot restart
Restarting mail server: dovecotFPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Error: imap dump-capability process returned 89
With mail_plugins = acl, it starts up correctly.
dovecot -n
# /etc/dovecot/dovecot.conf
base_dir:
2006 Oct 15
1
compiling dovecot-sieve
Our server is an CentOS4.4 box and we use the atrpms built RPMs for
installing dovecot. I am wanting to use the sieve plug-in so I've
followed the dovecot wiki instructions, downloaded the files from CVS,
but I'm not sure what configure options to use. When I try without any
options I get:
dovecot-config not found from /usr/src/dovecot-sieve, use
--with-dovecot=PATH
to give path to
2006 Jan 16
7
1.0 beta1 released
As promised, here it is finally.
v1.0 is getting nearer and I want people to start looking at Dovecot's
sources. Getting some more help with development would be nice, but I'd
also like to hear if there are any hidden bugs in the code. So, one week
from now I'll start offering 1000 EUR for the first person to point out
a remotely exploitable security hole in Dovecot. See
2006 Jul 23
0
Bug or not ?
Hello,
I can't have quota with dict working... In my error file, i have a
"killed with signal 11". I don't know if it's a bug or a bad dovecot
configuration... I hope i'll give you enough informations that you can
help me... (sorry for my very bas english ;p)
Dovecot version : 1.0 RC2
(debian package backports : 1.0.rc2-1bpo1)
2008 Aug 19
3
How Can I Tell How Dovecot Was Installed?
I'm trying to help someone with Dovecot, and it looks like this one is
a few versions behind.
They say that they're not sure if it was installed Via an RPM or a
source tarball. Dovecot is use MySQL.
This is a RHEL5 server. There are RPMs listed as installed (rpm -qa)
but I don't know how I can tell what was used to install the currently
used set up. (also asking on the Postifix list)
2006 Feb 26
0
Quota plugin problem
Hi,
I'm using dovecot beta3 on a debian sarge (unstable debs backported).
I have successfully managed to make dovecot-lda to work but enabling
modules it seems not to work and gives me strange error messages.
Postfix logs follows:
Feb 26 16:35:38 aretha postfix/qmgr[23520]: 7AADF70:
from=<test at test.it>, size=719440, nrcpt=1 (queue active)
Feb 26 16:35:38 aretha
2006 Nov 08
1
MacOS X and quota-plugin
Hi all,
I've installed dovecot 1.0 rc12 on a MacOS X client system with only
a handful of users ? all virtual ? and would like to enable quotas.
I've tried searching the wiki for information on how to do this, but
haven't been able to find anything ? which is why I turn to the list
in hope there's someone out there who can point me in the right
direction.
I've
2006 Sep 20
1
dovecot rc7 assert, core
Hi,
Wow, I haven't had an assert/core in dovecot in a long time.
Here goes:
Setup: Solaris 10, dovecot built with gcc 4.1.1, imap and imaps
only. User's home directory lives on a ZFS filesystem, but I
don't think that makes a difference. So does every other user
here (>3K).
Assert:
IMAP(mulepri): file message-body-search.c: line 393
(message_body_search_ctx): assertion failed:
2006 Dec 10
2
segfault in RC15
Hi all, ive seen a few segfaults in RC15. It's hard for me to reproduce
but I was able to get a core when it happened with one of our customers.
RC15
FreeBSD 4.10
X86
NFS/NetApp
It's squirrelmail/webmail client.
Can't reproduce it, cant turn on dovecot.rawlog because I dont know in
advance which customer will hit this. See it about 5 times per hour,
with thousands of logins per hour.
2007 Jan 05
3
1.0.rc16 released
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz.sig
If you've had problems with getting errors about index files
sometimes being corrupted, please try if this release fixes it. If
you've reported any bugs that this release hasn't fixed, please
report them again so I know they still didn't get fixed and that I
2007 Jan 05
3
1.0.rc16 released
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz.sig
If you've had problems with getting errors about index files
sometimes being corrupted, please try if this release fixes it. If
you've reported any bugs that this release hasn't fixed, please
report them again so I know they still didn't get fixed and that I
2006 Jul 23
1
Module dict... How it works
Hello,
I try to use dict for quota... But it's impossible :) I have this error
message :
=== dovecot.err ===
dovecot: 2006-07-23 03:00:47 Error: IMAP(myuser): Unknown dict module: mysql
===================
But, mysql is supported... I don't understand... My config about dict :
==== dovecot.conf ====
...
plugin {
quota = dict:storage=10240 mysql:/etc/dovecot/dict-quota.conf
}
2007 Jan 06
0
the variables in mail_location doesn't work anymore.
greeting all.
is it just me or anybody having the same problem.
the variables in mail_location doesn't work anymore.
i use this parameter on my dovecot.conf
mail_location = maildir:/www/vmail/%d/%n
it doing just fine on the rc15, but doesn't work in rc16.
my rc16 debug result:
Jan 6 18:20:25 host dovecot: auth-worker(default):
sql(kontak at ramdhani.net,127.0.0.1): SELECT maildir,
2007 Jul 10
1
Quota Messages
Hi @all,
First: I'm sorry when my english isn't understandable, please just ask
if I messed things up.
I switched from Cyrus to Dovecot (Cyrus was on Debian Sarge, Dovecot
is now on a Etch) and I'm quite happy with it. There is just one thing
that I'm missing in Dovecot. in Cyrus when users reached 90% of their
Quota, a message popped up in their Mailclients, telling them to
2008 Mar 15
1
current quota in mysql issue
hi all,
i have a problem with storing the current quota in mysql. the
configuration of the dictionary quota mostly looks like the example from
the wiki.
the dirsize quota limit is read correctly from the user_query, but nothing
stored with quotadict in the quota table. i wonder that there is nothing
like a "dict" in the logfile. did i configured anything wrong?
regars
stefan
logfile
2007 Dec 18
1
Question with versions and problem with IMAP
General question I have is this.
Recently my personal server which I receive e-mail for a domain which is just for playing with rebooted on its own and I had both an RPM version and a source version of dovecot installed on the same machine. The RPM version started first even though I had been running under the source built version up until this point (I originally found that for some reason the
2006 Aug 28
1
unknown dovecot error. imap or logging rate?
hi,
i've dovecot cvs 10branch installed on OSX 10.4.7.
when i login from my MUA (in this example, Mulberry), functionally all looks OK.
BUT, i *do* see one error in the log output,
dovecot: Aug 27 20:43:25 Error: IMAP(testuser at mydomain.com): Sending log
messages too fast, throttling..
Is this an imap error? or is it 'just' the error of logging too fast?
if the latter, what
2009 Dec 22
3
Dovecot quota not working
Hi everyone,
I'm trying to make quota to work in dovecot 1.0.rc15 in a Debian machine.
Setting the limit to 1GB and starting to fill up the mailbox and nothing
stopped me. It just kept growing and nothing happened.
Restarted the service and nothing.
I had already exceeded the 1 GB limit and nothing happens, the mailbox still
goes bigger and bigger...
The *"check_quota"* plugin for
2006 Jul 23
2
Try with Dictionary proxy server, but... Bug or not ?
Hello again :),
I try to use dictionary proxy server to replace my precedent configuration (direct use of
dict in plugin quota).
Before, i have this configuration in my dovecot.conf :
## Dictionary server settings
dict {
}
## Plugin settings
plugin {
# quota = 10 Mo
quota = dict:storage=10240 mysql:/etc/dovecot/dict-quota.conf
}
And after, to use proxy, I have this configuration in my
2006 Oct 05
1
quota dict (mysql)
Hi,
I have dovecot configured to make use of the dict (mysql) plugin in
order to keep track of the used quota.
First, as you can see in the mysql table output below it seems that
values aren't stored correctly.
Secondly I get all kinds of database related errors in my mail logs.
The (relevant) sections of the configuration files are also included below.
My question is, what am I doing wrong?