Displaying 6 results from an estimated 6 matches for "test57".
Did you mean:
  test58
  
2004 Dec 13
0
1.0-test57 LDAP dovecot-auth SIGABRT
Hi,
I'm experiencing the following problem when runnig dovecot-1.0-test
set up to authenticate users against openldap, while the corresponding
setup with dovecot-0.99.11 works fine :
  . my platform :  FreeBSD 5.3-RELEASE-p1
  . dovecot version : dovecot-1.0-test57
  . openldap version : openldap-2.1.27
- Description : 
When I talk IMAP to the dovecot server, I can connect on port 143 and
receive the 'Dovecot ready' greeting message, but when I issue the
command 'x LOGIN username userpass', the following message is written
to the log file :...
2004 Dec 10
1
Lots of SIG11 with test57
Hi,
Here is the backtrace.
-- 
Nico
Que de tout inconnu le sage se m?fie.
	-+- Jean de La Fontaine (1621-1695),
	    Le Renard, le Loup et le Cheval (Fables XII.17) -+-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Dovecot-1.0-test57-backtrace
URL: <http://dovecot.org/pipermail/dovecot/attachments/20041210/65ba29a4/attachment-0001.pl>
2004 Dec 08
4
1.0-test57
http://dovecot.org/test/
Two important fixes:
  - Fixes the recently reported dovecot-auth crashes with unexpected 
client input
  - Fixes mbox corruption in some not-so-common cases. Hopefully this is 
the last one. I added more asserts anyway which try to catch similiar 
mistakes and avoid losing data.
Others:
  - Added oe-ns-eoh workaround for pop3. Fixes outlook/netscape problems 
with buggy
2005 Jan 13
2
Test 57 -> Test 60
I just tried upgrading one of our mail cluster servers to test60 from 
test57.  We have dovecot connecting to 3 different MySQL tables in 3 sql 
conf files.  The error seems to stem from this:
Jan 13 14:57:59 svr21 dovecot: auth(sql8): file 
auth-client-connection.c: line 31 (auth_client_send): assertion failed: 
(conn->refcount > 1)
After this the auth process gets...
2005 Feb 07
0
Multiple auth sections, stable branch - 7/2/05
Hi,
Great job with the dovecot 1.0 stable branch, much more stable than the 
test57 I was using.  Only one slight oddity, I know multiple auth 
sections is not stable yet but I am finding that one auth section at 
random is being ignored at login time (acknowledges it at startup).  The 
auth section that is ignored is the same each time, but different on 
each server I use it on a...
2004 Dec 14
2
IMAP crashes with signal 10 (SIGBUS)
Any idea on what's causing this?
Description:
 	imap process crashed with SIGBUS.
Versions:
 	OS: Solaris 8, 9
 	Dovecot: 1.0-test57
 	Gcc: 3.2
Configure options:
 	env CC=gcc CFLAGS="-O -g" ./configure \
 		--prefix=/var/dovecot \
 		--disable-ipv6 \
 		--with-ssl=openssl \
 		--with-ssldir=/etc/ssl \
 		--with-passwd-file \
 		--without-bsdauth \
 		--without-checkpassword \
 		--without-pam \
 		--without-passwd \...