Hi,
We have Postfix running for a while in combination with Zarafa.
In Postfix I configured a disclaimer for every outgoing email. To complete
this, I had to add an entry in the master.cf file like this:
*smtp inet n - - - - smtpd
-o content_filter=dfilt:*
This is all running fine, but now I want to add another entry to that
parameter in master.cf for the autoresponse for certain addresses:
*smtp inet n - - - - smtpd
-o content_filter=autoresponder:dummy
-o content_filter=dfilt:*
Unfortunatly, for me, it will only "execute" the last parameter and not
both.
Is there a workaround to get this to work?
Kind regards,
Roland de Lepper