Re: Dovecot v2.3.8 released

2019-10-11 Thread Bernd Kuhls via dovecot
Am Tue, 08 Oct 2019 14:18:14 +0300 schrieb Aki Tuomi via dovecot: > https://dovecot.org/releases/2.3/dovecot-2.3.8.tar.gz > https://dovecot.org/releases/2.3/dovecot-2.3.8.tar.gz.sig Binary > packages in https://repo.dovecot.org/ Hi, this commit https://github.com/dovecot/core/commit/

Re: Building dovecot 2.2.33.2 is broken with uclibc-ng

2017-11-13 Thread Bernd Kuhls
Am Mon, 13 Nov 2017 15:40:14 -0500 schrieb Josef 'Jeff' Sipek: > What happens if in dovecot's byteorder.h you add this before line 30: > > #undef bswap_8 > #undef bswap_16 > #undef bswap_32 > #undef bswap_64 > > Hopefully that does it. Hi Jeff, adding these four lines

Building dovecot 2.2.33.2 is broken with uclibc-ng

2017-11-13 Thread Bernd Kuhls
Hi, this commit https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53 added code which can not be compiled with uclibc-ng 1.0.26 using buildroot: make[3]: Entering directory '/home/bernd/buildroot/br4/output/build/dovecot-2.2.33.2/src/lib-test' /bin/bash

Re: SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins

2015-04-22 Thread Bernd Kuhls
Bernd Kuhls bernd.ku...@t-online.de wrote in news:xnsa3df68dcaef69berndkuhlspkbjnfx...@bernd-kuhls.de: Tomas Janousek tjano...@redhat.com wrote in news:20070413132731.GA8281 @redhat.com: - SQL_LIBS=$SQL_LIBS -lsqlite3 -lz + SQLITE_LIBS=$SQLITE_LIBS -lsqlite3 -lz

Re: Static build failure

2014-11-21 Thread Bernd Kuhls
Timo Sirainen t...@iki.fi wrote in news:4E4FCBED-7FFC-4583-B075- 5a65632ef...@iki.fi: Similar to code already in sha1.h, an easier fix is to add to strnum.h #define str_to_time str_to_time_libmysqlclient_craps_all_over Hi, thanks, the compile bug is fixed. Regards, Bernd

Static build failure

2014-11-20 Thread Bernd Kuhls
Hi, this patch fixes a symbol conflict in static build with MySQL enabled Compile error log: http://autobuild.buildroot.net/results/9b5/9b536926b3b2bf82c683b48e9697a220 f1b4bf33/build-end.log Signed-off-by: Bernd Kuhls bernd.ku...@t-online.de diff -uNr dovecot-2.2.15.org/src/doveadm/doveadm

SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins

2014-11-08 Thread Bernd Kuhls
Tomas Janousek tjano...@redhat.com wrote in news:20070413132731.GA8281 @redhat.com: - SQL_LIBS=$SQL_LIBS -lsqlite3 -lz + SQLITE_LIBS=$SQLITE_LIBS -lsqlite3 -lz Hi, this patch fixes a build error during cross compilation to a system without the libz target package:

[Pigeonhole] Problem compiling latest snapshot

2014-10-29 Thread Bernd Kuhls
Hi, http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/a1e57385b267 added the use of update-version.sh, but this file and is-tagged.py are not included in Pigeonhole, only in Dovecot sourcecode. Therefore pigeonhole- version.h is not generated during compilation leading to a compile error:

Re: [Dovecot] Webmail Recommendation

2008-01-10 Thread Bernd Kuhls
On Do 10 Jan 2008 08:17:15p Peter Eriksson wrote: All the suggested ones have just one big FAT problem - they are all written in that security bug ridden language that the hackers just love to exploit - PHP. Hi, you could try NeoMail, written in Perl. http://sourceforge.net/projects/neomail

Re: [Dovecot] Dovecot raw backtrace when copying to folder

2007-10-06 Thread Bernd Kuhls
Timo Sirainen wrote: On Sun, 2007-09-30 at 16:01 +0200, Bernd Kuhls wrote: unless you can provide another way to restrict access to IMAP and POP3 to our local IP range this is not an option for us. iptables? Until now no new crash in the logs. I will try to reproduce the bug. I suppose

Re: [Dovecot] Dovecot raw backtrace when copying to folder

2007-09-30 Thread Bernd Kuhls
Timo Sirainen wrote: On Sat, 2007-09-29 at 20:06 +0200, Bernd Kuhls wrote: dovecot: 2007-09-25 16:54:08 Panic: Lost login process PID 420 .. Dovecot is started through inetd. Running from inetd hasn't been tested all that much. I'll see if I can get this fixed, but you could avoid

Re: [Dovecot] Dovecot raw backtrace when copying to folder

