Displaying 20 results from an estimated 20000 matches similar to: "0.98 released"
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
2002 Nov 26
0
0.99.2 released
Mostly compiling cleanups but also one bugfix when index wasn't
exclusively locked while it was being fsck'ed - that doesn't normally
happen without crashing/whatever.
v0.99.2 2002-11-26 Timo Sirainen <tss at iki.fi>
+ If we have to wait for a lock longer, the client is now notified
about it every 30 seconds.
- Default settings still pointed to lib directory instead of
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)
2017 Apr 11
0
Vpopmail Error
diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c
index 5042dcf..d344fcd 100644
--- a/src/auth/userdb-vpopmail.c
+++ b/src/auth/userdb-vpopmail.c
@@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request *request,
static const char *
userdb_vpopmail_get_quota(const char *template, const char *vpop_str)
{
- const struct var_expand_table *tab;
+
2017 Apr 11
0
Vpopmail Error
Stupid copypaste... can you do the change manually, it fails on tabs vs. spaces errors now. We'll get the commit out bit later.
Aki
> On April 11, 2017 at 8:29 PM Bobber <bobber at kc0dxf.net> wrote:
>
>
> Not working:
>
> > patching file userdb-vpopmail.c
> > Hunk #1 FAILED at 54.
> > 1 out of 1 hunk FAILED -- saving rejects to file
2003 Feb 25
0
0.99.8 released
Hope I didn't forget anything :)
v0.99.8 2003-02-25 Timo Sirainen <tss at iki.fi>
* NOTE: Configuration file has changed a bit: auth_userinfo was
replaced by userdb and passdb. *_port were merged into *_listen.
Disabling listening in imaps port is now done by changing protocols
setting.
* Maildir: .customflags location has changed for INBOX. If you have
set any custom
2003 Feb 04
0
0.99.8-test1 released
I think all of the reported bugs are again fixed in CVS, so I made a
tarball of it. I'd like to hear if there's any problems with it. Here's
the most important changes:
v0.99.8 2003-02-xx Timo Sirainen <tss at iki.fi>
* NOTE: Configuration file has changed a bit: auth_userinfo was
replaced by userdb and passdb. *_port were merged into *_listen.
Disabling listening in
2017 Apr 11
2
Vpopmail Error
Still not working. I'm now getting this error:
> userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?:
> userdb-vpopmail.c:65:13: error: assignment of member ?key? in
> read-only object
> tab[0].key = 'q';
> ^
> userdb-vpopmail.c:66:15: error: assignment of member ?value? in
> read-only object
> tab[0].value =
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
2017 Apr 11
2
Vpopmail Error
Not working:
> patching file userdb-vpopmail.c
> Hunk #1 FAILED at 54.
> 1 out of 1 hunk FAILED -- saving rejects to file userdb-vpopmail.c.rej
-------- Original Message --------
Subject: Re: Vpopmail Error
From: Aki Tuomi <aki.tuomi at dovecot.fi>
To: dovecot at dovecot.org, Bobber <bobber at kc0dxf.net>
Date: 04/11/2017 12:13 PM
> diff --git
2002 Nov 24
2
vpopmail support?
Well, I read that back in 0.98 or so vpopmail support should work so I assumed it would be enabled in 0.99 but here's what I get.
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I/usr/local/vpopmail/include -g -O2 -Wall -W -g -O2 -Wall -W -c userinfo-vpopmail.c
In file included from userinfo-vpopmail.c:12:
/usr/local/vpopmail/include/vpopmail.h:133: syntax error before `*'
***
2002 Nov 25
0
0.99.1 released
Nothing new, just a few compiling/configuration issues fixed.
Dovecot should also be in NetBSD pkgsrc soon. Now who would want to get
it into Debian? :)
v0.99.1 2002-11-25 Timo Sirainen <tss at iki.fi>
+ Added doc/mkcert.sh script to easily generate yourself a self-signed
certificate. Modify doc/dovecot-openssl.cnf before running it.
+ --with-ssldir configure option to specify
2005 Jan 06
0
0.99.13 released
v0.99.13 2005-01-06 Timo Sirainen <tss at iki.fi>
* GNUTLS support hasn't been working for a while, so it's not even
tried to be used anymore unless explicitly wanted.
+ Added CRAM-MD5 authentication mechanism. Patch by Joshua Goodall
+ Added SMD5 and LDAP-MD5 password schemes and changed MD5 scheme to
use LDAP-MD5 if the password isn't in MD5crypt format. Patch by
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
2004 Sep 30
0
dovecot not working with some vpopmail passwords
Hello.
I tried installing dovecot on a server that relies on vpopmail
authentication using $1$ MD5 algorithm and it didn't work.
Please fix this for the next release.
Attached is a patch, please be carefull with the line wrapping.
Radu
--- passdb-vpopmail.c.old Thu Feb 20 00:46:51 2003
+++ passdb-vpopmail.c Thu Sep 30 18:58:56 2004
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Timo
2006 Jan 18
2
%d interpolation problem fixed
On 6 Dec 2005, at 17:21, Timo Sirainen wrote:
> On Tue, 2005-12-06 at 17:11 +0000, William Ross wrote:
>> On 6 Dec 2005, at 16:51, Timo Sirainen wrote:
>>
>>> On Fri, 2005-10-28 at 17:52 +0200, Riccardo Bini wrote:
>>>>> I just wrote this: http://wiki.dovecot.org/Quota
>>>> Well... but you have to correct %n with vpopmail backend. %u in the
2017 Apr 07
0
[Dovecot-news] v2.2.29.rc1 released
> On April 7, 2017 at 6:00 PM "Daniel J. Luke" <dluke at geeklair.net> wrote:
>
>
> On Apr 7, 2017, at 3:01 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> >> On April 7, 2017 at 9:38 AM Timo Sirainen <tss at iki.fi> wrote:
> >> On 7 Apr 2017, at 2.25, Daniel J. Luke <dluke at geeklair.net> wrote:
> >>>
>
2017 May 24
0
v2.2.30 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.30.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.30.rc1.tar.gz.sig
There are a couple of changes still coming, but now would be a good time to make sure anything unexpected hasn't broken. The final release should be out early next week.
* auth: Use timing safe comparisons for everything related to
passwords. It's unlikely
2017 May 24
0
v2.2.30 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.30.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.30.rc1.tar.gz.sig
There are a couple of changes still coming, but now would be a good time to make sure anything unexpected hasn't broken. The final release should be out early next week.
* auth: Use timing safe comparisons for everything related to
passwords. It's unlikely
2017 Apr 07
0
[Dovecot-news] v2.2.29.rc1 released
> On April 7, 2017 at 6:48 PM "Daniel J. Luke" <dluke at geeklair.net> wrote:
>
>
> On Apr 7, 2017, at 11:17 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> >> On April 7, 2017 at 6:00 PM "Daniel J. Luke" <dluke at geeklair.net> wrote:
> >> On Apr 7, 2017, at 3:01 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>