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
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
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