On Tue, 2012-01-17 at 09:02 -0800, Deku42 wrote: > We recently had an employee leave who maintained our mail gateway, which has > now been pushed on to me. Very little instructions were left, but I need to > whitelist an address via SpamAssassin. I added the domain into the local.cf > file, but then the instructions say to restart /etc/init.d/spampd, but I'm > told there is no such file or directory. I try to search for the file but I > get no results. I checked the postfix master.cf to see if Spamassassin was > linked together with amavisd-new or postfix but I don't see anything. Is > there any advice you can give to get the new settings in local.cf put into > production? The SpamAssassin version running is 3.003001 and it is on Fedora > 12 > Login as root and run the command
service spamassassin restart See "man service" for details, but in general "service --status-all" lists all known services and whether they are running. "service servicename -?" tells you what commands a service will accept. Almost all understand start,stop,status,and restart. Martin