On Thu, Aug 09, 2001 at 10:54:25PM -0400, Martin wrote:
> Hello Gareth.
>
K> > Hi all!
> >
> > I have just installed the qmailanalog 0.70 binary for openbsd.
> > I've noticed that there doesn't appear to be alot of information on
> > qmail
Hello Gareth.
> Hi all!
>
> I have just installed the qmailanalog 0.70 binary for openbsd.
> I've noticed that there doesn't appear to be alot of information on
> qmailanalog. atm I'm having problems with getting started.I use
> multilog on my qmai
Hi all!
I have just installed the qmailanalog 0.70 binary for openbsd.
I've noticed that there doesn't appear to be alot of information on
qmailanalog. atm I'm having problems with getting started.I use
multilog on my qmail system. Would someone be kind enoug
At 10:50 PM 8/5/2001 +0200, you wrote:
>At 16:45 05.08.2001 -0400, martin wrote:
>>Can someone give me a hint so I can start tracking this error down.
>you didn't convert the timestamps into fractional seconds
>look at qmail.org for a programm called tai64nfrac that converts the
>timestamps
>--
>
At 16:45 05.08.2001 -0400, martin wrote:
>Can someone give me a hint so I can start tracking this error down.
you didn't convert the timestamps into fractional seconds
look at qmail.org for a programm called tai64nfrac that converts the timestamps
--
--/-/-- Lukas Beeler [EMAIL PROTECTED
Hello.
I`ve set up qmailanalog to send the success, failures and deferrals to my
by e-mail.
It does this quite well but
The timings ddelay, average ddelay, xdelay all show 0.00 which is
obviously not correct as there are 1281 total delivery attempts, 698
success, 197 failures
* Charles Cazabon <[EMAIL PROTECTED]>
>
> tai64n timestamps aren't supposed to be human readable. They're supposed to
> be easily parsable by programs. That's the whole point of tai64nlocal -- you
> log with tai64n timestamps, and if you want to read the log with
> human-readable timestamps, you
Brett Leeder <[EMAIL PROTECTED]> wrote:
>
> Hi Charles, This qlogselect app from qlogtools doesn't appear to be in the
> latest release of qlogtools.
Someone else noticed that last week. All I have around is an i386 RPM of
qlogtools-3.0-1; if that will do, you can grab it at
http://www.qcc.sk.c
> Mark Douglas wrote:
>
> I'm trying to figure out how I should get the stats I want out of
> qmailanalog, along with some other things I'd like to do. My main
> issue is, if I wanted to do a daily log rotation, would it be feasible
> to do the following (using multi
Charles Cazabon wrote:
> Mark Douglas <[EMAIL PROTECTED]> wrote:
> > I'm trying to figure out how I should get the stats I want out of
> > qmailanalog, along with some other things I'd like to do. My main issue is,
> > if I wanted to do a daily log rot
Why not let logrotated handle your log rotation, daily if you so
desire, and call qmailanalog from a postrotate block on maillog.2?
We have a similar setup here, but we're rotating weekly. There's a
little perl script that calls qmailanalog and sends its output to a
dated file (m
its analysis if you just analyze
> one log at a time.
That's why qmailanalog wants to write to an fd (I think 5) and read
from another (I think 6). It saves state of all uncompleted messages
to this fd, and expects this saved state to be passed to it on this
other fd.
I probably have th
Mark Douglas <[EMAIL PROTECTED]> wrote:
> I'm trying to figure out how I should get the stats I want out of
> qmailanalog, along with some other things I'd like to do. My main issue is,
> if I wanted to do a daily log rotation, would it be feasible to do the
> follow
Title: qmailanalog usage
I'm trying to figure out how I should get the stats I want out of qmailanalog, along with some other things I'd like to do. My main issue is, if I wanted to do a daily log rotation, would it be feasible to do the following (using multilog): Set my logfi
-Pa°L
-Opprinnelig melding-
Fra: Henning Brauer [mailto:[EMAIL PROTECTED]]
Sendt: 21. juni 2001 12:05
Til: Qmail Mailing List
Emne: Re: qmailanalog
On Wed, Jun 20, 2001 at 08:22:46PM -0600, Charles Cazabon wrote:
> This script may have
> bash-specific constructions,
> s_y
On Wed, Jun 20, 2001 at 08:22:46PM -0600, Charles Cazabon wrote:
> This script may have
> bash-specific constructions,
> s_year=`date -d '1 day ago' +%Y`
> s_month=`date -d '1 day ago' +%m`
> s_day=`date -d '1 day ago' +%d`
This works only with GNU date - the original date doesn't have -d.
You
ormation is contained within my
> "current" file, but I can find no way to report on this data using
> qmailanalog, tai64n, tai64nlocal, tai64n2tai, etc.
>
> I have a "current" log file that contains log entries that span
> approximately 1 week. I can successfully
no way to report on this data using
qmailanalog, tai64n, tai64nlocal, tai64n2tai, etc.
I have a "current" log file that contains log entries that span
approximately 1 week. I can successfully use qmailanalog to view
information about the messages that were sent and logged into my
g it.
> Once I have removed data that is not pertinent I then have to change them
> back into multilog format using tai64n, and then convert them into the older
> TAI64 format that qmailanalog understands, then run them through the
> qmailanalog scripts.
Don't remove any data. W
ve to
convert them to human readable format. I can do this with tai64nlocal.
Once I have removed data that is not pertinent I then have to change them
back into multilog format using tai64n, and then convert them into the older
TAI64 format that qmailanalog understands, then run them through the
qmaila
end(smtpd)/current
> 2) Converted the "matchedup" version of "current" into human readable
> format using tai64nlocal
> 3) Pulled out dates for which I want to see log results from the file
> created above
> 4) Convert the data above to tai64 format using tai6
log results from the file
created above
4) Convert the data above to tai64 format using tai64n
5) Ran this data through zoverall to see qmailanalog results
Regardless of whether I run it against /var/log/qmail/qmail-send or
/var/log/qmail/qmail-smtpd I get the following:
Completed
Sounds like a path PATH issue
You have have ...\qmailanalog\bin in your path
John Scarborough <[EMAIL PROTECTED]> on 05/29/2001 02:23:15 PM
To: [EMAIL PROTECTED]
cc:(bcc: Jeff D Sweeten/ASC/US/AON)
Subject: Qmailanalog matchup error [Virus Checked]
I am trying to run match
Title: Qmailanalog matchup error
I am trying to run matchup. I have cleaned the maillog as
documented and generated a file to parse through matchup.
Running matchup results in output like below .
Any help you TIA!
/usr/local/qmailanalog/bin/matchup:
[EMAIL PROTECTED]: No
qmailu wrote:
> I am trying to use qmailanalog for my analysis...
>
> But when I pipe it through any of the z* commands, I get nothing except
> the column headers from the z* command itself. What am I doing wrong?
> I tried the same with tai64n2tai and tai64nlocal but I get nothing
Hi,
I am trying to use qmailanalog for my analysisI
use supervise on qmail and log my files thru multilog...in a separate directory.
On running the following command:
tai64nfrac <
/mail/log/deliver/current> | \
/usr/local/qmailanalog/bin/matchup | /var/qmailanalog
Hi.
> # echo "986221654.952383500" | ./tailocal
> 2001-04-02 15:27:34.952383500
And where can I find this tailocal? I just have tai64nlocal. Is it part of a previous
version of ucspi-tcp?
BTW: The input format is something like
d d 986225876.348359500 986225876.369300500 986225876.381710500 b
On Mon, Apr 02, 2001 at 03:50:46PM +0159, Martin Renner wrote:
> Hi.
>
> I am using tai64nfrac to feed my qmail-logs into matchup.
>
> Is there also a small utility to convert the timestamps from matchup back
> into a human-readable format?
>
Like, for instance:
# echo "@40003ac8925a06b75
Hi.
I am using tai64nfrac to feed my qmail-logs into matchup.
Is there also a small utility to convert the timestamps from matchup back
into a human-readable format?
Martin
Hello.
Does zsenders's output includes also addresses from which mail is
still in queue ?? I ask because I looked into matchup's output and
there was the address included, but zsender's output didn't ...
Bartek M.
On Mon, 12 Mar 2001 ling@mail.hnytnet.com wrote:
> What should I do next?
> How to use other command in qmailanalog to analog the outout file?
Pipe the output through any of the z* commands provided by the qmailanalog
package. Each one is a shell script that you can read for informat
Hi!
I've installed qmailanalog,and I used "matchup" program to generate output
file "out.1".
What should I do next?
How to use other command in qmailanalog to analog the outout file?
Are there any examples?
Thanks
On Fri, 2 Mar 2001, Dave Sill wrote:
> You're trying to analyze tcpserver's logs, not qmail-send's logs.
You're right. I changed /var/log/qmail/smtpd/current to
/var/log/qmail/current and it works fine. Thanks.
--
Todd A. Jacobs
CodeGnome Consulting, LTD
"Todd A. Jacobs" <[EMAIL PROTECTED]> wrote:
>I'm running this following command:
>
> tai64nfrac < /var/log/qmail/smtpd/current | \
> /usr/local/qmailanalog/bin/matchup
>
>But when I pipe it through any of the z* commands, I get nothing except
>
Todd A. Jacobs <[EMAIL PROTECTED]> wrote:
> I'm running this following command:
>
>tai64nfrac < /var/log/qmail/smtpd/current | \
>/usr/local/qmailanalog/bin/matchup
>
> And getting output like the following:
>
>? 983523225.508134500 tcpserver:
I'm running this following command:
tai64nfrac < /var/log/qmail/smtpd/current | \
/usr/local/qmailanalog/bin/matchup
And getting output like the following:
? 983523225.508134500 tcpserver: status: 0/20
? 983523463.720841500 tcpserver: status: 1/20
? 983523463.7
Steve Woolley wrote:
Hi Steve,
> I am using qmail with the svscan method of
> supervising the processes. I would also like to use
> qmailanalog to do some stats/analysis. Under the
> old "inetd" method of process management. The
> qmail logs were under /var/log/qma
D]>
Sent: Friday, February 02, 2001 11:53 AM
Subject: Re: qmailanalog
> Steve Woolley wrote:
> >
> > I am using qmail with the svscan method of
> > supervising the processes. I would also like to use
> > qmailanalog to do some stats/analysis. Under the
> > old &
* Mike Jackson <[EMAIL PROTECTED]> [010202 11:58]:
> > Is there some preprocessor that I am should run this through?
> > or maybe some type of awk statement?
> > Or should I be looking in a totally different place for my logs?
>
> Tai64nlocal works for me.
Maybe fo
Steve Woolley wrote:
>
> I am using qmail with the svscan method of
> supervising the processes. I would also like to use
> qmailanalog to do some stats/analysis. Under the
> old "inetd" method of process management. The
> qmail logs were under /var/log/qmail, now
I am using qmail with the svscan method of
supervising the processes. I would also like to use
qmailanalog to do some stats/analysis. Under the
old "inetd" method of process management. The
qmail logs were under /var/log/qmail, now they
are stored under /var/service/qmail/log/main. Thi
What's the point? If you have root on the machine you can view it from the
terminal session. Just output the results of the various reports that
qmailanalog has to a file that is available on your web server.
On Tue, 16 Jan 2001, Clemens Hermann wrote:
> Hi,
>
> did anyone make
Try the docs that come with qmailanalog.
/usr/local/qmailanalog/doc/MATCHUP
On Tue, 16 Jan 2001 [EMAIL PROTECTED] wrote:
>
>
> Hi there,
>
> I am searching for the Documentation of qmailanalog from last one
> day on net. but unable to find it.Please suggest me
hi i write one
http://www.enderunix.org/isoqlog
it suppliess your request
On Tue, 16 Jan 2001, Clemens Hermann wrote:
> Hi,
>
> did anyone make the attemt to get the output of qmailanalog in a
> webpage. I think of kind of report-page where you get a short monthly
> summary
Hi,
did anyone make the attemt to get the output of qmailanalog in a
webpage. I think of kind of report-page where you get a short monthly
summary for each local/virtual domain (how many messages, how many Megs,
etc.)
If there is nothing like this around, would anyone else be interested in
such
Hi there,
I am searching for the Documentation of qmailanalog from last one
day on net. but unable to find it.Please suggest me
where i can get that or if somebody has with him pl. mail me.
Thanks,
Piyush Jain
At 0:08 +0700 28/11/00, Yamin Prabudy wrote:
>I used Sean Truman qmailmrtg script and seems like in qmail-mrtg.c had some
>problem in strncmp should be strcmp.
You're right. Looking at the code, there is no reason for the strncmp
calls and chonging them to strcmp does make it work. Overall, you
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Did anyone compile qmail-mrtg-1.0 from Sean ?
> where can i get the /var/log/qmail/qmail-send/current -> how can i
> generate this file so the qmail-mrtg program can read it ?
>
> I used Sean Truman qmailmrtg script and seems like in qmail-mrtg.c
>
Did anyone compile qmail-mrtg-1.0 from Sean ?
where can i get the /var/log/qmail/qmail-send/current -> how can i generate
this file so the qmail-mrtg program can read it ?
I used Sean Truman qmailmrtg script and seems like in qmail-mrtg.c had some
problem in strncmp should be strcmp.
Thanks in A
hi
has anybody used qmailanalog with qmail multilogs? i'd like to run statistics
on my qmail-send, but multilog rotates the logfiles, so im probably loosing
some logs when i run qmailanalog on the 'current' log. so has anybody some
tips? as far as i understand the way qmailanal
Daniel POGAC wrote:
> Can you help me with use qmail analog ??? I have installed qmailanalog and
> have log file without time stamps...
>
> I think that i use incorrect syntaxes...
I'm using the following very simple Script for general Mail Statistics:
root@foxdev1:/usr/loc
Can you help me with use qmail analog ??? I have installed qmailanalog and
have log file without time stamps...
I think that i use incorrect syntaxes...
Daniel POGAČ
Tech. Support
TatraSoft Group s.r.o
Sibírska 4
83102 Bratislava
tel: +421-7-55574033
fax: +421-7-55566385
[EMAIL PROTECTED]
or not open
>
> I have isolated the problem to the matchup program by running the following
> sequence of commands:
>
> # cat /var/log/qmail/*.s /var/log/qmail/current > biglog.txt
> # cat biglog.txt | /usr/local/qmailanalog/bin/tai64nfrac > big64nfrac.txt
> # ca
On Wed, Nov 08, 2000 at 12:21:16PM -0500, James Morgenstein wrote:
> I am attempting to process about 500 MB of qmail log files but continue to
> run into the following bug when running the matchup program:
>
> matchup: fatal: unable to write fd 5: file descriptor not open
man matchup
It's n
On Wed, Nov 08, 2000 at 12:21:16PM -0500, James Morgenstein wrote:
[snip]
>
> matchup: fatal: unable to write fd 5: file descriptor not open
You obviously did not read the docs.
Greetz, Peter
--
dataloss networks
'/ignore-ance is bliss' - me
'Het leven is een stuiterbal, maar de mijne plakt
commands:
# cat /var/log/qmail/*.s /var/log/qmail/current > biglog.txt
# cat biglog.txt | /usr/local/qmailanalog/bin/tai64nfrac > big64nfrac.txt
# cat big64nfrac.txt | /usr/local/qmailanalog/bin/matchup > bigmatchup.txt
I get the above error on the last line of this sequence of com
> Hello, I am trying to setup qmailanalog - first of all my log files look
> like this 'Oct 30 10:32:08 flashburn qmail: 972919928.511859 new msg
103249' so
> I assume that I need to strip the 'Oct 30 10:32:08 flashburn qmail:' how
do I do
> that??? Also, onc
Hello, I am trying to setup qmailanalog - first of all my log files look
like this 'Oct 30 10:32:08 flashburn qmail: 972919928.511859 new msg 103249' so
I assume that I need to strip the 'Oct 30 10:32:08 flashburn qmail:' how do I do
that??? Also, once that
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
hi brett,
thanks for your hint with multilog. now it works ! and, yes, i know lwq
and it's great !
ps: zoverall always throws a "division by zero error". did you notice
and fix it ?
> OK Start by looking at Life With Qmail and setting up your logging using
> multilog. Also, you may want to look
On Fri, Sep 15, 2000 at 04:51:35PM -0700, James Stevens wrote:
> Hrmm, I am having the same problem I have a bunch of '@#' files...
> I know the numbers are the microsecounds and thats all fine and dandy but
> qmail does not seem to be crunching these into a permanet log file.. Hrmmm,
> am
from routers and gateways, it can make management much easier...
/BR
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Jens Georg
Sent: Saturday, 16 September 2000 11:40 AM
To: qmail mailinglist
Subject: problems with qmailanalog utils
hi,
i have a big
hi,
i have a big problem with qmailanalog, because i never get an output.
i have one mail-logfile in /var/log/mail. i piped this thru matchup
and i.e. thru zoverall, but i never get an output. zoverall i.e. says
"completed messages:0" although my system logs hundreds of mails a day.
hi,
i have a big problem with qmailanalog, because i never get an output.
i have one mail-logfile in /var/log/mail. i piped this thru matchup
and i.e. thru zoverall, but i never get an output. zoverall i.e. says
"completed messages:0" although my system logs hundreds of mail a day.
-
From: "Gesner JEAN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, September 06, 2000 9:11 AM
Subject: statistics with qmailanalog
> Hello,
> Formely i used NT,now I have my server Linux Redhat 6.1 using already
qmail,
> b
On Thu, 14 Sep 2000 19:47:40 -0400, Peter Green wrote:
>If you installed kernel-headers before kernel-source (which makes sense,
>since kernel-headers is a prereq for kernel-source), you broke the symlinks.
>Do a ``rpm -Uhv --force kernel-headers-2.2.16-3.i386.rpm'' and the symlinks
>magically re
On Thu, Sep 14, 2000 at 06:42:20PM -0500, Stephen Berg wrote:
> >I believe errno.h is part of the kernel source tree. I'm going to guess
> >that you are using RedHat and did not install the kernel-devel package,
> >which includes all the kernel header files...
[foo@sol pelle]$ rpm -qf /usr/inclu
also sprach sberg:
> Ok, take a look here and see if I'm missing something. I'm pretty
> sure I got all the packages necessary to do this sort of thing.
>
> [root@black qmailanalog-0.70]# rpm -qa | grep -i kernel
> kernel-utils-2.2.14-5.0
> kernelcfg-0.5-5
> kerne
Ok, take a look here and see if I'm missing something. I'm pretty
sure I got all the packages necessary to do this sort of thing.
[root@black qmailanalog-0.70]# rpm -qa | grep -i kernel
kernel-utils-2.2.14-5.0
kernelcfg-0.5-5
kernel-pcmcia-cs-2.2.14-5.0
kernel-ibcs-2.2.16-3
kerne
On Thu, Sep 14, 2000 at 06:23:41PM -0500, Stephen Berg wrote:
> /usr/include/bits/errno.h:25: linux/errno.h: No such file or
> directory
I believe errno.h is part of the kernel source tree. I'm going to guess
that you are using RedHat and did not install the kernel-devel package,
which includes
Ok, I thought I'd take a gander at the qmailanalog utility from DJB's
website. Downloaded it and de-tar'd/gunzip'd it. Read the README
and INSTALL files. Ran "make" and get the following error message.
---Error Message start---
[root@black qma
* Gesner JEAN <[EMAIL PROTECTED]> writes:
[JEAN set up qmailanalog]
> 1- make 2- make setup I should have something as follows:
> 849347513.939860 running
microsecond timestamps - good.
> After these two there, I blocked myself, and I visited by evil of
> site inorder to f
Hello,
Formely i used NT,now I have my server Linux Redhat 6.1 using already qmail,
but Iwould like to make now statistics for mails outgoing, entering and
numbers it connection per month of my utilisateurs.De this fact, I have
downloaded qmailanalog, at which I estimate who can make it.The
hi,
can somebody please tell me how to analyse /var/log/mail using the
qmailanalog utils ? i followed the manpages, but output is always
empty.
--
regards,
jens
---
department computer science, university of dortmund
linux
I think it's time problem!! Because I change my
system time .
Now it's ok !
Thanks your care , PipE
.
# Here is my script and the attachment
is my log file #
#!/bin/sh
cd /usr/local/qmailanalog/bin
cat /var/log/maillog
# Here is my script and the attachment is my
log file #
#!/bin/sh
cd /usr/local/qmailanalog/bin
cat /var/log/maillog | grep -v
"imaplogin" | awk
'{$1="";$2="";$3="";$4="";$5="";print}'
| \
./matchup
I use qmailanalog recently. But I don't
understand why the "xdelay" is minus.
Is that right ? If it is right , what the real
mean by that.
Appreciate any help .
here is my analog
#
Completed messages: 104Recipients
o set up some quick scripts using qmailanalog. I would like
> to generate a report every morning on the previous 24 hours. The new
> multilog does not rotate based on time but rather on size, so that's a
> bit awkward. Has anyone arrived at a simple way to dig all the log
> ent
I'm trying to set up some quick scripts using qmailanalog. I would like
to generate a report every morning on the previous 24 hours. The new
multilog does not rotate based on time but rather on size, so that's a
bit awkward. Has anyone arrived at a simple way to dig all the l
"Tony Campisi" <[EMAIL PROTECTED]> wrote:
>Our qmail server has been up for 2 days and everything is working fine. I
>would like to use qmailanalog to analyze activity.
>I have read through the archive but need more answers.
>I installed qmailanalog-0.70
qmailana
Hello,
I run this script from cron one time per day.
I've copied from qmail list time ago and it's slighty modified from the
original one made by Jay Soffian.
BTW thanks Jay.
#!/bin/sh
PATH="/usr/local/bin/qmailanalog:/usr/local/bin:$PATH"
export PATH
umask 077
TMP_
Our qmail server has been up for 2 days and everything is working fine. I
would like to use qmailanalog to analyze activity.
I have read through the archive but need more answers.
I installed qmailanalog-0.70
:From an archived message:
awk '{$1="";$2="";$3=""
e for some reason)
that I'm using is 10 second off from tai64nlocal, but it is close enough for
my needs.
-Original Message-
From: flitcraft33 [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 28, 2000 12:31 PM
To: [EMAIL PROTECTED]
Subject: stats from qmailanalog
I am new to qmail and I am t
[Dan, please configure your mailer to wrap lines that are longer than
80 characters.]
"flitcraft33" <[EMAIL PROTECTED]> wrote:
>I ran the tai64local program against a copy of a log and got human
>time stamps. I followed the steps on the matchup and got as far as a
>file that had my log with a qu
I am new to qmail and I am trying to set up the
qmailanalog scripts to provide statistics and process the log files. I can't get
any of it to work, I read the read-mes and man pages and am clueless. My
installation follows the defaults in qmail, appears to work fine and uses
On Sun, Jul 23, 2000 at 07:20:31PM -, John Conover wrote:
> Is qmailanalog compatible with multilog when qmail is run under tcpserver?
Yes and no. Multilog produces tai64n timestamps, while qmailanalog only
understands the older tai timestamps. A couple of conversion programs
ex
On 23-Jul-2000, John Conover wrote:
> Is qmailanalog compatible with multilog when qmail is run under tcpserver?
I'm using qmailanalog 0.70 and I need to pipe the logs to tai64nfrac
first before feeding them to matchup. You can find tai64nfrac from
http://qmail.org/top.html
Ronny
Is qmailanalog compatible with multilog when qmail is run under tcpserver?
Thanks,
John
--
John ConoverTel. 408.370.2688 [EMAIL PROTECTED]
631 Lamont Ct. Cel. 408.772.7733
Campbell, CA 95008 Fax. 408.379.9602 http://www.johncon.com
I ve just installed qmailanalog and daemontools on my server Could you
please just help me on I can get good daily report of qmail usage with
multilog ?
What shall I do exactly ???
Is there a FAQ on this ?
Thank you
mber (mbytes) is too large? Should you change "print mbytes" to "printf
> ("%d", mbytes)" ???
>
> Moragues Ramón, Antonio wrote:
>
> > Hi,
> >
> > I run a qmail server and I want know the total number of bytes sent
> > trought it,
total number of bytes sent
> trought it, y use qmailanalog 0.70 and gawk 3.0.4, but instead of show the
> total bytes in completes messages show a nunmber like this 1.983e+10, I
> tried use gawk and mawk, the server is a Debian GNU/Linux 2.2 on a PII
> 450, anyone know whats the proble
Hi,
I run a qmail server and I want know the total number of bytes sent
trought it, y use qmailanalog 0.70 and gawk 3.0.4, but instead of show the
total bytes in completes messages show a nunmber like this 1.983e+10, I
tried use gawk and mawk, the server is a Debian GNU/Linux 2.2 on a PII
450
Not using the patches from www.qmail.org, but this works for me
Script to convert to a format qmailanalog likes
#!/usr/bin/perl
while (<>) {
if (my($s,$t,$rest)=/^\@.(\w{15})(\w{8})(.*)/) {
$s = hex($s);
$t = hex($t); $t =~ s/500$//;
$_ = "$s.$t$rest\n";
Ken Jones writes:
>
> Does anyone have a patch to qmailanalog to read
> the new multilog time format?
There's two (2) patches to create a program which accepts multilog
time format (tai64n) and rewrites it into fractional seconds (taifrac)
format. They're listed on www.qm
On 07-Jun-2000, Ken Jones wrote:
> Does anyone have a patch to qmailanalog to read
> the new multilog time format?
It's not a patch like you want, but in case you want to know how to
make it work:
I use a C program called tai64nfrac found on qmail.org to filter the
log before
Does anyone have a patch to qmailanalog to read
the new multilog time format?
Ken Jones
inter7
On Thu, Apr 27, 2000 at 12:35:21PM +0200, Steffan Hoeke wrote:
> Hi,
>
> I've (finally) started using qmailanalog, but when i try to pass a
> specific maillog through matchup i get the following error :
>
> matchup: fatal: unable to write to fd 5: file descriptor not ope
Hi,
I've (finally) started using qmailanalog, but when i try to pass a specific maillog
through matchup i get the following error :
matchup: fatal: unable to write to fd 5: file descriptor not open
I'm using a script to pass maillog & maillog.1 thu 7 to matchup.
2 of the logs
After processing mail log files with matchup, i'm trying to see more
detailed pictures of the logs with /usr/local/qmailanalog/bin z*
and x* scripts
if my log after processing with matchup is 15apr.log, the following would
work? (i try to keep results in "mysend" file):
< 15
After processing mail log files with matchup, i'm trying to see more
detailed pictures of the logs with /usr/local/qmailanalog/bin z*
and x* scripts
if my log after processing with matchup is 15apr.log, the following would
work? (i try to keep results in "mysend" file):
< 15
1 - 100 of 184 matches
Mail list logo