I think I really tried everything. I followed the manual How to install Spamassassin and searched the whole internet, but it just won't work! In a older version of Scalix it wasn't a problem. Here's my config and system specs (is possible not everything is correct anymore because I tried a lot of things...).
System OS: SLES 10
Scalix version: 11.4
spammilter version 0.3.1
spamassassin version 3.2.1
spammilter starts with: /usr/local/sbin/spamass-milter -p /var/run/spamass-milter.sock -f
spamd starts with: /etc/rc.d/spamd start
part of the smpd.conf (I also tried S=local:/var/run/spamass-milter.sock instead of CTmilter.socket):
___________________________________________________________
# master switch to enable milter support (default off)
SMTPMILTER=TRUE
# list of milters to call sequentially (default none)
INPUT_MAIL_FILTER=('CTmilter', 'S=local:~/temp/CTmilter_socket, F=T, T=C:300s;S:10s;R:10s;E:300s')
___________________________________________________________
sendmail.cf
___________________________________________________________
######################################################################
######################################################################
#####
##### MAIL FILTER DEFINITIONS
#####
######################################################################
######################################################################
Xspamassassin, S=local:/var/run/spamass.sock, F=, T=C:15m;S:4m;R:4m;E:10m
___________________________________________________________
I hope someone can help me. Tnx in advance!
J