2007-09-29 Thread Bernd Kuhls
this problem already several times but he was unable to tell me a procedure to reproduce the bug. Greetings, Bernd Kuhls PS: My config # dovecot -n # 1.0.5: /etc/dovecot/dovecot.conf log_path: /var/log/dovecot/dovecot.main log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s

Re: [Dovecot] Dovecot 1.0.3: mbox problems for newly created users

2007-09-18 Thread Bernd Kuhls
Timo Sirainen wrote: On Sun, 2007-09-09 at 23:52 +0200, Bernd Kuhls wrote: # cat 20070909-234323-10517.in ... DONE 13 list Drafts 14 create Drafts 15 subscribe Drafts 16 list Drafts 17 IDLE There is no APPEND command, so Thunderbird doesn't even try to save the message to Drafts. I can't

Re: [Dovecot] Dovecot 1.0.3: mbox problems for newly created users

2007-09-10 Thread Bernd Kuhls
Hi, Timo Sirainen wrote: On Tue, 2007-08-07 at 12:21 +0200, Bernd Kuhls wrote: Now I create a new message in Thunderbird and save it as draft. A zero byte file Drafts is created in /home/$user/.imap_mail/ but the message I wanted to save got _lost_, /home/$user/.imap_mail/Drafts stays at zero

Re: [Dovecot] Dovecot 1.0.3: mbox problems for newly created users

2007-09-10 Thread Bernd Kuhls
Hi, Timo Sirainen wrote: On Tue, 2007-08-07 at 12:21 +0200, Bernd Kuhls wrote: Now I create a new message in Thunderbird and save it as draft. A zero byte file Drafts is created in /home/$user/.imap_mail/ but the message I wanted to save got _lost_, /home/$user/.imap_mail/Drafts stays at zero

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-08-09 Thread Bernd Kuhls
Hi, Timo Sirainen wrote: On Fri, 2007-07-06 at 11:54 +0200, Bernd Kuhls wrote: - The index for $HOME/.imap_mail/inbox is created in $HOME/.imap_mail/.imap/inbox/, while the indexes for other mbox files are created in /var/mail/indexes/%u, like its supposed to be. How to disable

[Dovecot] Dovecot 1.0.3: mbox problems for newly created users

2007-08-07 Thread Bernd Kuhls
mbox files to /home/$user/.imap_mail/inbox. But when Dovecot can not properly save files to previous non-existing mbox files, like Drafts, this is really a problem. Greetings, Bernd Kuhls PS: Here are the Dovecot settings: # dovecot -n # 1.0.3: /etc/dovecot/dovecot.conf log_path: /var/log/dovecot

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-08-06 Thread Bernd Kuhls
Bernd Kuhls wrote: I am using Dovecot 1.0.0, might updating to 1.0.1 help fixing some of the problems mentioned above? Hi, updated to Dovecot 1.0.3, but all the mentioned problems still exist. Greetings, Bernd

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-06-22 Thread Bernd Kuhls
/inbox is however created in $HOME/.imap_mail/.imap/inbox/, while the indexes for other mbox files are created in /var/mail/indexes/%u, like its supposed to be. Is this a bug or a misconfiguration on my part? Greetings, Bernd Kuhls

Re: [Dovecot] [Debian] Packages available for 1.0.0

2007-06-11 Thread Bernd Kuhls
Bernd Kuhls wrote: Brian T Glenn wrote: They aren't thoroughly tested, but I've been running on them for a little while and they seem stable. This is based on the latest RC from backports.org and is built for sarge. deb http://debian.delink.net/ sarge-delink main I would like to have

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-06-10 Thread Bernd Kuhls
Timo Sirainen wrote: On 10.6.2007, at 23.10, Bernd Kuhls wrote: This mailbox is snarfed by Dovecot each time the Inbox is opened, because the mail is not deleted from /var/mail$user, although Dovecot successfully snarfed the mail to /home/$user/.imap_mail/inbox. /home/$user is not overquota

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-06-05 Thread Bernd Kuhls
you changed exactly this code, did you have a reason to do so? I have yet to test your patch in an over-quota scenario, so I canĀ“t tell you my experience with the patch. Greetings, Bernd Kuhls

Re: [Dovecot] [Debian] Packages available for 1.0.0

2007-06-05 Thread Bernd Kuhls
. Could you give me some hints on how to do that? A URL with generic instructions on how to backports packages would be enough for me. But if you had to tweak something special for Dovecot 1.0.0 I would be grateful if you could post specific instructions here. Greetings, Bernd Kuhls

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-06-04 Thread Bernd Kuhls
): Timeout leak: 0x808ad10 Anything to worry about? Greetings, Bernd Kuhls

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-05-29 Thread Bernd Kuhls
the module, but what? Greetings, Bernd Kuhls

[Dovecot] How to use option allow_nets?

2007-05-02 Thread Bernd Kuhls
doing wrong? Using TCP wrappers instead seems not to be an option according to http://dovecot.org/list/dovecot/2006-April/012476.html Greetings, Bernd Kuhls