> > Print to stderr, and it should be sent to the multilog that is
> > running for qmail-pop3d or whatever, right?
>
> That doesn't work for me, but my pop3 startup line is like:
>
> env - PATH="/var/qmail/bin:/usr/local/bin" \
> softlimit -m 400 tcpserver -v -H -R -l$HOSTNA
Chris Bolt wrote:
>
> > 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 p
> 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.
>
>
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 work vpopmail[45557]: vchkpw login
>[EMAIL PROTECTED
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 work vpopmail[45557]: vchkpw login
[EMAIL PROTECTED]:xxx.xxx.xxx.xxx
How can I change that?