From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MlLl3-0006BL-EL for garchives@archives.gentoo.org; Wed, 09 Sep 2009 11:54:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD1C7E090B; Wed, 9 Sep 2009 11:54:39 +0000 (UTC) Received: from smtpq2.tb.mail.iss.as9143.net (smtpq2.tb.mail.iss.as9143.net [212.54.42.165]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F4DAE090B for ; Wed, 9 Sep 2009 11:54:39 +0000 (UTC) Received: from [212.54.42.140] (helo=smtp9.tb.mail.iss.as9143.net) by smtpq2.tb.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1MlLl0-0006Co-Qc for gentoo-user@lists.gentoo.org; Wed, 09 Sep 2009 13:54:38 +0200 Received: from 5353258a.cable.casema.nl ([83.83.37.138] helo=data.hosts.antarean.org) by smtp9.tb.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1MlLkx-0007KH-2O for gentoo-user@lists.gentoo.org; Wed, 09 Sep 2009 13:54:35 +0200 Received: from localhost (localhost [127.0.0.1]) by data.hosts.antarean.org (Postfix) with ESMTP id 7991928A84 for ; Wed, 9 Sep 2009 13:54:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.hosts.antarean.org ([127.0.0.1]) by localhost (data.hosts.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M1GJAP6XMaDa for ; Wed, 9 Sep 2009 13:54:34 +0200 (CEST) Received: from eve.localnet (eve.hosts.antarean.org [10.1.5.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.hosts.antarean.org (Postfix) with ESMTPS id 5A84E27906 for ; Wed, 9 Sep 2009 13:54:34 +0200 (CEST) From: "J. Roeleveld" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Catch all mailbox Date: Wed, 9 Sep 2009 13:54:33 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.27-gentoo-r7; KDE/4.2.4; x86_64; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909091354.33814.joost@antarean.org> X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1MlLkx-0007KH-2O X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-1.11, vereist 5, autolearn=not spam, BAYES_05 -1.11) X-ZiggoSMTP-MailScanner-From: joost@antarean.org X-Spam-Status: No X-Archives-Salt: 10540019-b14c-4308-8bf5-7b1573817ec5 X-Archives-Hash: ad5a9011131b95da98b3048e3cf811c4 Hi All, I know this is probably off-topic, but I'm hopefull someone on this list knows how to do this. My current situation: Postfix gets an email delivered for user X Postfix passes this to cyrus (lmtp-transport) if user X does not exist within cyrus, the email gets bounced. I would like this bounced email to be delivered to a seperate cyrus email folder. I tried to find the answer on google, but all the solutions I found either only work with the postfix local delivery agent (eg. not compatible with cyrus) or requires a list to be maintained using all the known email-boxes. I prefer a fall-back solution where an email directed at a user not listed in either the alias table (stored in ldap) or not known to cyrus is redirected to a specific cyrus mailbox. Many thanks, Joost Roeleveld