Displaying 20 results from an estimated 40000 matches similar to: "0.98.3 released."
2003 Jan 02
0
0.99.5 released
v0.99.5 2003-01-02 Timo Sirainen <tss at iki.fi>
* This release includes a lot of code cleanups, especially related to
security. Direct buffer modifying was replaced in several places
with a new buffer API, which provides a safe way to do it. Code that
looks unsafe contains @UNSAFE tag to make auditing easier.
+ Support for SORT extension. Originally I thought about not
2003 Jan 14
0
0.99.6 released
Several bugfixes since 0.99.6rc3. Here's again the change summary since
0.99.5:
v0.99.6 2003-01-13 Timo Sirainen <tss at iki.fi>
+ THREAD=REFERENCES extension support. ORDEREDSUBJECT would be easy to
add, but I think it's pretty useless.
+ SORT is much faster now.
+ mbox: If ~/mail directory isn't found, create it.
+ Log login usernames
* Some coding style changes
2017 Jun 01
0
v2.2.30 released
On 30 May 2017 at 21:16, Timo Sirainen <tss at iki.fi> wrote:
> https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz
> https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz.sig
>
> * auth: Use timing safe comparisons for everything related to
> passwords. It's unlikely that these could have been used for
> practical attacks, especially because Dovecot delays
2018 Jul 12
0
LMTP crashing heavily for my 2.2.36 installation
On Wed, Jul 11, 2018 at 6:03 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> One alternative is to migrate into sdbox format, in which this is supported
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Wolfgang Rosenauer <wrosenauer at gmail.com>
> Date: 11/07/2018 18:14 (GMT+02:00)
> To: Timo Sirainen <tss at
2002 Oct 06
0
0.98.4 released
v0.99 will be next, having the new great binary tree code which should
make huge mailboxes possible. With smaller mailboxes I think it still
makes it better than the old code, even while it is slower in some cases
(hash lookups are faster than btree search in optimal cases).
v0.98.4 2002-10-06 Timo Sirainen <tss at iki.fi>
* Just a final release before replacing hash file with a binary
2003 Nov 10
1
0.99.10.1 released
Since release candidate I added fix for CRLF + partial BODY[] fetching.
I hope everything works :) I've been running it with mbox for a while
and it seems to work fine.
v0.99.10.1 2003-11-10 Timo Sirainen <tss at iki.fi>
* mbox: \Draft and \Deleted flags used opposite flag chars in
X-Status header. We were incompatible with other mbox accessing
software.
WARNING: Upgrading
2004 Jul 30
0
0.99.10.8 released
v0.99.10.8 2004-07-30 Timo Sirainen <tss at iki.fi>
+ LDAP support compiles now with Solaris LDAP library
- IMAP BODY and BODYSTRUCTURE replies were wrong for MIME parts which
didn't contain Content-Type header.
- MySQL and PostgreSQL auth didn't reconnect if connection was lost
to SQL server
- Linking fixes for dovecot-auth with some systems
- Last fix for disconnecting
2003 Jun 26
3
0.99.10 released
No bug reports since rc4, so here it is.
v0.99.10 2003-06-26 Timo Sirainen <tss at iki.fi>
* Default PAM service name changed to "dovecot". This means that
if you're using PAM, you most likely have to do
mv /etc/pam.d/imap /etc/pam.d/dovecot
If you wish to keep using imap, see doc/auth.txt.
* ~/rawlog directory changed to ~/dovecot.rawlog
+ Faster and better
2003 Jan 11
2
0.99.6rc3
Well, "release candidate" wasn't really right name for last two
versions. Maybe not for this one either, it has a few changes that could
potentially break things badly (new hash table code especially). Anyway,
seems to work with me. If I don't see any problems with it for a few
days it'll be the final.
The really great news is that we support threading. A lot of people have
2006 Aug 18
0
dovecot Digest, Vol 40, Issue 65
Dear Tim Schafer,
Take a look at my sample dovecot-ldap.conf
hosts = localhost
dn = cn=root,dc=ceylonlinux,dc=com
dnpass = secret
ldap_version = 3
base = dc=ceylonlinux,dc=com
deref = never
scope = subtree
user_attrs =
mail,homeDirectory=mailMessageStore,uidNumber=1003,gidNumber=1003
user_filter = (&(objectClass=user)(mail=%u))
pass_attrs = mail=user,userPassword=password
pass_filter =
2013 Sep 24
1
imaptest-20130617 seems to be reporting spurious header changes
I'm trying to use this to test an IMAP server I'm developing (I picked
the nightly up from the link on the wiki page at
http://www.imapwiki.org/ImapTest/Installation). With one client using
the mailbox dovecot-crlf (http://www.dovecot.org/tmp/dovecot-crlf) I get
messages like:
Error: test at npsl.co.uk[67]: 1035253882.5041.34.camel at hurina: Header From
changed 'Timo Sirainen
2018 Jul 11
0
LMTP crashing heavily for my 2.2.36 installation
follow up question.
Is there a commit which is reasonable to backport for me into the packages
or is it too intrusive or based on heavily changed code?
Thanks,
Wolfgang
On Wed, Jul 11, 2018 at 3:32 PM, Wolfgang Rosenauer <wrosenauer at gmail.com>
wrote:
>
> On Wed, Jul 11, 2018 at 10:46 AM, Timo Sirainen <tss at iki.fi> wrote:
>
>> On 11 Jul 2018, at 8.41, Wolfgang
2002 Aug 08
0
v0.96 released
This release was actually tested with reading my inbox (500+ messages, mbox,
Solaris 8) using Outlook and Evolution
v0.96 2002-08-08 Timo Sirainen <tss at iki.fi>
* Changed to LGPL v2.1 license
+ STARTTLS support and optional disabling of plaintext authentication
(LOGINDISABLED capability)
+ Support for custom message flags, each folder can have 26 different.
+ New configuration
2002 Sep 23
0
0.98 released
0.98 released. This release includes LOTS of bugfixes after almost 4
weeks of actual use. We've mostly tested with Outlook 2000, Outlook
Express 6 and Evolution 1.0.8. I haven't heard of a single bug in
maildir for several days, and mbox worked quite well first time today :)
New features include vpopmail authentication, ability to run properly
when there's no disk space left to allow
2017 Apr 12
0
v2.2.29.1 released
Hi,
is there a newer public key available?
root at dc:/usr/local/src# gpg --verify dovecot-2.2.29.1.tar.gz.sig dovecot-2.2.29.1.tar.gz
gpg: Signature made Wed 12 Apr 2017 12:40:03 PM CEST using DSA key ID 40558AC9
gpg: Can't check signature: public key not found
root at dc:/usr/local/src# gpg --search-keys 40558AC9
gpg: searching for "40558AC9" from hkp server keys.gnupg.net
(1)
2015 Jun 23
0
a temporary failure
On 23/06/15 13:10, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 23 Jun 2015, lejeczek wrote:
>> On 23/06/15 09:32, Steffen Kaiser wrote:
>>> On Mon, 22 Jun 2015, lejeczek wrote:
>>>> On 22/06/15 09:43, Steffen Kaiser wrote:
>>>>> On Mon, 22 Jun 2015, lejeczek wrote:
>>>>>> On 22/06/15
2018 Jul 11
4
LMTP crashing heavily for my 2.2.36 installation
On Wed, Jul 11, 2018 at 10:46 AM, Timo Sirainen <tss at iki.fi> wrote:
> On 11 Jul 2018, at 8.41, Wolfgang Rosenauer <wrosenauer at gmail.com> wrote:
> >
> > I'm running 2.2.36 (as provided by openSUSE in their server:mail
> repository) and at least at one of my systems LMTP is crashing regularly on
> certain messages (apparently a lot of them).
> >
>
2017 Apr 11
1
2.2.29 failing tests (was: Re: v2.2.29 released)
On 11 April 2017 at 10:04, Timo Sirainen <tss at iki.fi> wrote:
> On 11 Apr 2017, at 9.54, Timo Sirainen <tss at iki.fi> wrote:
> >
> > On 11 Apr 2017, at 0.39, Peter <peter at pajamian.dhs.org> wrote:
> >>
> >> It's failing tests on CentOS 6, it looks like it's expecting the IMAP
> >> server to be running when it isn't,
2003 Jun 25
0
[Fwd: Re: current cvs can't login]
So, evolution 1.4 upgrade lost my reply-to-list defaulting. Was supposed
to send this here..
-------------- next part --------------
An embedded message was scrubbed...
From: Timo Sirainen <tss at iki.fi>
Subject: Re: [Dovecot] current cvs can't login
Date: 26 Jun 2003 02:16:31 +0300
Size: 1045
URL:
2007 May 24
0
dovecot, uidplus and apple mail.app (was: Re: Will pay $500 towards a Dovecot feature = calender ?)
On 5/24/07, Robert Schetterer <robert at schetterer.org> wrote:
> DINH Vi?t Ho? schrieb:
> > On 5/24/07, Timo Sirainen <tss at iki.fi> wrote:
> >> On Thu, 2007-05-24 at 09:37 +0200, Adi Kriegisch wrote:
> >> > As a calendaring solution with group calendars and all the like, use
> >> CalDAV
> >> > -- a webdav extension designed for