From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:51:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB25C16A412 for ; Wed, 20 Sep 2006 20:51:47 +0000 (UTC) (envelope-from bsdml@werner.st) Received: from mail.werner.st (mail.werner.st [85.126.91.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A0143D67 for ; Wed, 20 Sep 2006 20:51:42 +0000 (GMT) (envelope-from bsdml@werner.st) Received: from localhost (localhost.local.werner.st [127.0.0.1]) by mail.werner.st (Postfix) with ESMTP id 4C30A5CA0; Wed, 20 Sep 2006 22:52:30 +0200 (CEST) Received: from mail.werner.st ([127.0.0.1]) by localhost (web01.local.werner.st [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67407-09; Wed, 20 Sep 2006 22:52:29 +0200 (CEST) Received: by mail.werner.st (Postfix, from userid 1012) id 51B6A5C9F; Wed, 20 Sep 2006 22:52:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on web01.local.werner.st X-Spam-Level: X-Spam-Status: No, score=-0.9 required=4.0 tests=ALL_TRUSTED,NO_REAL_NAME autolearn=disabled version=3.1.4 Received: from webmail.werner.st (localhost.local.werner.st [127.0.0.1]) (Authenticated sender: bsdml@werner.st) by mail.werner.st (Postfix) with ESMTP id 9E3B65C70; Wed, 20 Sep 2006 22:52:28 +0200 (CEST) Received: from 85.126.91.51 (SquirrelMail authenticated user bsdml@werner.st) by webmail.werner.st with HTTP; Wed, 20 Sep 2006 22:52:28 +0200 (CEST) Message-ID: <12481.85.126.91.51.1158785548.squirrel@webmail.werner.st> In-Reply-To: <20060920224310.6b49d7d5.albi@scii.nl> References: <001801c6dcf0$6aa11080$2201a8c0@local.werner.st> <20060920224310.6b49d7d5.albi@scii.nl> Date: Wed, 20 Sep 2006 22:52:28 +0200 (CEST) From: bsdml@werner.st To: "albi" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at werner.st Cc: Martin Werner , freebsd-questions@freebsd.org Subject: Re: postfix + maildrop and virtual mailboxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:51:48 -0000 On Wed, September 20, 2006 10:43 pm, albi wrote: > On Wed, 20 Sep 2006 22:07:36 +0200 > "Martin Werner" wrote: > >> I'm trying to set up maildrop to act as virtual transport for my >> hosted domains to configure maildrop to deliver spam-mail into the >> users INBOX.spam IMAP folder. >> >> In main.cf I set virtual_transport=maildrop and of course >> virtual_mailbox_maps (works with the default postfix mda). >> >> Trying this with maildrop will not work (see excerpt from maillog): >> >> --------------- snip -------------- >> Sep 20 22:01:51 web01 postfix/pipe[67339]: 627BF5C9F: >> to=, orig_to=, relay=maildrop, >> delay=0.04, delays=0.01/0.01/0/0.03, dsn=5.1.1, status=bounced (user >> unknown. Command output: Invalid user specified. ) >> --------------- snip -------------- >> >> Although user@domain.com is of course defined in the virtual mailbox >> map! The postfix MAILDROP_README didn't really help. > > are you using mysql or postgresql or not ? if so, you need another > config-file Hi, for postfix I'm using the regular flat files for mapping, for dovecot I'm using a mysql-Database for my user-Information (Password, uid, Home-Directory). Any chance of using that one then? > > -- > grtjs, > albi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >