# Configuration for scam-back deamon # # Specify the connection between the scam-back daemon and milter filter # unix type socket : # SCAMSOCK="unix:/var/spool/scam/scam-back.sock" # inet type socket # SCAMSOCK="inet:8900@localhost" # Dont forget to setup the sendmail milter configuration # with the same socket type. You should edit m4 files in # /usr/share/sendmail-cf : # INPUT_MAIL_FILTER(`scam-back', `S=unix:/var/spool/scam/scam-back.sock, F=T, T=S:240s;R:240s;E:5m')dnl # INPUT_MAIL_FILTER(`scam-back', `S=inet:8900@localhost, F=T, T=S:240s;R:240s;E:5m')dnl