I've been configuring it today, with one of the 1.4 stable release and I don't think it recognized long_hostnames anymore. I use chain_hostnames(no). Try it and best of luck. HTH Brian Seppanen seppy@chartermi.net On Wed, 6 Dec 2000, Sami Saleh wrote:
To: syslog-ng@lists.balabit.hu From: Sami Saleh <ssaleh@winstar.com> Subject: [syslog-ng]Question....
We're trying to configure syslog-ng to only accept logs from specific servers. Here is the code we've implemented within syslog-ng.conf.
options { long_hostnames(off); sync(0); }; source src { sun-streams("/dev/log" door("/etc/.syslog_door")); internal(); udp(192.168.1.20,514); };
However, we get the following error when we start the daemon:
parse error at 5 Parse error reading configuration file, exiting.
The objective is to only allow certain hosts to log to this server. Any help would be appreciated.
Sami
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
-- Brian Seppanen Charter Communications Regional Data Center 906-228-3100 ext 23 Marquette, MI seppy@chartermi.net