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:Richard Johnson (rdu@river.com)
Date:May 30, 2002 9:03:46 am
List:net.sourceforge.lists.courier-maildrop

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 it works but if i have in my userdb file test blahblah it doesn't work (maildrop : Invalid user specified.)

How can i have maildrop understanding that even if test is not a local user, test@my_mta = test.

I mean : if test is a real local user then postfix knows that test@my_mta = test

so what's the trouble .

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

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

Richard