[Dovecot] Antispam plugin not compatible with Dovecot 2.1

2012-01-17 Thread interfaSys sàrl
Here is what I get when I try to compile the antispam plugin agaisnt Dovecot 2.1 ** mailbox.c: In function 'antispam_save_begin': mailbox.c:138:12: error: 'struct mail_save_context' has no member named 'copying' mailbox.c: In function 'antispam_save_finish': mailbox.c:174:12: error: 's

[Dovecot] [Dovecot 2.1] ACL plugin makes imap service crash when using some clients

2012-01-17 Thread interfaSys sàrl
Hello, I've just noticed that when Horde is connecting to Dovecot 2.1, it crashes the imap service if Dovecot is configured to use the ACL plugin. I'm not sure what's so special about the command Horde sends, but it shouldn't make Dovecot crash. Everything is fine when using Thunderbird. Here is

Re: [Dovecot] [Dovecot 2.1] imap service crash when using some clients

2012-02-12 Thread interfaSys sàrl
No symbol table info available. #32 0x105c9fb3 in master_service_run () from /usr/lib/dovecot/libdovecot.so.0 No symbol table info available. #33 0x004158bb in main () No symbol table info available. Regards, Olivier > On 01/18/2012 02:03 AM interfaSys sàrl wrote: > >/

Re: [Dovecot] [Dovecot 2.1] imap service crash when using some clients

2012-02-15 Thread interfaSys sàrl
username = (const __unknown__ *) 0x0 c = -1 set_roots = {0x4230c0, 0x0} ** Cheers, Olivier On 13/02/2012 00:49, Timo Sirainen wrote: > On 13.2.2012, at 2.02, interfaSys sàrl wrote: > >> #0 0x105c64e7 in imap_match () from >> /usr/l

Re: [Dovecot] [Dovecot 2.1] imap service crash when using some clients

2012-02-16 Thread interfaSys sàrl
callback = 0x41f514 , failure_callback = 0x41f692 } service_flags = MASTER_SERVICE_FLAG_KEEP_CONFIG_OPEN storage_service_flags = MAIL_STORAGE_SERVICE_FLAG_DISALLOW_ROOT username = 0x0 c = -1 On 16/02/2012 16:18, Timo Sirainen wrote: > On 16.2.2012, at 3.12, interfaS

Re: [Dovecot] [Dovecot 2.1] imap service crash when using some clients

2012-02-16 Thread interfaSys sàrl
Yep, works perfectly now. Thank you for fixing it :) On 16 February 2012 18:04:30, Timo Sirainen wrote: > OK, this should fix it: http://hg.dovecot.org/dovecot-2.1/rev/ff117a044e20 > >

Re: [Dovecot] Bug tracker

2012-04-11 Thread interfaSys sàrl
I second that. New version 3.2 supports sub-projects, editions and components and is user-friendly. Cheers, Olivier > On Wed, Apr 11, 2012 at 09:26:20AM +0300, Timo Sirainen wrote: > > So, any suggestions for what software could do these things? I think > Request > Tracker has those features, bu

[Dovecot] sievec segfaults

2012-04-24 Thread interfaSys sàrl
Hello, sievec segfaults when it reads a file. I've tried with both the standard and gold linker. I've tried with various sieve files and they all make it crash. I've compiled pigeonhole with -ggdb, but I'm not getting much info Program received signal SIGSEGV, Segmentation fault. 0x000800b8e5

Re: [Dovecot] sievec segfaults

2012-04-24 Thread interfaSys sàrl
I pulled the latest code from the dovecot-2.1-pigeonhole repository. Cheers, Olivier On 24/04/2012 18:10, Stephan Bosch wrote: > Op 4/24/2012 6:31 PM, interfaSys sàrl schreef: >> Hello, >> sievec segfaults when it reads a file. >> I've tried with both the standar

Re: [Dovecot] sievec segfaults

2012-04-24 Thread interfaSys sàrl
truct sieve_binary *) 0x800c99040 dump = false scriptfile = (const __unknown__ *) 0x7fffec56 "/etc/test.sieve" outfile = (const __unknown__ *) 0x0 exit_status = 0 c = -1 Cheers, Olivier On 24/04/2012 18:10, Stephan Bosch wrote: > Op 4/24/2012 6

Re: [Dovecot] sievec segfaults

2012-04-24 Thread interfaSys sàrl
It worked! :) Thank you. Olivier On 24/04/2012 18:34, Stephan Bosch wrote: > Op 4/24/2012 7:14 PM, interfaSys sàrl schreef: >> I pulled the latest code from the dovecot-2.1-pigeonhole repository. > > This is caused by the recent addition of dict database support for > sto

