Displaying 20 results from an estimated 2000 matches similar to: "alpha4 and zlib-plugin?"
2005 Dec 21
3
Another "Too many files open" post
I'm running Solaris 9 Sparc with Dovecot alpha 5 and using maildir
format.. I noticed in the log file the following error:
dovecot: Dec 20 15:54:18 Error: imap(xxxxxxxx):
open(/export/home/xxxxxxxx/mail/.Sent
Messages/cur/1135013649.002916.mbox:2,Sab) failed: Too many open files
I called the guy and asked him what he was doing... synching his
folders. It hung for a while but finally
2005 Dec 14
2
1.0alpha5: fcntl() locking problem
Hi,
My setup: Solaris 9, /var/mail is NFS mounted from another
Solaris 9 box, home directories and dovecot index stuff is
on local ufs filesystems. I upgraded from alpha4 to a5 about
36 hours ago. Dovecot is configured like so during the build:
VERSION=1.0.alpha5
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \
./configure
2005 Oct 20
0
alpha4: flock change
Timo,
The comments in dovecot-example.conf regarding lock_method
for Solaris users needs to note your change. Your changelog
says:
- Default lock_method changed to flock instead of the old fcntl.
Solaris users will need to set it back to fcntl. This makes sure that
Dovecot's indexes aren't accidentally used with NFS.
But there is no warning about this in the file for Solaris
users.
2005 Oct 21
1
1.0alpha4: mbox-lock asserts and cores
Timo,
I upgraded from alpha3 to alpha4 yesterday, and I am seeing
a few of the following asserts:
imap(user): file mbox-lock.c: line 379 (mbox_lock_fcntl):
assertion failed: (lock_type == F_UNLCK)
Gdb info on a couple of the cores is attached. It looks
like the arg lock_type for mbox_lock_fcntl() is not getting
passed in correctly, like the enum "enum mbox_lock_type type"
in
2006 Oct 19
2
performance problems with rc10 and solaris 10
Hi,
i have 2 dovecot imap server running on solaris 10
The primary server with dovecot 1.0.alpha4 is running with best
performance on Sun Sparc E4k5 with 8x 450MHz
The secondary with rc10 has ugly performanceproblems on Sun E450 wth 4x
450MHz. Every new imap process takes permanent 25% cpu usage
List the folder and fetch message are both slowy!
Both servers are configred with ldap backend
2005 Oct 16
4
Alpha4 pre-release, please upgrade
Please try if http://dovecot.org/nightly/dovecot-latest.tar.gz (or the
CVS directly) works with you. I made a lot of changes to dovecot-auth,
so I wouldn't want to make alpha4 release without some more testing in
different environments. I'll release alpha4 in a few days, but it'll be
basically same as this unless more bugs get fixed.
Some of the changes include:
- IMAP: We might
2005 Oct 20
2
1.0.alpha4 released
The actual alpha4 release this time. With a few changes since the
pre-release.
The important changes again:
- Default lock_method changed to flock instead of the old fcntl.
Solaris users will need to set it back to fcntl. This makes sure that
Dovecot's indexes aren't accidentally used with NFS.
- IMAP: We might have sent extra EXPUNGE messages when output buffer
got full. This could
2007 Apr 06
2
mbox sync/lock issue, rc28 and later
Help!
I just noticed this error this morning, we have been getting a
lot of these in rc28 and rc29, not in rc27 or before:
Apr 6 07:22:52 karst dovecot: [ID 107833 mail.error] IMAP(jaearick): mbox file /var/mail/j/jaearick was modified while we were syncing, check your locking settings
Pine coughed up an internal error, no core dump, and dovecot
basically doubled the size of my mailbox by
2008 Nov 23
1
v1.2.alpha4 released
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha4.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha4.tar.gz.sig
Note that there are significant changes in this release from alpha3 and
I haven't tested everything extensively. Be careful. The next release
will hopefully be v1.2.beta1 with a feature freeze.
Most importantly shared mailboxes and IMAP ACLs are finally
2007 Sep 11
2
Possible bug in authentication cache in dovecot 1.1.alpha4
Hello,
it seems that there is some bug in authentication cache code in dovecot
version 1.1.alpha4 - after login attempt with wrong password the correct
password also will fail.
I can reproduce it very easy:
$telnet 10.10.10.30 110
+OK Server. <861.2.46e6c679.jZ8QYpFmU8ZN6XIq7zPhkw==@server2>
user testuser
+OK
pass pass
+OK Logged in.
quit
+OK Logging out.
Connection closed by foreign host.
2005 Oct 21
1
Performance issues in Alpha4 gone
Hi
The performance issues I noticed on my system/setup with Alpha3 seem to
be gone with Alpha4. As soon as I installed it I noticed imap seemed
more responsive.
Just thought I would let the list know.
Regards
Daniel
2005 Oct 25
1
alpha4 - Unknown passdb driver 'pam'
Does anybody see this?
Oct 24 19:41:44 athena dovecot: Dovecot v1.0.alpha4 starting up
Oct 24 19:41:45 athena dovecot: Auth process died too early - shutting down
Oct 24 19:41:45 athena dovecot: auth(default): Unknown passdb driver 'pam'
Oct 24 19:41:45 athena dovecot: child 3374 (auth) returned error 89
This is on Fedora FC5-devel x86_64 (opteron), which is certainly pam based.
FWIW,
2007 Mar 02
2
rc25: need_space assert, core
Timo,
I see where at least one other person reported this, but here goes.
I went from rc24 to rc25 this morning, and I got an assert and core
from my own mailbox withing five minutes:
Mar 2 06:52:26 karst dovecot: [ID 107833 mail.error] IMAP(jaearick): file mbox-sync-rewrite.c: line 408: assertion failed: (need_space == (uoff_t)-mails[idx].space)
Mar 2 06:52:26 karst dovecot: [ID 107833
2005 Nov 02
2
major pop3+ldap problem with alpha3 and alpha4
hi,
For some of our customers we provide a pop3 access, and after an upgrade
to alpha3, it is not working anymore.
All of our data is ldap based and everything is working as before for
our IMAP customers, but our POP3 users fail.
Obviously the pop3 login process does not read the data correctly that
comes from ldap.
after enabling mail_debug, I saw the following error in our log:
2005 Dec 08
1
prefetch userdb on 1.0.alpha4
Hi all,
I've a problem with prefetch userdb function on 1.0.alpha4 ?
I get this :
Error: auth(default): ldap(mylogin,10.3.245.xxx): Multiple password
replies
Info: auth(default): ldap(mylogin,10.3.245.xxx):
base=dc=boursorama,dc=fr scope=subtree filter=(&(objectClass=
boursoramaMailAccount)(mailInternalAllowedProtocol=imap))
fields=uid,userPassword
An ldapsearch with the same
2005 Jan 26
2
How to run in debug format for SSL testing?
Help, new to dovecot...
I want to get some output from my test sessions to confirm that
SSL pop and imap are working. How does one get debug output from
dovecot? How does one see that dovecot is using SSL in a transaction?
I configured dovecot 0.99.13 with:
CC=gcc CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \
./configure --prefix=/opt/dovecot --with-ssl=openssl \
2005 Oct 24
1
Hang in 1.0.alpha4
My IMAP client hangs intermittently. When it does, Dovecot has prematurely
stopped sending a response and entered the poll loop. My client is waiting
for more data and Dovecot is waiting for an IMAP command.
This problem seems to occur when I connect to the dovecot process over
the network and when I run the imap binary directly via an SSH tunnel.
Below is truss output from the imap process
2005 Aug 29
1
dovecot/Active Directory/KRB client (OT)
Gang,
For those who asked about making a Solaris system a Kerberos
client to Active Directory, the magic document to have is:
http://www.connectathon.org/seam1.0/files/c0101.htm
See the section "How to Configure a SEAM Client Using a Windows
2000 KDC". SEAM was Sun's Kerberos client stuff in Solaris 8;
it is just there as part of Solaris 9 and 10. These instructions
apply if
2005 Oct 27
2
Problems with dual ldap auth
Hi,
I can't seem to figure this out. Is it impossible to use two different
ldap auth? It works if I use one ldap and one pam, but I do need to use
ldap for both. This is from my config:
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/ldap-virtual.conf
}
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb ldap {
args =
2007 Sep 08
3
v1.1.alpha4 released / about dbox
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha4.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha4.tar.gz.sig
Lots of fixes since alpha3. Also includes the dbox rewrite. Currently
dbox works properly only in one-message-per-file mode. I'm not actually
even sure how good idea it would be to use it with
multiple-messages-per-file mode. But I guess it won't hurt to