integrating spamassassin in messaging server 7.0.5.31.0
Hello,
I'm trying to integrate SpamAssassin to my messaging server deployment.
The version of messaging server is :
./imsimta version
Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)
And here is what i done :
in the imta.cnf I added :
! ims-ms
ims-ms defragment notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D destinationspamfilter1optin Spam
ims-ms-daemon
in the option.dat i added :
! For SpamAssassin
spamfilter1_config_file=/opt/sun/comms/messaging64/config/spamassassin.opt
spamfilter1_library=/opt/sun/comms/messaging64/lib/libspamass.so
spamfilter1_optional=1
spamfilter1_string_action=data:, require ["editheader","fileinto"];spamadjust "$U"; addheader "Spam-Score" "$U"; fileinto "Spam";