Hi,
In my config, I added maildrop as a transport in /etc/postfix/master.cf
maildrop unix - n n - - pipe
flags=Ru user=postdrop argv=/usr/local/bin/maildrop -d ${recipient}
the "user=" needs to be changed to whatever you use for your system.
Then, in my transport mysql table, I changed the transport for my
machine to "maildrop:".
I did so and I'm getting "unknown user" messages in my maillog. No mail is
bounced, but it's deferred. I guess this is because of the -d flag, but I
have compiled maildrop with --enable-restrict-trusted=0 ... So I guess
something is really messed up in my setup. Do I need to make maildrop
setuid to root, or change something else?.
In my opinion, the virtual delivery agent w/ maildirsize patch worked
smoother than maildrop.
Hmmm, that would be ideal!!!, I don't need filtering capabilities, in
fact, but I think that only using maildrop can I have the quotas in a
column of a database, for instance... the other way is using the
maildirsize file, created manually, right?.
I found this, I know this is not the postfix mailing list :)
http://www.oav.net/~kiwi/postfix/
Regards,
Rodolfo.