On Sat, March 18, 2017 4:06 am, Sean Son wrote:
> Hello all
>
>
> We would like to monitor Postfix mail queues using SMNP so we can receive
> alerts whenever the mail queue reaches a certain threshold. What OID and
> MIB would we have to use to be able to monitor Postfix mail queues?
Sean,
I us
Geert Stappers:
> On Fri, Mar 17, 2017 at 01:25:45PM -0400, Viktor Dukhovni wrote:
> > > On Mar 17, 2017, at 1:06 PM, Sean Son
> > > wrote:
> > >
> > > Hello all
> > >
> > > We would like to monitor Postfix mail queues using SMNP so we
> > > can receive alerts whenever the mail queue reaches a
On Fri, Mar 17, 2017 at 01:25:45PM -0400, Viktor Dukhovni wrote:
> > On Mar 17, 2017, at 1:06 PM, Sean Son
> > wrote:
> >
> > Hello all
> >
> > We would like to monitor Postfix mail queues using SMNP so we
> > can receive alerts whenever the mail queue reaches a certain
> > threshold. What OID
> On Mar 17, 2017, at 1:06 PM, Sean Son
> wrote:
>
> Hello all
>
> We would like to monitor Postfix mail queues using SMNP so we can receive
> alerts whenever the mail queue reaches a certain threshold. What OID and MIB
> would we have to use to be able to monitor Postfix mail queues?
I don
Hello all
We would like to monitor Postfix mail queues using SMNP so we can receive
alerts whenever the mail queue reaches a certain threshold. What OID and
MIB would we have to use to be able to monitor Postfix mail queues?
Thank you for all of your help in this post and other posts of mine!
On Tue, Sep 29, 2009 at 10:55:32PM +0200, Len Conrad wrote:
> here's mine, very fast with "find":
>
> #!/bin/sh
>
> for Q in incoming active deferred hold
> do
> SIZE=`find /mail/spool/postfix/$Q -maxdepth 5 -type f | wc -l | tr -d ' '`
> dd if=/dev/zero bs=1 count=$SIZE of=/var/db/postfix/q_siz
>2009/9/30 Scott Miller :
>> In case anyone is interested, I've attached a working Postfix Mail Queue
>> Monitor for nagios - It's working for me as is, but if anyone has any
>> suggested modifications I'd be glad to look at them.
>
>We do something like
2009/9/30 Scott Miller :
> In case anyone is interested, I've attached a working Postfix Mail Queue
> Monitor for nagios - It's working for me as is, but if anyone has any
> suggested modifications I'd be glad to look at them.
We do something like this where I work, a
In case anyone is interested, I've attached a working Postfix Mail Queue
Monitor for nagios - It's working for me as is, but if anyone has any
suggested modifications I'd be glad to look at them.
Thanks,
Scott Miller
#! /usr/bin/perl -w
# Copyright (c) 2002 Oregon State Unive
Richard Wurman wrote:
I support a couple postfix servers that do a high volume of sending
mail (not "direct marketing" :) for billing, invoicing and account
update confirmations). On one machine, when the mailq is over 5000,
things seem to get "stuck" where I need to restart postfix. If I
don't,
Zitat von Richard Wurman :
I support a couple postfix servers that do a high volume of sending
mail (not "direct marketing" :) for billing, invoicing and account
update confirmations). On one machine, when the mailq is over 5000,
things seem to get "stuck" where I need to restart postfix. If I
d
* Richard Wurman :
> I support a couple postfix servers that do a high volume of sending
> mail (not "direct marketing" :) for billing, invoicing and account
> update confirmations). On one machine, when the mailq is over 5000,
> things seem to get "stuck" where I need to restart postfix. If I
> do
I support a couple postfix servers that do a high volume of sending
mail (not "direct marketing" :) for billing, invoicing and account
update confirmations). On one machine, when the mailq is over 5000,
things seem to get "stuck" where I need to restart postfix. If I
don't, mail will pile up in the
On Fri, 2009-01-23 at 09:06 -0300, Reinaldo de Carvalho wrote:
> On Fri, Jan 23, 2009 at 8:54 AM, Martin Spinassi
> wrote:
> >
> > Reinaldo, I'll check korreio. I need to see if it's possible to do it
> > remotely, I don't want to install X on a production server.
> >
>
> Korreio manage the queue
On Thu, 2009-01-22 at 15:16 -0600, Noel Jones wrote:
> Martin Spinassi wrote:
> > Hi list!
> >
> > I've been using postfix since a few weeks. I always used qmail before
> > for mail servers, and I'm really impressed by postfix but there is
> > something that I really miss...
> >
> > I use to use
Reinaldo de Carvalho wrote:
On Thu, Jan 22, 2009 at 6:16 PM, Noel Jones wrote:
Martin Spinassi wrote:
Is there something to read a specific mail using the id that appears at
posqueue -p? What do you use for that task?
Martín
I use
postcat -q QUEUEID | less
http://www.postfix.
On Thu, Jan 22, 2009 at 6:16 PM, Noel Jones wrote:
> Martin Spinassi wrote:
>>
>> Is there something to read a specific mail using the id that appears at
>> posqueue -p? What do you use for that task?
>>
>> Martín
>
> I use
> postcat -q QUEUEID | less
>
> http://www.postfix.org/postcat.1.html
>
>
Martin Spinassi wrote:
Hi list!
I've been using postfix since a few weeks. I always used qmail before
for mail servers, and I'm really impressed by postfix but there is
something that I really miss...
I use to use "qmHandle -m'MAIL_ID'" to see some mails that looks strange
or not normal, but ca
Hi list!
I've been using postfix since a few weeks. I always used qmail before
for mail servers, and I'm really impressed by postfix but there is
something that I really miss...
I use to use "qmHandle -m'MAIL_ID'" to see some mails that looks strange
or not normal, but can't figure out if there i
19 matches
Mail list logo