I routinely run mailq on solaris varios versions.
mailq used to execute in seconds and no wtakes forvere even for a very low
number of mail messages.
Do not know how to debug the delay
Any pointers
Gary
|
|
0
|
|
|
|
Reply
|
reachus (35)
|
6/21/2004 2:54:49 AM |
|
In article <06sBc.4387$HN5.4037@lakeread06>,
"Gary" <reachus@netlink.info> wrote:
> I routinely run mailq on solaris varios versions.
>
> mailq used to execute in seconds and no wtakes forvere even for a very low
> number of mail messages.
>
> Do not know how to debug the delay
>
> Any pointers
>
> Gary
what does truss tell you when you run it with mailq?
man truss
truss <options of your choice> mailq
--
DeeDee, don't press that button! DeeDee! NO! Dee...
|
|
0
|
|
|
|
Reply
|
Michael
|
6/21/2004 5:33:07 AM
|
|
Gary wrote:
> I routinely run mailq on solaris varios versions.
>
> mailq used to execute in seconds and no wtakes forvere even for a very low
> number of mail messages.
>
> Do not know how to debug the delay
Well, the answer depends on the version of Sendmail, which you don't
specify (or even the version of Solaris), however if you've got 8.10 or
later try "sendmail -bp -O QueueSortOrder=filename" (for 8.12 use
"random" instead of "filename").
If the delay is the same then it's likely the problem is external to
sendmail.
--
Rob MacGregor (BOFH) Oh my God! They killed init! You bastards!
What are they? Zombies.
Are they dead? No, they're undead.
So they're like you? No, zombies are slow, dim-witted,
evil undead beings.
So, they're like you?
|
|
0
|
|
|
|
Reply
|
Rob
|
6/21/2004 6:19:10 AM
|
|