Re: [Dovecot] imap dumps core when connecting with mutt

2013-01-04 Thread Arthur Titeica
On Saturday 05 January 2013 00:01:19 Timo Sirainen wrote: > On Fri, 2013-01-04 at 06:59 +0200, Timo Sirainen wrote: > > On Thu, 2012-12-20 at 08:19 +0200, Arthur Titeica wrote: > > > > > I'm trying to investigate a problem with dovecot/imap dumping core > &

Re: [Dovecot] imap dumps core when connecting with mutt

2012-12-19 Thread Arthur Titeica
Hello, Thanks for the reply. On Tuesday 18 December 2012 21:39:57 Timo Sirainen wrote: > On Sun, 2012-12-09 at 19:03 +0200, Arthur Titeica wrote: > > Hello, > > > > I'm trying to investigate a problem with dovecot/imap dumping core when > > connecting connecting

[Dovecot] imap dumps core when connecting with mutt

2012-12-09 Thread Arthur Titeica
o gdb. The log is here [1]. I hope this helps - please tell me what else would be needed if not. Thanks. [1] http://paste.kde.org/622574/ -- Arthur Titeica

Re: [Dovecot] dovecot / postfix mail bounce problem

2011-12-25 Thread Arthur Titeica
header :contains "X-Spam-Flag" ["YES"] { redirect "antis...@xxx.com"; stop; } Roundcube sieve plugin writes your original script as # rule:[test] if allof (not address :is "To" "antis...@xxx.com", header :contains "X-Spam-Flag" "YES") { redirect "antis...@xxx.com"; } -- Arthur Titeica

Re: [Dovecot] POP3 with dovecot LDA and sieve

2010-02-14 Thread Arthur Titeica
On 12.02.2010 15:02, Josephus wrote: Does that really work? Not without headaches. The virtual plugin is the most annoying thing I've seen lately. I spent a whole weekend on it :( without much progress. http://old.nabble.com/Virtual-POP3-Inbox-question-td27488956.html POP3 uses only the

[Dovecot] Virtual plugin and user_query

2010-02-14 Thread Arthur Titeica
Hello, As per a previous reply regarding POP3 I'm now trying to configure the virtual plugin. However I don't really understand how to modify the sql user_query to properly indicate inbox=yes. I created 3 namespaces as per wiki instructions and I've modified the password and user queries as bell

[Dovecot] POP3 with dovecot LDA and sieve

2010-02-10 Thread Arthur Titeica
Hello. I'm using Postfix with Dovecot as IMAP, POP3 and LDA. With sieve rules I successfully move mails to specific mailboxes and this is great if accessing the account thru IMAP. However, when accessing thru POP3 I only get mails from Inbox. I wonder if it's possible to get real new mails, rega