the problem was here: > ---My modifications to syslog.conf--- > !spamd > daemon.err;daemon.warn;daemon.info /var/log/spamd
When I started syslog with syslogd -d I saw this error: syslogd: unknown priority name "info /var/log/spamd" I double checked and between daemon.info and /var/log/spamd I had spaces. I changed the spaces to tab chars, restarted syslog, and now all is well. --Bryan

