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
> &
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
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
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
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
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
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