Postby ScalixSupport » Sat Jun 10, 2006 2:54 pm
Hi Karl,
So you were able to build spamass-milter from source, correct? If so, you do need to start it up. I can't remember if the source comes with an init.d startup file, but doesn't sound like it. I'm not at my computer right now, but I'll post my init.d and sysconfig spamass-milter file here so you can use those. It probably won't be until tomorrow.
The other thing you can try in the mean time is to install the fc4 RPM that you have with the nodeps option which will install the init.d, sysconfig and any other config files on your system, then do a make install again from the source directory to install the version you just made over that one. Just to be sure you might want to do a "which spamass-milter" before doing the rpm -iv --nodeps and see where make install installed it. Then after doing the rpm -iv --nodeps check the /etc/init.d/spamass-milter file and see where it's looking for the spamass-milter binary. If it's the same location, then doing a make install should overwrite the old one with the one you just built. Check the date/time stamp to be sure. Of course, if all else fails you can simply copy the spamass-milter files from /etc/init.d and /etc/sysconfig, do an rpm -e and then copy those back in.
Thanks,
Rachel