[Dovecot] LDA crashes on delivery (using sieve)

2012-04-26 Thread interfaSys sàrl
Hello, The current version of LDA can crash (seg fault 11) under certain circumstances. I don't know why it happens only with some accounts, but here is a backtrace. The user has a sieve filter in place : (gdb) bt full #0 0x000800443434 in smtp_client_open () from /usr/lib/dovecot/libdoveco

[Dovecot] LDA crashes on delivery (using sieve)

2012-04-26 Thread interfaSys sàrl
Hello, The current version of LDA can crash (seg fault 11) under certain circumstances. I don't know why it happens only with some accounts, but here is a backtrace. The user has a sieve filter in place : (gdb) bt full #0 0x000800443434 in smtp_client_open () from /usr/lib/dovecot/libdoveco

Re: [Dovecot] LDA crashes on delivery (using sieve)

2012-04-26 Thread interfaSys sàrl
Latest revision from these repositories: dovecot-2.1 dovecot-2.1-pigeonhole On 26/04/2012 16:35, Timo Sirainen wrote: > On 26.4.2012, at 18.32, interfaSys sàrl wrote: > >> The current version of LDA can crash (seg fault 11) under certain >> circumstances. > > &g

Re: [Dovecot] LDA crashes on delivery (using sieve)

2012-04-26 Thread interfaSys sàrl
And it's on FreeBSD 8.2, compiled from source, using GCC 4.6 and the gold linker. On 26/04/2012 16:35, Timo Sirainen wrote: > On 26.4.2012, at 18.32, interfaSys sàrl wrote: > >> The current version of LDA can crash (seg fault 11) under certain >> circumstances. > >

[Dovecot] LDA crashes on delivery (using sieve)

2012-04-26 Thread interfaSys sàrl
I can confirm that the issues are gone when using pigeonhole-0.3.0 I thought the sievec crashes might re-appear, but this isn't the case. Thank you Robert. Olivier > Am 26.04.2012 17:47, schrieb interfaSys sàrl: > >/ Latest revision from these repositories: > />/ dovecot-2

Re: [Dovecot] LDA crashes on delivery (using sieve)

2012-04-27 Thread interfaSys sàrl
Cheers Stephan! :) On 27/04/2012 01:28, Stephan Bosch wrote: > On 4/26/2012 5:32 PM, interfaSys sàrl wrote: >> Hello, >> >> The current version of LDA can crash (seg fault 11) under certain >> circumstances. >> >> I don't know why it happens only wi

Re: [Dovecot] How to add the missing maildir folders

2010-10-05 Thread interfaSys sàrl
Hello, There is the autocreate plugin[1], but the problem is that a user cannot delete those mailboxes. It can be a problem for people using clients in different languages and that want mailboxes in these languages. I would be great if Dovecot could make some of these automatic mailboxes optional

Re: [Dovecot] How to add the missing maildir folders

2010-10-05 Thread interfaSys sàrl
Looks like it's also possible to use doveadm http://wiki2.dovecot.org/Tools/Doveadm/Mailbox

[Dovecot] Master user sees empty folder list

2010-10-06 Thread interfaSys sàrl
Hello, I'm having a "path" problem with master users. When logged on as a master user, I can't see the user's folders. I'm trying to use system users as master users, so I'm using something like this: # Master password auth_master_user_separator = * passdb { driver = passwd master = yes pass

[Dovecot] pop3-login no longer segfaults with gcc4.5.2 and gold :)

2010-10-07 Thread interfaSys sàrl
Hello, I reported a while back that it wasn't possible to compile the whole of Dovecot using gcc 4.5.2 and the new gold linker, but it's now working with recent snapshots of both binutils and GCC. Cheers, Olivier

[Dovecot] version_ignore=yes

2010-11-11 Thread interfaSys sàrl
Hello, When upgrading Dovecot, I get this: Dovecot version mismatch: Master is v2.0.6, imap-login is v2.0.7 (if you don't care, set version_ignore=yes) This should not occur as version_ignore=yes is in dovecot.conf, at the top. Cheers, Olivier

Re: [Dovecot] version_ignore=yes

2010-11-18 Thread interfaSys sàrl
I'll check ASAP. Thank you. On 18/11/2010 19:03, Timo Sirainen wrote: > On Thu, 2010-11-11 at 17:30 +, interfaSys sàrl wrote: >> Hello, >> When upgrading Dovecot, I get this: >> Dovecot version mismatch: Master is v2.0.6, imap-login is v2.0.7 (if you >> do

Re: [Dovecot] zlib + mdbox

2010-11-24 Thread interfaSys sàrl
I am. The only issue I'm seeing is Blackberry devices that can't idle after a while. It was the same with Maildir, so maybe it's a zlib issue or something else all together. > > Message: 2 > Date: Tue, 23 Nov 2010 18:19:18 -0800 > From: "Daniel L. Miller" > Subject: [Dovecot] zlib + mdbox > To:

Re: [Dovecot] zlib + mdbox

2010-11-24 Thread interfaSys sàrl
any way. > > On 24.11.2010, at 13.30, interfaSys sàrl wrote: > >> I am. >> The only issue I'm seeing is Blackberry devices that can't idle after a >> while. >> It was the same with Maildir, so maybe it's a zlib issue or something >> else all

[Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-13 Thread interfaSys sàrl
Hello, I've just updated to 2.0.9 and I've got lots of these in the logs now. Jan 13 18:57:13 master: Error: service(imap): child 40100 killed with signal 11 (core not dumped - set service imap { drop_priv_before_exec=yes }) Is there a configuration change or something else I should have done whi

Re: [Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-13 Thread interfaSys sàrl
On 13/01/2011 18:48, Timo Sirainen wrote: > On 13.1.2011, at 20.45, interfaSys sàrl wrote: > >> Hello, >> I've just updated to 2.0.9 and I've got lots of these in the logs now. > > From 2.0.8? > Yes >> Jan 13 18:57:13 master: Error: service(imap):

Re: [Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-13 Thread interfaSys sàrl
On 13/01/2011 19:37, Timo Sirainen wrote: > On 13.1.2011, at 21.01, interfaSys sàrl wrote: > >> Here is the info from the core file: > > That doesn't make much sense though.. Can you compile Dovecot without > stripping debug symbols? Or you can you easily reproduce t

Re: [Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-13 Thread interfaSys sàrl
ainen wrote: > On 13.1.2011, at 21.01, interfaSys sàrl wrote: > >> Here is the info from the core file: > > That doesn't make much sense though.. Can you compile Dovecot without > stripping debug symbols? Or you can you easily reproduce this? Can you try if > you ca

Re: [Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-13 Thread interfaSys sàrl
Recompiling the plugin didn't help. It seems broken, but I have no idea why it stopped working... On 13/01/2011 19:37, Timo Sirainen wrote: > On 13.1.2011, at 21.01, interfaSys sàrl wrote: > >> Here is the info from the core file: > > That doesn't make much se

Re: [Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-13 Thread interfaSys sàrl
After having removed imap_acl, the crash is gone. On 13/01/2011 19:37, Timo Sirainen wrote: > On 13.1.2011, at 21.01, interfaSys sàrl wrote: > >> Here is the info from the core file: > > That doesn't make much sense though.. Can you compile Dovecot without > strip

Re: [Dovecot] v2.0.9 -segfault in lib21_fts_solr_plugin.so (G.Nau)

2011-01-16 Thread interfaSys sàrl
Interesting since imap_acl also makes dovecot segfault. Maybe there is a problem in the way Dovecot loads plugins? Cheers, Olivier On 16/01/2011 19:09, dovecot-requ...@dovecot.org wrote: > Send dovecot mailing list submissions to > dovecot@dovecot.org > > Message: 1 > Date: Sun, 16 Jan

Re: [Dovecot] master: Error: service(imap): child 40100 killed with signal 11

2011-01-16 Thread interfaSys sàrl
mo Sirainen wrote: >> On Thu, 2011-01-13 at 20:38 +, interfaSys sàrl wrote: >>> After having removed imap_acl, the crash is gone. >> >> Weird. I can't reproduce it. I don't think I did any changes that could >> have caused this either. > > I guess

[Dovecot] Is the trunk version of Pigeonhole still broken or am I missing something?

2011-03-04 Thread interfaSys sàrl
Things broke a couple of months back and I thought I had caught the repository at a bad time, but trying again today, after having seen that people had been working on it recently, bore the same result. ../../../../libtool: line 2072: cmd-vacation.c: command not found I'm simply syncing with the

Re: [Dovecot] Is the trunk version of Pigeonhole still broken or am I missing something?

2011-03-04 Thread interfaSys sàrl
On 04/03/2011 23:19, Stephan Bosch wrote: > Op 4-3-2011 23:56, interfaSys sàrl schreef: >> Things broke a couple of months back and I thought I had caught the >> repository at a bad time, but trying again today, after having seen that >> people had been working on it re

Re: [Dovecot] Is the trunk version of Pigeonhole still broken or am I missing something?

2011-03-04 Thread interfaSys sàrl
On 05/03/2011 00:38, Stephan Bosch wrote: > Op 5-3-2011 0:36, interfaSys sàrl schreef: >> >> On 04/03/2011 23:19, Stephan Bosch wrote: >>> Remind me: what system was this again? What libtool/automake/etc. >>> versions? >> FreeBSD 8.2 AMD64 >> a

Re: [Dovecot] Is the trunk version of Pigeonhole still broken or am I missing something?

2011-03-04 Thread interfaSys sàrl
> Does it work when you clone a fresh repository? > Yes, it did :) I've immediately noticed that autogen didn't generate as much information as earlier and then everything compiled fine. Thank you for your help Stephan. Cheers, Olivier

[Dovecot] pop3-login segfaults (new backtrace)

2011-04-09 Thread interfaSys sàrl
Hello, A while back I reported that pop3-login was segfaulting, but my traces were not very helpful. Here is a new one. Let me know if it helps. #0 0x00080090cf91 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7 No symbol table info available. #1 0x00080090dc9d in _pthread_mutex

Re: [Dovecot] pop3-login segfaults (new backtrace)

2011-04-09 Thread interfaSys sàrl
On 09/04/2011 11:30, Timo Sirainen wrote: > On 9.4.2011, at 13.25, interfaSys sàrl wrote: > >> A while back I reported that pop3-login was segfaulting, but my traces >> were not very helpful. >> >> Here is a new one. Let me know if it helps. > &

Re: [Dovecot] pop3-login segfaults (new backtrace)

2011-04-09 Thread interfaSys sàrl
On 09/04/2011 11:40, Timo Sirainen wrote: > On 9.4.2011, at 13.36, interfaSys sàrl wrote: > >>> What happens if you run the pop3-login binary directly from command line? >>> Does it still crash? >>> >> #./pop3-login >> Segmentation fault: 11 (cor

Re: [Dovecot] pop3-login segfaults (new backtrace)

2011-04-17 Thread interfaSys sàrl
Just a quick update to let you know that this isn't an issue anymore when using gcc 4.6. On 09/04/2011 11:40, Timo Sirainen wrote: > On 9.4.2011, at 13.36, interfaSys sàrl wrote: > >>> What happens if you run the pop3-login binary directly from command line? >

[Dovecot] 2.1.10 crashes at login (buf->used <= buf->alloc)

2012-09-18 Thread interfaSys sàrl
Hello, There is a big problem with 2.1.10. Here is what I saw in the logs: Sep 18 22:22:23 imap(): Panic: file buffer.c: line 86 (buffer_check_limits): assertion failed: (buf->used <= buf->alloc) Sep 18 22:22:23 imap(): Fatal: master: service(imap): child 26833 killed with signal 6 (core dumped)

Re: [Dovecot] 2.1.10 crashes at login (buf->used <= buf->alloc)

2012-09-18 Thread interfaSys sàrl
MAIL_STORAGE_SERVICE_FLAG_DISALLOW_ROOT username = (const __unknown__ *) 0x0 c = -1 set_roots = {0x424020, 0x0} Cheers, Olivier On 18/09/2012 21:42, Timo Sirainen wrote: > On 18.9.2012, at 23.32, interfaSys sàrl wrote: > >> There is a big problem with 2.1.10. >&g

Re: [Dovecot] 2.1.10 crashes at login (buf->used <= buf->alloc)

2012-09-19 Thread interfaSys sàrl
> Did you recompile antispam plugin? Is it the latest antispam? This line > doesn't seem to match the current code. You are correct, it had not been compiled in a while. Here is a new backtrace: (gdb) bt full #0 0x10709ebc in kill () from /lib/libc.so.7 No symbol table info available. #

Re: [Dovecot] 2.1.10 crashes at login (buf->used <= buf->alloc)

2012-09-19 Thread interfaSys sàrl
You are once again correct. The update script had an error and thus the plugin was not recompiled for 2.1.10... Thank you! Olivier On 19/09/2012 16:02, Timo Sirainen wrote: > On Wed, 2012-09-19 at 17:59 +0300, Timo Sirainen wrote: >> On 19.9.2012, at 17.55, interfaSys sàrl wrote: >&g

Re: [Dovecot] Dovecot deliver Segmentation fault when arrive the first message

2012-09-19 Thread interfaSys sàrl
I see the same crashes on FreeBSD. Turning off ACL makes the crashes disappear. I'm getting a different backtrace though and it doesn't seem to be related to ACL: Core was generated by `imap-login'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/dovecot/libdo

[Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-08-30 Thread interfaSys sàrl
Hello, On FreeBSD, Dovecot 2.0.1 compiles fine with gcc45 and the other services have no problem, but even without any optimizations (CFLAGS) at all, pop3-login seg faults when a user tries to connect to Dovecot using POP3. As this is not the only application that has a problem with the latest ve

[Dovecot] status of antispam plugin for DC 2.x ?

2010-08-31 Thread interfaSys sàrl
Hello, I saw that there is now an antispam plugin repository for the V2.x version. It doesn't compile and it seems it cannot be configured like the old one. Any ETA? Cheers, Olivier

[Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-08-31 Thread interfaSys sàrl
Hello, Just like when upgrading to 1.2, upgrading to 2.0.1 confuses RIM's BIS servers and users don't have instant email anymore on their Blackberrys. Under normal conditions, the BIS servers keep one open connection per email account with Dovecot. They're using IMAP IDLE to monitor changes and pu

Re: [Dovecot] status of antispam plugin for DC 2.x ?

2010-08-31 Thread interfaSys sàrl
> $ hg clone http://hg.dovecot.org/dovecot-antispam-plugin/ > $ ./autogen.sh > $ ./configure prefix=/usr > $ make > $ make install > > works for me... > > configure checks for the file dovecot-config. If prefix is /usr it > expects the file under /usr/lib/dovecot/ Doesn't work at all for me. Wh

Re: [Dovecot] status of antispam plugin for DC 2.x ?

2010-08-31 Thread interfaSys sàrl
On 31/08/2010 20:09, Timo Sirainen wrote: > On Tue, 2010-08-31 at 19:46 +0100, interfaSys sàrl wrote: >> >> >> When running ./configure prefix=/usr I get a >> DC_DOVECOT: not found > > You need DC_DOVECOT aclocal macro, which means dovecot.m4 file. Like > ma

[Dovecot] Wiki page for the 2.x version of the antispam plugin

2010-08-31 Thread interfaSys sàrl
Since I had to collect information from different places to get it right, I decided to paste what I had into a wiki page. http://wiki2.dovecot.org/Plugins/Antispam Cheers, Olivier

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-01 Thread interfaSys sàrl
On 01/09/2010 20:08, Timo Sirainen wrote: > On Mon, 2010-08-30 at 16:52 +0100, interfaSys sàrl wrote: > >> On FreeBSD, Dovecot 2.0.1 compiles fine with gcc45 and the other >> services have no problem, but even without any optimizations (CFLAGS) at >> all, pop3-login seg

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-01 Thread interfaSys sàrl
On 02/09/2010 00:35, Timo Sirainen wrote: > On 1.9.2010, at 23.35, interfaSys sàrl wrote: > >> Adding sleep() didn't change anything, it crashes right from the start >> and there isn't much info in the trace. It seems it cannot create the >> first thread.

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-02 Thread interfaSys sàrl
On 02/09/2010 16:53, Timo Sirainen wrote: > On Thu, 2010-09-02 at 01:13 +0100, interfaSys sàrl wrote: >>> I wonder why it's even trying to use pthreads .. Dovecot doesn't use >>> threads. Maybe that's the problem, it's linking wrong libraries. >>

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-02 Thread interfaSys sàrl
On 02/09/2010 17:12, Timo Sirainen wrote: > On Thu, 2010-09-02 at 17:09 +0100, interfaSys sàrl wrote: >>>> #8 0x0008004e015e in _init () from /usr/local/lib/gcc45/libgomp.so.1 >>> >> Maybe because of this? >> >> /usr/local/lib/libcrypto.so.7: >&

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-09-02 Thread interfaSys sàrl
t; On Tue, 2010-08-31 at 18:07 +0100, interfaSys sàrl - Rich Internet > Applications wrote: >> Worked perfectly! >> >> Is it something that can be disabled after a few days or is there no >> harm in keeping it in the config? >> >> (And congrats on your work on Do

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-09-02 Thread interfaSys sàrl
On 02/09/2010 18:23, Timo Sirainen wrote: > On Thu, 2010-09-02 at 18:21 +0100, interfaSys sàrl wrote: > >> If the subscription file is 660, then it seems the connection is dropped >> (No idling). >> When it's 770, then things are fine. > > That doesn't r

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-02 Thread interfaSys sàrl
On 02/09/2010 17:12, Timo Sirainen wrote: > On Thu, 2010-09-02 at 17:09 +0100, interfaSys sàrl wrote: >>>> #8 0x0008004e015e in _init () from /usr/local/lib/gcc45/libgomp.so.1 >>> >> Maybe because of this? >> >> /usr/local/lib/libcrypto.so.7: >&

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-02 Thread interfaSys sàrl
On 02/09/2010 17:12, Timo Sirainen wrote: > On Thu, 2010-09-02 at 17:09 +0100, interfaSys sàrl wrote: >>>> #8 0x0008004e015e in _init () from /usr/local/lib/gcc45/libgomp.so.1 >>> >> Maybe because of this? >> >> /usr/local/lib/libcrypto.so.7: >&

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-09-03 Thread interfaSys sàrl
On 02/09/2010 18:23, Timo Sirainen wrote: > On Thu, 2010-09-02 at 18:21 +0100, interfaSys sàrl wrote: > >> If the subscription file is 660, then it seems the connection is dropped >> (No idling). >> When it's 770, then things are fine. > > That doesn't r

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-09-03 Thread interfaSys sàrl
On 03/09/2010 18:18, Timo Sirainen wrote: > On Fri, 2010-09-03 at 18:06 +0100, interfaSys sàrl wrote: >> >> On 02/09/2010 18:23, Timo Sirainen wrote: >>> On Thu, 2010-09-02 at 18:21 +0100, interfaSys sàrl wrote: >>> >>>> If the subscription file is

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-09 Thread interfaSys sàrl
On 02/09/2010 17:12, Timo Sirainen wrote: > On Thu, 2010-09-02 at 17:09 +0100, interfaSys sàrl wrote: >>>> #8 0x0008004e015e in _init () from /usr/local/lib/gcc45/libgomp.so.1 >>> >> Maybe because of this? >> >> /usr/local/lib/libcrypto.so.7: >&

[Dovecot] DC 2.0.2 | Panic: file istream-crlf.c: line 101

2010-09-14 Thread interfaSys sàrl
There is a new error showing up in my logs Sep 14 11:04:57 lda(u...@domain.com): Panic: file istream-crlf.c: line 101 (i_stream_crlf_read_crlf): assertion failed: (src == ptr + 1) It seems to only happen with one account Cheers, Olivier

[Dovecot] autogen.sh fails

2010-09-14 Thread interfaSys sàrl
autogen.sh fails on FreeBSD 8.1 m4 1.4.15 autoconf 2.67 Here is the error message: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in M

Re: [Dovecot] autogen.sh fails

2010-09-15 Thread interfaSys sàrl
On 15/09/2010 00:22, Timo Sirainen wrote: > On 15.9.2010, at 0.17, interfaSys sàrl wrote: > >> configure:20543: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl >> If this token and others are legitimate, please use m4_pattern_allow. >> See the Autoconf doc

[Dovecot] sieve is broken in the latest revision

2010-09-15 Thread interfaSys sàrl
All the sudden messages filtered by sieve are delivered to folders named after the recipient instead of sticking to the rules and delivering the messages to the INBOX. Is this an intended change? Instead of Maildir/.INBOX it goes to Maildir/.u...@domain.com Cheers, Olivier

Re: [Dovecot] sieve is broken in the latest revision

2010-09-15 Thread interfaSys sàrl
On 15/09/2010 12:23, Stephan Bosch wrote: > Op 15-9-2010 13:10, interfaSys sàrl schreef: >> All the sudden messages filtered by sieve are delivered to folders >> named after the recipient instead of sticking to the rules and >> delivering the messages to the INBOX. >>

Re: [Dovecot] sieve is broken in the latest revision

2010-09-15 Thread interfaSys sàrl
On 15/09/2010 12:40, Stephan Bosch wrote: > Op 15-9-2010 13:36, interfaSys sàrl schreef: >> Indeed, I had not recompiled Pigeonhole because the server is >> unreachable. >> I've tried with the latest revision I had and it didn't help. > Server is down due to

[Dovecot] [SOLVED] Re: sieve is broken in the latest revision

2010-09-15 Thread interfaSys sàrl
On 15/09/2010 12:40, Stephan Bosch wrote: > Op 15-9-2010 13:36, interfaSys sàrl schreef: >> Indeed, I had not recompiled Pigeonhole because the server is >> unreachable. >> I've tried with the latest revision I had and it didn't help. > Server is down due to

Re: [Dovecot] [DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold

2010-09-16 Thread interfaSys sàrl
On 02/09/2010 17:12, Timo Sirainen wrote: > On Thu, 2010-09-02 at 17:09 +0100, interfaSys sàrl wrote: >>>> #8 0x0008004e015e in _init () from /usr/local/lib/gcc45/libgomp.so.1 >>> >> Maybe because of this? >> >> /usr/local/lib/libcrypto.so.7: >&

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-09-16 Thread interfaSys sàrl
On 03/09/2010 18:18, Timo Sirainen wrote: > On Fri, 2010-09-03 at 18:06 +0100, interfaSys sàrl wrote: >> >> On 02/09/2010 18:23, Timo Sirainen wrote: >>> On Thu, 2010-09-02 at 18:21 +0100, interfaSys sàrl wrote: >>> >>>> If the subscription file is

[Dovecot] Need more info on new fsync switch

2010-09-27 Thread interfaSys sàrl
Hello, I wanted to improve performance by disabling fsync where I can, but the example in the Wiki is outdated http://wiki2.dovecot.org/MailLocation/LocalDisk # Enable for IMAP/POP3 fsync_disable = yes protocol lda { # Disable for LDA/LMTP fsync_disable = no } Can that simply be replaced b

Re: [Dovecot] Need more info on new fsync switch

2010-09-27 Thread interfaSys sàrl
Thank you very much Timo. On 27/09/2010 18:00, Timo Sirainen wrote: > On Mon, 2010-09-27 at 17:30 +0100, interfaSys sàrl wrote: >> Hello, >> I wanted to improve performance by disabling fsync where I can, but the >> example in the Wiki is outdated >> http://wik

[Dovecot] dsync is seriously broken when syncing maildir and mdbox

2010-09-27 Thread interfaSys sàrl
Hello, I thought mdbox was production ready, but it seems to me that (in 2.0.4) it's quite broken. 1) The documentation only running this to convert from maildir to mdbox: *dsync mirror maildir:~/Maildir* but based on my experience and on posts on the mailing list, it's not enough. A namespac

Re: [Dovecot] dsync is seriously broken when syncing maildir and mdbox

2010-09-28 Thread interfaSys sàrl
On 28/09/2010 19:54, Timo Sirainen wrote: > On Tue, 2010-09-28 at 03:08 +0100, interfaSys sàrl wrote: >> Hello, >> >> I thought mdbox was production ready, but it seems to me that (in 2.0.4) >> it's quite broken. >> >> 1) The documentation only r

[Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread interfaSys sàrl
Hello, One account couldn't get emails all the sudden. dovecot-lda was crashing with "signal 11 (segmentation fault)". There was absolutely nothing in the dovecot logs, even with mail_debug=yes. I found out that it was because of the following lines in a sieve script that were generated by a scr

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread interfaSys sàrl
I'm using mdbox as storage. Cheers, Olivier On 29/09/2010 15:01, Stephan Bosch wrote: > Op 29-9-2010 14:42, interfaSys sàrl schreef: >> Hello, >> >> One account couldn't get emails all the sudden. >> dovecot-lda was crashing with "signal 11 (segmentatio

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread interfaSys sàrl
founn Program exited with code 0100. Nothing gets delivered. Cheers, Olivier On 29/09/2010 15:01, Stephan Bosch wrote: > Op 29-9-2010 14:42, interfaSys sàrl schreef: >> Hello, >> >> One account couldn't get emails all the sudden. >> dovecot-lda was crashin

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread interfaSys sàrl
. #29 0x000800a23e40 in ?? () No symbol table info available. #30 0x0001 in ?? () No symbol table info available. #31 0x000800515bfb in lda_sieve_deliver_mail () from /usr/lib/dovecot/lib90_sieve_plugin.so Cheers, Olivier On 29/09/2010 15:01, Stephan Bosch wrote: > Op 29-9-2010 14:42, in

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-29 Thread interfaSys sàrl
On 29/09/2010 16:40, Stephan Bosch wrote: > Op 29-9-2010 17:35, Stephan Bosch schreef: >> Op 29-9-2010 17:33, interfaSys sàrl schreef: >>> (gdb) bt full >>> #0 0x000800e70140 in seff_flags_merge () from >> >> According to this, you have a require &q

Re: [Dovecot] dovecot-lda segfaults with some sieve scripts

2010-09-30 Thread interfaSys sàrl
Hello Stephan, This fix works. Thank you for that. Cheers, Olivier On 29/09/2010 18:11, Stephan Bosch wrote: > >> Hello again, >> >> I've added the -d and -f flags to the command line and this time I got a >> trace. >> >> (gdb) r >> Starting program: /usr/libexec/dovecot/dovecot-lda -p >> exa

Re: [Dovecot] Blackberries

2010-10-04 Thread interfaSys sàrl
? I think > that's the case with my blackberry. > > Thanks, > Tamas > > On Mon, Oct 4, 2010 at 11:30 AM, interfaSys sàrl wrote: >> On 04/10/2010 10:00, dovecot-requ...@dovecot.org wrote: >>> Anyone has had differing experiences with different blackberries? &g

Re: [Dovecot] Blackberries

2010-10-04 Thread interfaSys sàrl
On 04/10/2010 10:00, dovecot-requ...@dovecot.org wrote: > Anyone has had differing experiences with different blackberries? > > Someone with Blackberry Gold/Bold get only 1 e-mail > yet regualr blackberries get multiple copies of the same e-mials. > > Is this a blackberry bug or is their somethin

[Dovecot] [2.0.5] quota in maildirsize doesn't work with mdbox

2010-10-04 Thread interfaSys sàrl
Hello, I'm using mdbox to store messages and maildirsize to store quotas I have the following in my dovecot.conf mail_plugins = quota trash zlib fts fts_squat imap_quota imap_zlib antispam quota = maildir:User quota quota_rule = ?:storage=1G quota_rule2 = Trash:storage=+10%% I noticed that the

Re: [Dovecot] [2.0.5] quota in maildirsize doesn't work with mdbox

2010-10-04 Thread interfaSys sàrl
On 04/10/2010 20:22, Timo Sirainen wrote: > On 4.10.2010, at 18.02, interfaSys sàrl wrote: > >> I'm using mdbox to store messages and maildirsize to store quotas > > It's not even supposed to work. I was trying to add some error message about > this at start

[Dovecot] Crashes at login time with freshest code

2013-06-18 Thread interfaSys sàrl
Hello, Dovecot keeps crashing at login time. Things were fine on 2.2.2 Fatal: master: service(imap): child 5014 killed with signal 11 Here is the trace: Core was generated by `imap'. Program terminated with signal 11, Segmentation fault. #0 0x105cdfdf in mailbox_list_get_storage (list=0x

Re: [Dovecot] Crashes at login time with freshest code

2013-06-18 Thread interfaSys sàrl
m hitting the same issue on a test machine, but I didn't had > the time yet to debug it properly. > > Is your INBOX/spam folder configured to be auto-created? > > What mailbox format do you use? (I am using maildir) > > Cheers, > Chris > > On Tue, 18 Ju

Re: [Dovecot] Crashes at login time with freshest code

2013-06-18 Thread interfaSys sàrl
This has fixed it for me. Thank you. On 18/06/2013 17:56, Timo Sirainen wrote: > On 18.6.2013, at 18.14, interfaSys sàrl wrote: > >> Hello, >> >> Dovecot keeps crashing at login time. Things were fine on 2.2.2 >> Fatal: master: service(imap): child 5014 killed wi

[Dovecot] Mailbox autocreate feature cannot create folders

2014-01-07 Thread interfaSys sàrl
Hello, The "new" way of creating default mailboxes doesn't work for us. There seems to be a permission problem. We get this in the logs: imap(testu...@domain.com): Error: nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy That error message has nothing to do with NFS (not used

[Dovecot] Dovecot can't find CLucene's libstemmer on FreeBSD

2014-01-07 Thread interfaSys sàrl
Hello, A set of patches was created by Lawrence Chen for the Dovecot2 port so that it could recognise and use libstemmer and libexttextcat. They can't be used as is as he's replacing statements with something that works only on FreeBSD, but I think it would be a good idea to try and include some

[Dovecot] A variable for the unix user or home path would be useful in some cases

2014-01-20 Thread interfaSys sàrl
Hello, In our hosting environment, we let users share mailboxes across all their domains and think it's best if the shared mailbox listing (in a file) stays in their unix home path. That would be: /home/USER/imap/shared-mailboxes.db Unfortunately, it seems there is no way to generate that path us

Re: [Dovecot] Dovecot upgrades break Blackberry instant email (BIS)

2010-08-31 Thread interfaSys sàrl - Rich Internet Applicatio ns
Worked perfectly! Is it something that can be disabled after a few days or is there no harm in keeping it in the config? (And congrats on your work on Dovecot Timo. Great piece of software.) On 31/08/2010 17:53, Timo Sirainen wrote: > On Tue, 2010-08-31 at 17:41 +0100, interfaSys sàrl wr