$/usr/local/bin/spamd -d --syslog-socket=inet
I get these errors:
getservbyname failed for tcp at /usr/local/bin/spamd line 282 udp connect: nobody listening at /usr/local/bin/spamd line 282 getservbyname failed for tcp at /usr/local/bin/spamd line 290 udp connect: nobody listening at /usr/local/bin/spamd line 290 failed to setlogsock(inet) on this platform; reporting logs to stderr spamd is now running
Is there a way to fix this?
Sounds like your syslogd isn't listening over inet sockets. Reconfigure syslogd to support inet sockets, or specify the correct socket type. (Why are you specificaly using inet in the first place, instead of the normal unix domain sockets that most things use for syslog??)
