OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
maildrop?

From: Jonathan Nichols (jnicholspbp.net)
Date: Tue Apr 01 2003 - 11:00:26 CST


Is anybody using maildrop here?
I'm trying to hook it into postfix, but which one is better? Just using
mailbox_command = /usr/bin/maildrop or hooking it into master.cf?

maildrop unix - n n - - pipe
    flags=R user=vmail argv=/usr/local/bin/maildrop -d ${recipient}

^^^ That is what I found to add to master.cf so far.
Where does it get ${recipient} from, though?

All I really want to do is be able to do server-side filtering on a
per-user basis. I'm using Postfix 2.x, and virtual users in mysql (which I
finally got working.. thanks, guys!)
All of the mailboxes are in /home/vmail/domain.com/user ....

Thanks for any advice! (and yes, I've been reading Google.. a lot..) ;)