similar to: Trouble with Dovecot

Displaying 20 results from an estimated 600 matches similar to: "Trouble with Dovecot"

2004 Nov 15
3
(mail_index_expunge): assertion failed: (!t->view->external)
Hi all, I was wondering if anyone's seen anything like this? Nov 15 14:16:13 olympic dovecot: imap-login: Login: postmaster [192.168.0.32] Nov 15 14:17:05 olympic dovecot: IMAP(postmaster): file mail-index-transaction.c: line 247 (mail_index_expunge): assertion failed: (!t->view->external) Nov 15 14:17:05 olympic dovecot: child 20184 (imap) killed with signal 6 Nov 15 14:17:19 olympic
2004 Nov 02
1
1.0-test52
http://dovecot.org/test/ I have very high hopes that mbox support is finally stable in this version. I've been running some stress tests for an hour now without it breaking (well, there are two potential problems but I think they were just fixing previous breakages). Before it took only a few minutes at most to break. - fixes several mbox syncing problems, especially expunges
2004 Nov 15
2
dovecot and outlook express and large messages
Hi I have been using Dovecot 0.99.11 and 1.0-test52 on a server with about 2000 accounts. All has been working good until a few days ago. Now I'm stuck and can't work out whats going on. The problem seems to be only with Outlook/outlook express clients. If the mail is large with an attachment its fails. After you hit the send and receive button after a while Outlook express gives the
2004 Nov 19
1
assertion failed: (!t->view->external)
Nov 18 17:29:54 gir dovecot: imap-login: Login: jmcvetta [69.106.50.255] Nov 18 17:30:02 gir dovecot: IMAP(jmcvetta): file mail-index-transaction.c: line 247 (mail_index_expunge): assertion failed: (!t->view->external) Nov 18 17:30:02 gir dovecot: child 31094 (imap) killed with signal 6 I saw this in my maillog. I have no idea what that user is doing, but I can harrass him and find out if
2004 Dec 21
1
compact folders, expunge, etc
Test58 and test59 breaks "compact folders" and "expunge" in thunderbird and evolution. Messages marked for deletion just sit there as if compacting folders or expunging have no effect. Thunderbird continues to behave erratically with dovecot test builds. I haven't been able to test the imap_client_workarounds=tb-negative-fetch option yet as I'm still running test52.
2005 Jan 04
1
pop3 and home directory
I have a question regarding dovecot (1.0-test52) and pop3. I have users that do not have home directories, they only have an inbox in /var/mail. When they try to pop their email, dovecot tries to create ~/mail and then fails. Is there a way around this or will all email users need to have a home directory? Cheers, Shane Kerschtien dovecot: Jan 04 09:37:58 Error: POP3(fran):
2004 Nov 24
2
Entourage on Dovecot 09.11, is 1.0-test the answer?
Background: I'm running a RH9 box with Dovecot 0.99.11. Dovecot was installed using yum and the rpm found on http://dag.wieers.com/packages/dovecot/. With two exceptions I've been enormously happy with Dovecot. I'm even happier having recently successfully installed pop-before-smtp sop one exception down. However the other problem I've experienced is becoming critical. I've
2004 Nov 20
1
imap: assertion failed
This error is returned when reading a certain message using Squirrelmail. Any help on tracing the cause of this is greatly appreciated. >From the logs: dovecot: Nov 20 13:00:29 Error: IMAP(kimc): file ostream-file.c: line 643 (_send_istream): assertion failed: (instream->v_offset <= in_size) dovecot: Nov 20 13:00:29 Error: child 27873 (imap) killed with signal6 -kim
2004 Nov 29
4
1.0-test53, sig11 when sorting by thread
Hello. When trying to sort a folder by thread (with pine4.61), I get a sig11. The mailstore is Maildir, indexes stored in /var/indexes/%u. The syslog on the server shows this: Nov 29 11:37:55 olan dovecot: IMAP(kowalski): Corrupted index cache file /var/indexes/kowalski/.INBOX/dovecot.index.cache: record points outside file Nov 29 11:37:56 olan dovecot: child 14344 (imap) killed with signal 11
2005 Feb 09
3
outstanding issues with 0.99.13
hi list, i'm in the process of testing dovecot before a hopeful switchover from uw-imap/qpopper to dovecot, primarily to get off of the uw-imap/mbox combo and moved to Maildir. i think we've worked out the logistics to avoid any service downtime, with only a short window of a few minutes per user for when we convert from mbox to maildir format. however, during testing a few issues have
2005 Jan 10
2
1.0-test60
http://dovecot.org/test/ I've been running this for two hours now without problems. I guess it's pretty stable. - Keyword support finally included. Not too well tested, but I couldn't get it to break. Doesn't store the keywords into maildir/mbox yet. Hopefully soon. - Major reorganization of code in dovecot-auth, and not yet finished. Load balancing between multiple auth
2004 Nov 19
0
[PATCH] add initial response support for NTLM and RPA
Hello, this patch adds initial response support for NTLM and RPA authentication mechanism. It can be useful if dovecot acts as authentication backend for SMTP server. RFC2554 permits initial response in AUTH command, so it's legal to send NTLM type 1 message or RPA token 1 in it. Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at
2004 Nov 10
0
[PATCH] NTLM update and crashfix
Hello, attached patch allows LM authentication for older (Win9x) clients which do not pass NTLM response in type 3 message. It also fixes crash in dovecot-auth (empty credentials could be passed to hex_to_binary function if NTLM2 was negotiated). Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net
2004 Nov 26
0
Dovecot 1.0-test52 and LDAP authentication
Hi all! I have upgraded Dovecot 0.99.11 installation that's worked with LDAP to Dovecot 1.0-test52 and I can't get LDAP to work. I noticed the /etc/dovecot.conf is slightly different, so I have adjusted changes. If I use the standard auth (passw & pam) everything works fine, however when I user ldap for auth Dovecot starts but then dies: dovecot: Nov 26 14:14:36 Error: Auth process
2004 Nov 06
2
dovecot 1.0-test52 compile notes
Compile issues on an older BSD/OS 4.2 system: src/lib/byteorder.h needs #include <netinet/in.h> to pick up in_addr struct src/lib/byteorder.c no "libgen" here (no basename()). Added it inline, no big deal, but you might want to have configure test for this and provide one if it's missing. Also, on this system there are no types like "uint8_t" and
2004 Nov 18
1
Only one malfunction in months - now running dovecot-1.0-test52
Dont think there has been even one failure in some months of use but tonight we're seeing this running test-52 While running squirrelmail 1.5.1-CVS a certain message causes: dovecot: Nov 17 22:25:14 Error: IMAP(kimc): file ostream-file.c: line 643 (_send_istream): assertion failed: (instream->v_offset <= in_size) dovecot: Nov 17 22:25:14 Error: child 72172 (imap) killed with signal 6
2004 Nov 06
0
1.0-test52 - assertion failed
Clicked on a folder in Thunderbird and got this in the log: Nov 6 22:49:11 one dovecot: imap-login: Login: ts at dreamcoder.dk [10.24.0.1] Nov 6 22:49:11 one dovecot: IMAP(ts at dreamcoder.dk): Corrupted index cache file dreamcoder.dk/ts/Maildir/.INBOX.Mailing Lists.bugzilla/dovecot.index.cache: indexid changed Nov 6 22:49:11 one dovecot: IMAP(ts at dreamcoder.dk): file mail-cache-fields.c:
2004 Dec 06
1
Dovecot SQL auth problem? (1.0-test52-56)
Hi there, We are living dangerously and using the test versions on our production servers which are migrated from 3 different older servers (about 5000 accounts) therefore we have 3 different MySQL auths. All seems to be ok, but a guy in the office is using Thunderbird as pop3 access. The auth is saying: auth(sql): plain(?,xx.xxx.xx.xxx): invalid input I have hidden his IP for security
2004 Nov 23
1
NFS, test52, maildir, freebsd 4.x and OS X (Panther) Server
I've been working on setting up a Dovecot server with a maildir mailboxes stored over NFS. Initially, everything was working great, and then I started seeing this error as previously discussed on the list in my maillog: (mail_index_expunge): assertion failed: (!t->view->external) Timo, in another thread, suggested to remove line 247 in mail-index-transaction.c in the test52
2006 Oct 24
2
Unsolved : mbox-sync-rewrite.c : assertion failed
Some days ago I wrote about an inaccessible mailbox after an upgrade from 0.99.14 to 1.0rc10. Today I get this problem with another mailbox but it seems to be it is not only related to the upgrade : - user comes back from holiday, does not see his inbox : dovecot: Oct 24 18:51:09 Error: IMAP(abcd): file mbox-sync-rewrite.c: line 405 (mbox_sync_read_and_move): assertion failed: (need_space ==