On Tue, 2012-03-27 at 21:47 +0300, Jari Fredriksson wrote: > 27.3.2012 13:08, j...@j4computers.com kirjoitti: > >>>> On 3/26/2012 at 10:48 PM, Jeremy McSpadden <jer...@fluxlabs.net> wrote: > >> Sa-update should reload SA, therefore reloading rules. What error are you > >> getting ? > >> > >> > >> -- > >> Jeremy McSpadden > > > > Running "/usr/sbin/spamassassin reload" produces > > > > "warn: archive-iterator: unable to open reload: No such file or directory" > > > > This is SUSE SLES10, there is no "/etc/init.d/spamassassin" (the example > > sited in docs), which is why I attempted the above. > > > > It may be named differently, maybe /etc/init.d/spamd > > However running spamassassin is no help. It is not spamd. > Fedora 14 and earlier, which use the Sys V init service management system, called the spamd daemon management script /etc/init.d/spamassassin so its a reasonable guess that equivalent RHEL releases as well as other RedHat related distros will do the same.
Since Fedora 15 RH has changed over to using the systemd service management system and the relevant command is now systemctl start|stop|restart|status spamassassin.service though SA itself is, of course, still /usr/bin/spamassassin as always. Martin