i try to integrate spamassassin in scalix 11.3 on opensuse 10.2.
i'm following the Scalix_Setup_Guide_11.0.2.pdf and it works fine until i get to the point 'Adding SpamAssasin to Startup upon Boot'.
Code: Select all
To add SpamAssassin to Startup upon Boot:
1 Run the following commands:
#chkconfig --add spamass-milter
#chkconfig --level 345 spamass-milter on
#service spamass-milter start
#chkconfig --add spamassassin
#chkconfig --level 345 spamassassin on
#service spamassassin start
but all i got at this point is 'unknown service' on both spam-milter and spamassin
THIS THREAD says that spam-milter and spamassassin are Red Hat instructions and that i have to use spamd on suse.
it works with spamd but there is no other process(like spamd-milter or so).
after i restart sendmail
Code: Select all
6 Restart Sendmail.
#service sendmail restart
i get this:
Code: Select all
mail1:~ # service sendmail restart
Shutting down SMTP port done
Initializing SMTP port (sendmail)WARNING: Xspamassassin: local socket name /var/run/spamass-milter/spamass-milter.sock missing
done
i guess i have to change the Sektion MAIL FILTER DEFINITIONS in sendmail.cf
in the chapter 'Configuring SendMail' the instructions are:
Code: Select all
5 In the section MAIL FILTER DEFINITIONS, add the following line:
Xspamassassin, S=local:/var/run/spamass-milter/spamass-milter.
sock, F=, T=C:15m;S:4m;R:4m;E:10m
but i dont find any spamass-milter.sock or spamd-milter.sock or anything like this in the filesystem.
to where do i have to point this entry?
i hope you can help me
thanks