Re: problems with qmailanalog utils

2000-09-28 Thread Henry Baragar
Jens, You need to find "tai64nfrac" and run it on the logs produced by multilog in order to convert the tai64 time stamps to the fractional ones expected by zoverall. Henry > hi brett, > > thanks for your hint with multilog. now it works ! and, yes, i know lwq > and it's great ! > > ps: zoveral

Re: QMail and Win NT user auth

2000-11-03 Thread Henry Baragar
You might find something in SAMBA (www.samba.org). Henry > Hello to everyone, My company has the mail server running on Exchange > 5.0 (needles to say it works like hell) and I would like to move all > the accounts on Linux QMail:PROBLEM: Is it possible to authentificate > the QMail users agains

Re: urgent ! how to log Ip addresses with current time with qmail-smtpd /tcpserver

2001-01-01 Thread Henry Baragar
Try filtering the logs through "tai64nlocal" or add "!tail64nlocal" to your multilog invocation. Henry Prashant Desai wrote: > hello list > > i am running qmail-smtpd under tcpserver, i am using multilog prog for > logging and maintaining qmail logs, but i desperately needs to log Ip > address

[Fwd: Re: Domain forwarding]

2000-07-16 Thread Henry Baragar
Michael, This can easily be accomplished using qmail: 1. Add first.com and second.com to control/rcpthosts 2. Put second.com (but not first.com) into control/locals 3. Make sure the MX record for first.com in your internal DNS points to MS-Exchange This tells qmail to accept mail for

Re: pop3d questions

2000-07-16 Thread Henry Baragar
Tony, I am doing the same thing. To see readable dates, use: tai64nlocal Hi, > I created a /var/qmail/supervise/qmail-pop3d/run file > > #!/bin/sh > QMAILDUID=`id -u qmaild` > NOFILESGID=`id -g qmaild` > exec /usr/local/bin/softlimit -m 200 \ > /usr/local/bin/tcpserver -v -R 0 p

Re: RBL list

2000-07-18 Thread Henry Baragar
Tonino, The RBL uses DNS, so if your DNS server is local then it is caching copies of the RBL list locally. Henry TAG wrote: > Hi, > > Is there a way of keeping a local copy of the RBL lists and using those > instead of trying to get it from the remote site - should this not speed > things up

Re: RBL list

2000-07-18 Thread Henry Baragar
Tonino, I think I spoke too soon (only on my first cup of coffee)... Specific entries will have been cached if they have been seen before, but not necessarily the whole list. However, you can use DNS to get the complete list: see http://maps.vix.com/rbl/usage.html. Henry > Henry Bara