Martin Hasenbein wrote:
>
> Hi,
>
> how can I configure vpopmail not to log to syslog but to multilog?
> I'm runnig qmail with the daemontools and pop3 is configured to use
> multilog. But vpopmail loggs still to syslog:
>
> Jul 6 13:22:48 <mail.info> work vpopmail[45557]: vchkpw login
>[EMAIL PROTECTED]:xxx.xxx.xxx.xxx
>
> How can I change that? Can I change it?
Sounds like you want those syslog messages to show up in
a separate multilog file. Which I would like too.
The problem is, how to connect vchkpw to a multilog stream?
The way tcpserver and qmail-send do it is they just printf
to standard out. Then pipe standard out into multilog.
When vchkpw prints to standard out it ends up being sent
to the pop client.
So how do we get vchkpw connected to multilog?
Ken Jones