Hello list, I currently have a working setup with Postfix 2.9.1 with av and spam filtering with ClamAV and spamassasin, respectively. They are intergrated via amavis-new using a post-queue content filter.
I would like to add maildrop into the mix. I have maildrop installed, and I would like to know what the best method is for doing so. I'd like to use maildrop only for filtering mail into specific folders. I am using Maildir format, and system users (No virtual users). I've seen two examples online. The first using: mailbox_command = /usr/local/bin/maildrop -d ${USER} and the second adding a maildrop service into master.cf. Also, what is the best method of integrating clamav and spamassassin? Right now, as I mentioned, I am using amavis-new. Would it be better to integrate the two filters into maildrop as well? This is my first major mail server setup, so I would appreciate any advice. Thank you for your time.