On Wed, 2007-10-03 at 13:54 +0100, Richard Ellis wrote: > Yep, I've configured it in RT_SiteConfig.pm > > @LogToSyslogConf = ( socket => 'inet' ) unless (@LogToSyslogConf);
I think if you change that 'inet' to 'stream' (or possibly 'unix') you'll find it works better - have a read of the Sys::Syslog documentation for the appropriate options. Graeme _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
