Re: Monitoring Postfix Mail queue with SNMP

2017-03-26 Thread Voytek
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

Re: Monitoring Postfix Mail queue with SNMP

2017-03-18 Thread Wietse Venema
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

Re: Monitoring Postfix Mail queue with SNMP

2017-03-18 Thread 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 certain > > threshold. What OID

Re: Monitoring Postfix Mail queue with SNMP

2017-03-17 Thread Viktor Dukhovni
> 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

Monitoring Postfix Mail queue with SNMP

2017-03-17 Thread Sean Son
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!

Re: Postfix Mail Queue Monitor

2009-09-30 Thread Victor Duchovni
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

Re: Postfix Mail Queue Monitor

2009-09-29 Thread Len Conrad
>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

Re: Postfix Mail Queue Monitor

2009-09-29 Thread Barney Desmond
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

Postfix Mail Queue Monitor

2009-09-29 Thread 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. Thanks, Scott Miller #! /usr/bin/perl -w # Copyright (c) 2002 Oregon State Unive

Re: postfix mail queue hits a certain limit, needs restart of postfix (not aware of other choices, or root cause)

2009-08-17 Thread Noel Jones
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,

Re: postfix mail queue hits a certain limit, needs restart of postfix (not aware of other choices, or root cause)

2009-08-17 Thread lst_hoe02
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

Re: postfix mail queue hits a certain limit, needs restart of postfix (not aware of other choices, or root cause)

2009-08-17 Thread Ralf Hildebrandt
* 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

postfix mail queue hits a certain limit, needs restart of postfix (not aware of other choices, or root cause)

2009-08-17 Thread 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 don't, mail will pile up in the

Re: Postfix mail queue

2009-01-23 Thread Martin Spinassi
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

Re: Postfix mail queue

2009-01-23 Thread Martin Spinassi
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

Re: Postfix mail queue

2009-01-22 Thread kemas
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.

Re: Postfix mail queue

2009-01-22 Thread Reinaldo de Carvalho
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 > >

Re: Postfix mail queue

2009-01-22 Thread Noel Jones
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

Postfix mail queue

2009-01-22 Thread Martin Spinassi
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