Stefan Pampel wrote: >>> Mails basically reach the INBOX, but not the folder itself
I think this is an MTA problem, rather than a Cyrus problem. > Received: from foo.org ([127.0.0.1]) > by localhost (foo.org [127.0.0.1]) (amavisd-new, port 10024) > with LMTP id ggSVa5nIr8Oq for <[EMAIL PROTECTED]>; > Tue, 2 Dec 2008 20:44:20 +0100 (CET) > Received: from mail-qy0-f21.google.com (mail-qy0-f21.google.com > [209.85.221.21]) > by foo.org (Postfix) with ESMTP id 53DEDE01D5A > for <[EMAIL PROTECTED]>; Tue, 2 Dec 2008 20:44:20 +0100 (CET) The "+spam" was removed between delivery by the outside world to Postfix and delivery by Postfix to amavisd-new. The logs back this up: > Dec 2 20:44:21 asp4 amavis[17280]: (17280-18) Passed CLEAN, [209.85.221.21] > [209.85.221.21] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, > Dec 2 20:44:21 asp4 postfix/lmtp[6077]: 53DEDE01D5A: to=<[EMAIL PROTECTED]>, > orig_to=<[EMAIL PROTECTED]>, relay=127.0.0.1 Looks like Postfix, or maybe Postfix's LMTP interface to amavisd-new, is wrongly configured. Try doing a manual LMTP delivery to Cyrus, and to amavisd-new for comparison. ie: foo$ telnet localhost 2003 mail from:<[EMAIL PROTECTED]> rcpt to:<user1+spam> data [etc] and the same with "telnet localhost 10024". Compare the headers and the logs and it should be obvious what's happening. Cheers Duncan -- Duncan Gibb, Technical Director Sirius Corporation plc - The Open Source Experts http://www.siriusit.co.uk/ Tel: +44 870 608 0063 ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html