Hi everyone,
I'm trying to implement a mail filtering, which should put all SPAM
tagged messages into a dedicated folder. It looks simple, but then PLESK
comes in. It uses:
virtual_transport = plesk_virtual
which looks like this in master.cf:
plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser
argv=/usr/lib64/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p
/var/qmail/mailnames
This transport should be left intact. I'm looking into making a separate
filter which will deliver the message to the Spam folder if it's tagged
or pipe it back to postfix to deliver it with "plesk_virtual" if it's not.
Are there any thoughts how to implement this?
Google didn't gave the results or didn't knew how to look.
Thanks in advance
--
Regards,
Vytenis