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
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
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
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
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
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
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