Hello,
I have a simple Postfix+MySQL virtual mailbox setup with a virtual transport system. I've not yet setup content filtering (i'm waitng for updated amavis-new and spamassassin rpms for FC2) nor do I comprehend it yet. I'm setting up a php mailinglist app (Mailgust) which requires that url (php script) be called every time mail comes in for the mailgust email account, a logical requirement.
However they only provided a sample with procmail as the local delivery agent with a script as one as bellow:
:0 c
* ^TO.*mglist@mailgust.org
| /usr/bin/wget -O /dev/null
http://www.mailgust.org/forum/index.php?method=cron&
Based on my understanding, maildrop is very much like procmail and can be used with Postfix. So I switched my trasport from virtual to maildrop, but maildrop was not recognizing my users. Fair enough since my users are virtual and so are in a MySQL table.
So then, what's the easiest way to get this functionality with postfix and the virtual trasnport? I've considered a simple cron job, but that solution is over simple to the point of wasted cpu usage, and as such is my last resort.
Please advise
Arturo