Displaying 15 results from an estimated 15 matches similar to: "rc27 assert, mbox format"
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
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
2007 Apr 02
1
*****SPAM***** Upgrading from rc27 to rc29?
After sending a messasge about a problem (The folder 'Inbox' cannot contain
items. Namespace problems) I found what seems to be a fix in the release for
rc29.
Besides any potential configuration files, do I need to delete the old index
files? Any of the dovecot files?
Based on the release notes for rc29 it seems the following will fix the
problem we are experiencing:
IMAP: LIST
2007 Mar 25
1
dovecot authentication & exim in rc27
[introduction: new to the list, used dovecot w/exim as MTA in
simple ways for 2 years, blah blah blah]
i'm trying to get exim to use dovecot auth with a copy of
rc27 and am missing something that's probably quite simple.
specifically, how does one configure the authenticators
in dovecot.conf for rc27? the auth section of the default
config file installed in rc27 doesn't entirely
2007 Mar 14
1
userdb-vpopmail.c bug in rc27
Hi!
I discovered a bug in $subject. Next line caused a compilation error:
auth_request_log_debug(auth_request, "vpopmail",
"lookup user=%s domain=%s",
vpop_user, vpop_domain);
I think, te correct version is:
auth_request_log_debug(request, "vpopmail",
"lookup user=%s domain=%s",
2007 Mar 18
1
Login processes and a new performance/security compromise [was: Re: pre-1.0.rc27: Index and mbox fixes]
On Sat, March 17, 2007 10:51 pm, Timo Sirainen <tss at iki.fi> said:
> Oh, and as for when the rewrite is in CVS, I'm not really sure. I'm
> still wondering if I should put it there soon and make the release after
> v1.0 be v2.0, or if I should first stabilize the current new CVS HEAD
> features (which shouldn't take too long), do a v1.2 release and only
> then
2007 Mar 15
1
Bug in dovecot 1.0 rc27
Hi,
My compiler AIX 5.2, complained about the following:
cc -qlanglvl=ansi -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../src/lib -I../../../../src/lib-mail -I../../../../src/lib-imap -I../../../../src/lib-index -I../../../../src/lib-storage -I../../../../src/lib-storage/index -I/usr/local/include -O2 -c mbox-file.c
"mbox-sync-private.h", line 50.17: 1506-009 (S) Bit-field
2007 Mar 21
3
Solaris Dovecot dovecot dovecot-1.0.rc27
To all,
I am using Dovecot on solaris 10. Home directories are mounted using
NFS. However, they are not readable by root.
I compiled Dovecot from the source. I set the following environment
variables:
export LDFLAGS='-L/local/software/openssl/lib
-R/local/software/openssl/lib'
export CPPFLAGS=-I/local/software/openssl/include
Then I ran gmake
and the gmake install.
In the server
2007 Mar 28
2
assertion failed (1.0-rc27)
Under Dovecot 1.0-rc27 on Solaris 10 we noticed this error today affecting
one of our users repeatedly:
Mar 28 14:02:01 myhost dovecot: IMAP(myuser): file mbox-sync-rewrite.c: line 423 (mbox_sync_read_and_move): assertion failed: (need_space == (uoff_t)-mails[idx].space)
Mar 28 14:02:01 myhost dovecot: IMAP(myuser): Raw backtrace: 0x7ac54 -> 0x42cd4 -> 0x3e968 -> 0x3f54c -> 0x3f980
2007 Mar 13
1
1.0.rc27 released
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz.sig
A few new small features and lots of index/mbox fixes. I've been heavily
stress testing this release, so I think it should be about perfect. :)
I think the only thing still missing from v1.0 is documentation. There
are some unwritten pages in the wiki, and I still haven't bothered
2007 Mar 13
1
1.0.rc27 released
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz.sig
A few new small features and lots of index/mbox fixes. I've been heavily
stress testing this release, so I think it should be about perfect. :)
I think the only thing still missing from v1.0 is documentation. There
are some unwritten pages in the wiki, and I still haven't bothered
2007 Mar 10
4
pre-1.0.rc27: Index and mbox fixes
I've been doing some stress testing in the last few days and fixing all
the errors I saw. I'm hoping that I've finally really fixed all the
index/mbox problems. So, again I think the only thing left for v1.0 is
the documentation. Please test this nightly snapshot before I'll release
rc27 tomorrow:
http://dovecot.org/nightly/dovecot-latest.tar.gz
If you've seen any of the
2007 Feb 02
2
1.0.rc20 released
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz.sig
So, rc19 was somewhat broken. How about this version?
+ dovecot: Added --log-error command line option to log an error, so
the error log is easily found.
+ Added mail_log_max_lines_per_sec setting. Change it to avoid log
throttling with mail_log plugin.
- Changing message flags
2007 Feb 02
2
1.0.rc20 released
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc20.tar.gz.sig
So, rc19 was somewhat broken. How about this version?
+ dovecot: Added --log-error command line option to log an error, so
the error log is easily found.
+ Added mail_log_max_lines_per_sec setting. Change it to avoid log
throttling with mail_log plugin.
- Changing message flags
2023 Nov 24
0
Dear friends from the United States
I hope this message finds you well and thriving in your endeavors. As a fellow Vietnamese student currently pursuing education in the United States, I can't help but feel a sense of pride and excitement about the prospect of inviting you to experience the beauty and charm of my homeland, Vietnam.
Vietnam is a land of captivating landscapes, rich history, and warm hospitality. From the