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