hi dick

.... i took the utils from http://unxutils.sourceforge.net/ for the win32
install
and did a
find "%MAIL_ROOT%\spool" -type f |grep rsnd |wc -l

which works pretty well
-l is required since wordcount outputs 3 values, i only need the number of
lines ;)

nevertheless i think it would be great to be able to query rsnd and mess
through the admin-port as well
since "frozlist" seams to be quicker and outputs more info

thx for your tips!
jcbo


----- Original Message -----
From: "Dick van der Kaaden" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 21, 2003 5:23 PM
Subject: [xmail] Re: display xmail queue size quickly


>
> On Tue, 2003-10-21 at 17:03, [EMAIL PROTECTED] wrote:
> > Hi!
> >
> > is there a possibility to read the amount of mails in the
xmail-queue-directories real quick (without xqm)
> >
> > nice would be a quick overview like:
> > 20 sending
> find . -type f |grep mess |wc
> > 12 resend
> find . -type f |grep rsnd |wc
> > 1000 frozen
> find . -type f |grep froz |wc
> >
> Give these in the root of the spool directory. If you are using windows
> you can install cygwin to get the unix utils grep,wc and find.
>
> Rgds,
> Dick
>
> > unforunately the readme says that the ctrl interface can output the
frozen ones.
> >
> > any ideas appreciated!
> > jcbo
> > -
> > To unsubscribe from this list: send the line "unsubscribe xmail" in
> > the body of a message to [EMAIL PROTECTED]
> > For general help: send the line "help" in the body of a message to
> > [EMAIL PROTECTED]
>
> -
> To unsubscribe from this list: send the line "unsubscribe xmail" in
> the body of a message to [EMAIL PROTECTED]
> For general help: send the line "help" in the body of a message to
> [EMAIL PROTECTED]
>

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to