ccc
07-10-2006, 11:50 AM
hi
I'd like to configure debian sarge stable as syslog server for the spam appliance.
in /etc/syslog.conf I have the following entry:
local7.* -/var/log/spam/messages
I changed in /etc/init.d/sysklogd from:
SYSLOGD=""
to:
SYSLOGD="-r"
I've restarted the sysklod, but still doesn't work !
udp port 514 should be open:
# netstat -a | grep syslog
udp 0 0 *:syslog *:*
# netstat -an | grep 514
udp 0 0 0.0.0.0:514 0.0.0.0:*
I'd like to configure debian sarge stable as syslog server for the spam appliance.
in /etc/syslog.conf I have the following entry:
local7.* -/var/log/spam/messages
I changed in /etc/init.d/sysklogd from:
SYSLOGD=""
to:
SYSLOGD="-r"
I've restarted the sysklod, but still doesn't work !
udp port 514 should be open:
# netstat -a | grep syslog
udp 0 0 *:syslog *:*
# netstat -an | grep 514
udp 0 0 0.0.0.0:514 0.0.0.0:*