View Single Post
  #6   (View Single Post)  
Old 9th June 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Did you send a HUP signal to syslogd? Only then will syslog reread the modified syslog.conf configuration file.
Code:
# pkill -HUP syslogd
Sometimes you also need to create an empty log file
Code:
# touch /var/log/spamd
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote