I successfully installed Scalix on SuSE 10.0. Now I want to add Spamassassin to block Spam and used the How-To 'Configuring SpamAssassin on SuSE Systems (165119)' out of the knowledgebase.
There is required ti install a spamass-milter.rpm, but I didn't found one. I compile the plugin myself by using this souce: http://savannah.nongnu.org/projects/spamass-milt/
On last page it is explained to restart the milter
Code: Select all
/etc/init.d/spamass-milter restart
but it doesn't work. Error tells me that the file is missing :?:
by restarting sendmail i get thi error:
Code: Select all
zentrale:/ # rcsendmail restart
Shutting down SMTP port done
Initializing SMTP port (sendmail)WARNING: Xspamassassin: local socket name /var/run/spamass.sock missing
done
I searched the whole system for spamass.sock, but didn't found anything....
I don't know whats wrong.