I had to rebuild my server over the weekend and I cannot get back to where I was with a working procmail for sanitizing. The SMTP log shows relay=procmail. However, procmail seems to be doing nothing other then send messages through to cyrus. Here is my procmailrc which used to work:
[code:1:73aba0e703]
#
# /etc/procmailrc – System-wide procmail recipes
#
# Uncomment the line below to allow users to specify individual procmail recipes
#INCLUDERC=/Users/$USER/.procmailrc
# Run sanitizer on locally delivered messages
ANOMY=/opt/anomy/
:0 fw
|/opt/anomy/bin/sanitizer.pl /opt/anomy/sanitizer.cfg
# Default: Deliver mail that makes it to this point to the user’s Cyrus INBOX
:0 w
| /usr/bin/cyrus/bin/deliver -e -a $USER -m user/$USER
[/code:1:73aba0e703]
It may be sanitizer that is not doing anything but I cannot find any log messages and I don’t know how to trace or debug this. Any suggestions? TIA.
Comments are closed