14 messages in net.sourceforge.lists.courier-maildropAW: [maildropl] Help! got stuck...(us...
FromSent OnAttachments
Andreas VogtNov 10, 2004 11:51 pm 
Andreas VogtNov 11, 2004 1:13 am 
p dont thinkNov 11, 2004 1:18 am 
p dont thinkNov 11, 2004 1:35 am 
p dont thinkNov 11, 2004 1:35 am 
Tony EarnshawNov 12, 2004 1:45 am 
Petri RiihikallioNov 12, 2004 9:08 am 
Tony EarnshawNov 13, 2004 2:36 am 
p dont thinkNov 13, 2004 2:27 pm 
Tony EarnshawNov 13, 2004 5:19 pm 
p dont thinkNov 13, 2004 9:19 pm 
Tony EarnshawNov 14, 2004 9:49 am 
p dont thinkNov 19, 2004 4:40 pm 
Jeremy KitchenNov 19, 2004 6:23 pm 
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:AW: [maildropl] Help! got stuck...(user unknown. Command output: Invalid user specified. )Actions...
From:Andreas Vogt (a.v@magnet.ch)
Date:Nov 10, 2004 11:51:41 pm
List:net.sourceforge.lists.courier-maildrop

P dont think wrote:

did you compile with --enable-maildirquota?

No. Is it necessary? I'll do

virtual_transport = maildrop maildrop_destination_recipient_limit = 1 maildrop_destiantion_concurrency_limit = 1

I've never seen the concurrency need to be changed from its default for maildrop to work right.

I read that in any howto. Does maildrop support multiple rcpts?

local_transport = maildrop mailbox_command = maildrop -w 90 -v

I believe you are confusing these settings. If you change the transport, the mailbox_command is not where you want to do this.

Yes I know,but it was a possibility

master.cf:

maildrop unix - n n - - pipe -v flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop}

woa. ever done a man maildrop? what are you expecting all those args

to do?

This is how it's done in MANY howto's. yes this made me really confused. Because I read the maildrop manual. :o))

try something like this: maildrop unix - n n - - pipe flags=uR user=vmail argv=/usr/local/bin/maildrop -d $recipient -w

90

What is the value of recipient? Is it the users full email-address? I think maildrop nead this variable to find the maildir of the user. I have: /var/vmail/d/domain.tld/uid/ I don't think that this is tha value of $recipient. Or does maildrop use recipient to do an ldap lookup? (I never saw anything from maildrop in ldap-logs.

Thanks so far.. Andi