Re: [Dovecot] Managesieve segfault with dovecot 2.1.8

2012-09-06 Thread Stephan Bosch
On 9/7/2012 1:56 AM, Daniel Parthey wrote: Hi, I'm getting segfaults and unexpected disconnects from managesieve server, when the Thunderbird SIEVE extension tries to validate SIEVE scripts agains Pidgeonhole in Dovecot 2.1.8. The extension says: "Server terminated unexpectedly the connection,

[Dovecot] Managesieve segfault with dovecot 2.1.8

2012-09-06 Thread Daniel Parthey
Hi, I'm getting segfaults and unexpected disconnects from managesieve server, when the Thunderbird SIEVE extension tries to validate SIEVE scripts agains Pidgeonhole in Dovecot 2.1.8. The extension says: "Server terminated unexpectedly the connection, click on reconnect to try again." It can be

Re: [Dovecot] thunderbird not connecting

2012-09-06 Thread Bill Shirley
Turn on more debugging with these in your configuration: auth_verbose = yes auth_debug = yes auth_debug_passwords = yes mail_debug = yes verbose_ssl= yes and then check the server logs after trying to login. Also, I'm curious why you masked your PR

Re: [Dovecot] dovecotadm error

2012-09-06 Thread Daniel Parthey
Hi Michael, Michael wrote: > doveadm expunge -A mailbox Junk savedbefore 28d > doveadm(root): Error: User listing returned failure > > The mail log file says: > dovecot: auth-worker(18549): Error: sql: Iterate query failed: Table > 'system.users' doesn't exist (using built-in default iterate_quer

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-06 Thread Ben Johnson
On 9/6/2012 2:19 PM, Ed W wrote: > On 06/09/2012 18:56, Ben Johnson wrote: >> >> On 9/6/2012 6:10 AM, Charles Marcus wrote: >>> On 2012-09-05 6:20 PM, Ben Johnson wrote: >>> My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu >>> 10.04. >>> >>> 1.2.9 is really old... you re

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-06 Thread Ed W
On 06/09/2012 18:56, Ben Johnson wrote: On 9/6/2012 6:10 AM, Charles Marcus wrote: On 2012-09-05 6:20 PM, Ben Johnson wrote: My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu 10.04. 1.2.9 is really old... you really need to upgrade to a recent/stable version. Thanks, Ch

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-06 Thread Ben Johnson
On 9/6/2012 6:10 AM, Charles Marcus wrote: > On 2012-09-05 6:20 PM, Ben Johnson wrote: > >> My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu > 10.04. > > 1.2.9 is really old... you really need to upgrade to a recent/stable > version. Thanks, Charles. I do see your point. O

Re: [Dovecot] Memory leak by getting the virtual size of a IMAP folder

2012-09-06 Thread Dafan Zhai
Hi I think I have fixed this bug. The 'virtual_size_add_new' function in src/lib-storage/index/index-status.c creates a 'search_args' object and forgets to free it at the end. The function does call the 'mailbox_search_deinit' function but 'mailbox_search_deinit' only frees the 'search_ctx' o

Re: [Dovecot] different userdb and/or passdb for lmtp and pop3/imap?

2012-09-06 Thread Gábor Lénárt
Hi Again, On Wed, Sep 05, 2012 at 12:20:26PM +0200, Gábor Lénárt wrote: [...] > I am also confused, because on receiving a mail (via LMTP) different > kind of LDAP lookup is needed: then mail must be searched, but it's > storageMailUid based lookup in case of pop3 or imap login ... Is it > possibl

Re: [Dovecot] thunderbird not connecting

2012-09-06 Thread Charles Marcus
On 2012-09-05 10:36 PM, Stan Hoeppner wrote: He'd already checked the server logs, posted some of them, and found no useful information. Checking the client log is the next logical step, whether it turns out to contain useful information or not. In a client/server application, instructing some

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-06 Thread Charles Marcus
On 2012-09-05 6:20 PM, Ben Johnson wrote: > My configuration is Dovecot (1.2.9) + Sieve + SpamAssassin on Ubuntu 10.04. 1.2.9 is really old... you really need to upgrade to a recent/stable version. > I followed the Wiki article at http://wiki2.dovecot.org/Plugins/Antispam That is for vers