RE: vpopmail and multilog

2001-07-07 Thread Chris Bolt
> > 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

Re: vpopmail and multilog

2001-07-07 Thread Ken Jones
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

RE: vpopmail and multilog

2001-07-06 Thread Chris Bolt
> 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. > >

Re: vpopmail and multilog

2001-07-06 Thread Ken Jones
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

vpopmail and multilog

2001-07-06 Thread Martin Hasenbein
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?