Howard Lowndes wrote: > I'm running Postfix with virtual mailboxes and virtual mainbox domains > and it runs fine using the virtual delivery agent. > > So, how do I get it to deliver via Procmail to this same virtual > mailboxes. >
It kind of depends on what you are trying to accomplish. Assuming you only want procmail to mangle/filter stuff, and let postfix handle the actual delivery, then it is possible by having Postfix feed procmail (like a milter), then procmail simple hands the mangled msg back to postfix for final delivery. Consider using the "content_filter=" method in master.cf for the redirection. http://www.postfix.org/SMTPD_PROXY_README.html http://www.postfix.org/FILTER_README.html If you are asking can procmail deliver directly to the virtual mailbox? then I'd say 'No' meaning simple that procmail doesn't understand Postfix's virtual mailboxes.
smime.p7s
Description: S/MIME Cryptographic Signature
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
