Displaying 20 results from an estimated 10000 matches similar to: "1.0-test26"
2010 Feb 23
2
panic in istream-raw-mbox.c - 2.0.beta3+
Saw the following in the log after shutting down my client.
Feb 22 20:44:47 sbh16 dovecot: imap(mark): Disconnected: Logged out
bytes=1755/9765
Feb 22 20:44:47 sbh16 dovecot: imap(mark): Panic: file
istream-raw-mbox.c: line503 (istream_raw_mbox_get_start_offset):
assertion failed: (rstream->seeked)
Feb 22 20:44:47 sbh16 dovecot: imap(mark): Raw backtrace:
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
2003 Oct 16
2
A view quirks
Aloha Timo.
I found a few odd things while playing with dovecot. At least
one of them bugs me, but it might be a result of my own
patches - I haven't testet it with mbox or maildir, yet.
The details :)
1.
* OK dovecot ready.
A = (<return>
Connection closed by foreign host.
2.
* OK dovecot ready.
A001 LOGIN xxxxxx xxxxxx
A001 OK Logged in.
A002 COPY 1 INBOX
Connection closed by
2005 Dec 31
4
invalid mbox files
Hello!
I recently upgraded from dovecot 0.9x to 1.0.5-Aplha and now when ever folders are opened (in IMAP), it keeps saying invalid mbox files. It worked fine in 0.99.x. It is detecting the right mbox files because it lists the folders and the subscriptions correctly. I am using "default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u" in the config file, but I get the same error with
2017 May 18
3
lmtp segfault after upgrade
Hello Tom
On 02.05.2017 11:19, Timo Sirainen wrote:
> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>> (gdb) bt full
>> #0 i_stream_seek (stream=0x21, v_offset=0) at istream.c:298
>> _stream = <value optimized out>
>> #1 0x00007fe98391ff32 in i_stream_concat_read_next (stream=0x1efe6c0) at istream-concat.c:77
>>
2004 Nov 06
2
dovecot 1.0-test52 build notes
I thought I would try to use 'configure' to lay out the dovecot install
a little differently than the default. I prefer all the support files
under one tree (e.g. in /usr/local/lib/dovecot-1.0) rather than
distributed around the filesystem. And I'd be happiest if all of the
support files were just at that top level rather than in subdirectories.
e.g.:
2008 Oct 05
2
v1.1.4 released
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig
- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive
rights. 'k' right didn't prevent creating parent/child/child mailbox.
ACL groups weren't working.
- Maildir++ quota: Fixes to
2008 Oct 05
2
v1.1.4 released
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.4.tar.gz.sig
- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive
rights. 'k' right didn't prevent creating parent/child/child mailbox.
ACL groups weren't working.
- Maildir++ quota: Fixes to
2005 Apr 02
4
1.0-test66
http://dovecot.org/test/
I've still lots of mails in my INBOX and in this list that I should be
looking into.. But here's a release that fixes at least some things.
Maybe I'll make another one tomorrow..
Most importantly keyword code was changed a lot. It's now faster and
less buggy. The keywords are also finally written into mbox, and keyword
changes in the mbox are picked up.
2008 Jul 20
4
v1.1.2 release candidate
I've finally read and answered most of the mails on this list. ?If you
haven't received an answer to your question, resend it. There are a
couple of tricky mbox issues left, but I'm not sure if I can do anything
about them unless someone can show me how to reproduce the problems.
There are quite a lot of new features in v1.1.2 actually. Most of them
are in plugins so hopefully they
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2009 Dec 01
5
busy / developers documentation
Just thought I'd mention that I probably won't be answering mails very actively this week while I'm in San Antonio (and I was kind of busy last week too). Hopefully I'll get back to answering/bugfixing next week..
I also started writing developers documentation to http://wiki.dovecot.org/Design. Comments welcome. Some things I had planned next:
- istream internals
- lib-storage
2017 May 18
2
lmtp segfault after upgrade
On 18.05.2017 10:55, Tom Sommer wrote:
> On 2017-05-18 09:36, Teemu Huovila wrote:
>> Hello Tom
>>
>> On 02.05.2017 11:19, Timo Sirainen wrote:
>>> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote:
>>>>
>>>> (gdb) bt full
>>>> #0 i_stream_seek (stream=0x21, v_offset=0) at istream.c:298
>>>>
2017 May 19
1
lmtp segfault after upgrade
On 2 May 2017, at 11.19, Timo Sirainen <tss at iki.fi> wrote:
>
> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote:
>>
>> (gdb) bt full
>> #0 i_stream_seek (stream=0x21, v_offset=0) at istream.c:298
>> _stream = <value optimized out>
>> #1 0x00007fe98391ff32 in i_stream_concat_read_next (stream=0x1efe6c0) at
1998 Nov 25
9
Help!
Anyone know how can i get Office97 over a Samba Server in perfect
functions. How should i install it.
setup /a ?????
Please tell me.
Thanks
.............................................................................
LSC Maximino Gerardo Luna Estrada email: max@oro.reduaz.mx
Unix & System Administrator tel: (492) 43919, 40570
Centro Universitario
2017 May 02
4
lmtp segfault after upgrade
On 2017-05-02 09:35, Aki Tuomi wrote:
> On 2017-05-02 10:20, Tom Sommer wrote:
>> On 2017-05-01 19:26, Aki Tuomi wrote:
>>>> On May 1, 2017 at 8:21 PM Tom Sommer <mail at tomsommer.dk> wrote:
>>>>
>>>>
>>>> I just upgraded our Director to 2.2.29.1 from 2.2.26, and now my
>>>> dmesg
>>>> and /var/log/messages
2009 Jan 06
3
Problem with opening ports in alpha5 ?
If I leave the "listen" value as the default in /etc/dovecot.conf I'll
get a message similar to the following on each port that it tries to
open during startup:
# dovecot -F
Fatal: listen(::, 143) failed: Address already in use
If I set either:
listen = *
or
listen = [::]
then it will start up fine. Perhaps it is as though the code tries to
open the port twice for both
2005 Mar 21
2
stable assert error
Hello,
When moving a message from my inbox to an existing mailbox folder I get:
dovecot: Mar 21 12:52:48 Error: IMAP(paulj): file istream-raw-mbox.c:
line 383 (istream_raw_mbox_get_body_size): assertion failed:
(rstream->body_offset != (uoff_t)-1)
dovecot: Mar 21 12:52:48 Error: child 10265 (imap) killed with signal 6
This after moving from 0.99 to 1.0 stable on 5.3-RELEASE-p5
Client is
2003 Mar 26
1
Failure in the presence of too many connections
Had an event today where dovecot refused new connections and would not
accept more until restarted, whereupon it worked for a few minutes and
locked up again. Looking at the logs it appeared that it had run out
of file descriptors. I increased the open files limit and started it
again-- which worked but it only pushes off the problem.
Does dovecot keep an open file descriptor for every imap or