4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] postfix+maildrop+cour...
FromSent OnAttachments
Olivier ThibaultMay 30, 2002 8:44 am 
Luc BrouardMay 30, 2002 8:52 am 
Richard JohnsonMay 30, 2002 9:03 am 
Luc BrouardMay 30, 2002 9:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] postfix+maildrop+courier-imap+userdbActions...
From:Luc Brouard (mail@slortar.net)
Date:May 30, 2002 9:29:52 am
List:net.sourceforge.lists.courier-maildrop

On Thu, May 30, 2002 at 10:03:25AM -0600, Richard Johnson wrote:

At 17:42 +0200 on 30/05/2002, Olivier Thibault wrote:

Hello,

I'm using postfix+maildrop+courier-imap+userdb.

Everything is working but i have the following problem : in my main.cf i have : fallback_transport : maildrop if then i send a mail to test@my_mta and have in my userdb file : test@my_mta blahblah

Postfix is probably handing ${recipient} off to maildrop per instructions in your master.cf. ${recipient} is almost certainly test@my_mta in both cases.

just modify the transport to hand only user to maildrop

You might use a postfix virtual map to translate test@my_mta => test.

No need for that.

Luc