[Dovecot] 2.0.12 Coredump under Solaris 10

2011-04-27 Thread Denny Schierz
hi, I've installed a testversion from 2.0.12 and getting coredumps after login via IMAP/POP3. I don't know, if it is a simple config error or something else. == dovecot: [ID 583609 local7.error] master: Error: service(imap): child 29333 killed with signal 11 (core dumped) [ID 583609 local7.e

Re: [Dovecot] dovecot & OCFS2 Cluster

2011-04-27 Thread Robert Schetterer
Am 27.04.2011 00:50, schrieb Joseph Tam: > Robert Schetterer writes: > >>> Anyway, why use lmtp over lda ? >> >> i.e avoid backscatter by overquota > > A clarification on this: backscatter (or rather, ambiguous NDR notices > that claim many users are over quota rather than just one) is a result

Re: [Dovecot] 2.0.12 Coredump under Solaris 10

2011-04-27 Thread Timo Sirainen
On Wed, 2011-04-27 at 10:24 +0200, Denny Schierz wrote: > The gdb coredump shows: Almost great bug report! Just: > gdb ../../dovecot2-testinstanz/libexec/dovecot/imap > /var/run/dovecot-testinstanz/core > > Core was generated by `dovecot/imap'. > Program terminated with signal 11, Segmentation

Re: [Dovecot] 2.0.12 Coredump under Solaris 10

2011-04-27 Thread Denny Schierz
hi, Am Mittwoch, den 27.04.2011, 12:37 +0300 schrieb Timo Sirainen: > Give "bt full" command here and show the output. lot of lines :-) (gdb) bt full #0 0xfeb559f8 in strcmp () from /lib/libc.so.1 No symbol table info available. #1 0xfee73e7a in settings_find_key_

[Dovecot] Segmentation Fault in doveadm move under Solaris 10

2011-04-27 Thread Jürgen Obermann
Hi all I want to move mails from folder test-ein to another folder test-aus with the new "doveadm move" command in dovecot 2.0.12. When I try the following I get a "Segmentation Fault" after the mail was copied to the new folder: # doveadm -v -f flow search -u g033 mailbox test-ein all 5

Re: [Dovecot] Segmentation Fault in doveadm move under Solaris 10

2011-04-27 Thread Timo Sirainen
On 27.4.2011, at 17.03, Jürgen Obermann wrote: > # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all > Segmentation Fault Can you get gdb backtrace? gdb --args doveadm -v ... run bt full Or if that doesn't produce valid output: ulimit -c unlimited doveadm -v ... gdb doveadm core bt

Re: [Dovecot] Segmentation Fault in doveadm move under Solaris 10

2011-04-27 Thread Jürgen Obermann
Quoting Timo Sirainen : On 27.4.2011, at 17.03, Jürgen Obermann wrote: # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all Segmentation Fault Can you get gdb backtrace? gdb --args doveadm -v ... run bt full Or if that doesn't produce valid output: ulimit -c unlimited doveadm -

[Dovecot] What is the recommended way to move a message from one mailbox to another using CLI

2011-04-27 Thread Uffe Jakobsen
What is the recommended way to move a message from one mailbox to another using CLI - serverside commands ? Since IMAP does not support transactional moves between mailboxes - The only thing that comes to my mind is this operation: 1) extract message from mailbox A using "doveadm fetch" 2) injec

Re: [Dovecot] What is the recommended way to delete a message from a mailbox ?

2011-04-27 Thread Uffe Jakobsen
Andrew Lewis-10 wrote: > > On Wed, 20 Apr 2011 21:25:39 -0700 (PDT), Uffe Jakobsen wrote: >> What is the recommended way to delete a message from a mailbox (from >> an >> "external" server side program - such as a shell script) ? > doveadm expunge -u foo mailbox Outbox header message-id bar

Re: [Dovecot] What is the recommended way to move a message from one mailbox to another using CLI

2011-04-27 Thread Eduardo M KALINOWSKI
On Qua, 27 Abr 2011, Uffe Jakobsen wrote: What is the recommended way to move a message from one mailbox to another using CLI - serverside commands ? If you are using maildir, you can just mv the file. -- BOFH excuse #392: It's union rules. There's nothing we can do about it. Sorry. Eduard

Re: [Dovecot] What is the recommended way to move a message from one mailbox to another using CLI

2011-04-27 Thread Timo Sirainen
On 27.4.2011, at 18.09, Uffe Jakobsen wrote: > What is the recommended way to move a message from one mailbox to another > using CLI - serverside commands ? v2.0.12 has doveadm move command.

Re: [Dovecot] What is the recommended way to move a message from one mailbox to another using CLI

2011-04-27 Thread Uffe Jakobsen
Timo Sirainen wrote: > > On 27.4.2011, at 18.09, Uffe Jakobsen wrote: > >> What is the recommended way to move a message from one mailbox to another >> using CLI - serverside commands ? > > v2.0.12 has doveadm move command. > > Damn I'm stuck on 2.0.11 until the FreeBSD port comes through.