10 Mar
2003
10 Mar
'03
11:36 a.m.
On Sat, 2003-03-08 at 12:59, Balazs Scheidler wrote:
you have two options:
1) enable check_hostname() it validates the hostname whether contains valid characters only
options { check_hostname(yes); };
Thank you, this was exactly what I needed - I did not even know about this option, as I was using syslog-ng from the FreeBSD ports collection, who was still at 1.4.7, where it appears this option is not supported. The FreeBSD port was updated to 1.6.0rc1 on friday, and after upgrading syslog-ng and trying this, it is now working beautifully. /leg