On 01/20/2015 02:24 PM, Jiri B wrote: > On Tue, Jan 20, 2015 at 01:50:21PM +0100, IMAP List Administration wrote: >>> Somenoe who uses it has to take ownership of the problem. >> I get the message. I will try to find the time to propose a diff to /etc/rc >> and >> a patch to syslog-ng to get it working. > What's wrong to use local syslogd from base for local logging > and syslog-ng as central log host? This way problem is solved. > > OpenBSD is complete OS, not a bunch of various pieces glued > together. > > So you want to do something like mailwrapper is used but > for syslogs? I don't think mailwrapper is a good analog, because mailwrapper is designed to preserve the userland command interface (sendmail, mailq, newaliases) independently of the MTA used.
syslogd, on the other hand, has no userland command interface. It just logs. But if you only look at the drop-in replacement aspect of mailwrapper, yes, that is what I'm proposing.