I have a default virtualmin gpl installation running on debian 5.0.
I am trying to integrate zarafa on my machine and it calls for this:
:0 w
| /usr/bin/zarafa-dagent [user name]
EXITCODE=$?
to be added to the global procmailrc file.
How do I add this in so that I can retain virtualmin’s spam & virus filtering and pass into the above code to deliver the message instead of the users home maildir directory.
Well, the actual delivery is taking place at the end – the 2 lines with “:0” and “$Default”. If you place your code above those two, I suspect that may actually do the trick for you.
The only issue doing it in the global is that if the spam or virus returns true I need to add a -J to the zarafa-agent command, how can I do that from the global procmailrc?