Mailing List Archive

Monit
Hi guys,



Anyone using Monit with dbmail?

I'm having:



[WET Nov 2 02:44:50] info : 'dbmail-lmtpd' trying to restart

[WET Nov 2 02:44:50] info : 'dbmail-lmtpd' stop:
/etc/init.d/dbmail-lmtpd

[WET Nov 2 02:44:50] info : 'dbmail-lmtpd' start:
/etc/init.d/dbmail-lmtpd

[WET Nov 2 02:45:50] error : 'dbmail-lmtpd' failed protocol test [LMTP]
at INET[localhost:24] via TCP -- LMTP error: 250-PIPELINING

[WET Nov 2 02:45:50] info : 'dbmail-lmtpd' trying to restart

[WET Nov 2 02:45:50] info : 'dbmail-lmtpd' stop:
/etc/init.d/dbmail-lmtpd

[WET Nov 2 02:45:50] info : 'dbmail-lmtpd' start:
/etc/init.d/dbmail-lmtpd

[WET Nov 2 02:46:51] error : 'dbmail-lmtpd' failed protocol test [LMTP]
at INET[localhost:24] via TCP -- LMTP error: 250-PIPELINING

[WET Nov 2 02:46:51] info : 'dbmail-lmtpd' trying to restart

[WET Nov 2 02:46:51] info : 'dbmail-lmtpd' stop:
/etc/init.d/dbmail-lmtpd

[WET Nov 2 02:46:51] info : 'dbmail-lmtpd' start:
/etc/init.d/dbmail-lmtpd



And my conf is:



check process dbmail-lmtpd with pidfile /rundbmail/dbmail-lmtpd.pid

every 1 cycles

group dbmail

start program = "/etc/init.d/dbmail-lmtpd start"

stop program = "/etc/init.d/dbmail-lmtpd stop"

if failed port 24 protocol lmtp with timeout 20 seconds within 3 cycles
then restart
Re: Monit [ In reply to ]
just fix "/rundbmail/dbmail-lmtpd.pid" i guess

Am 02.11.2014 um 04:14 schrieb Jorge Bastos:
> And my conf is:
>
> check process dbmail-lmtpd with pidfile /rundbmail/dbmail-lmtpd.pid
>
> every 1 cycles
>
> group dbmail
>
> start program = "/etc/init.d/dbmail-lmtpd start"
>
> stop program = "/etc/init.d/dbmail-lmtpd stop"
>
> if failed port 24 protocol lmtp with timeout 20 seconds within 3
> cycles then restart
Re: Monit [ In reply to ]
Reindl,

That's intentionally, I don't use the default.

I think it's monit that doesn't like the dbmail lmtpd procotol due to the
banner, I just changed the protocol to TCP instead of LMTP and for now does
what I want.
I'mm report to monit list to see where the issue is.

> -----Original Message-----
> From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org] On
> Behalf Of Reindl Harald
> Sent: domingo, 2 de Novembro de 2014 10:01
> To: dbmail@dbmail.org
> Subject: Re: [Dbmail] Monit
>
> just fix "/rundbmail/dbmail-lmtpd.pid" i guess
>
> Am 02.11.2014 um 04:14 schrieb Jorge Bastos:
> > And my conf is:
> >
> > check process dbmail-lmtpd with pidfile /rundbmail/dbmail-lmtpd.pid
> >
> > every 1 cycles
> >
> > group dbmail
> >
> > start program = "/etc/init.d/dbmail-lmtpd start"
> >
> > stop program = "/etc/init.d/dbmail-lmtpd stop"
> >
> > if failed port 24 protocol lmtp with timeout 20 seconds within
> 3
> > cycles then restart


_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
Re: Monit [ In reply to ]
Am 02.11.2014 um 12:32 schrieb Jorge Bastos:
> That's intentionally, I don't use the default.

i doubt, just look again, you have a typo (missing slash)
"/rundbmail/dbmail-lmtpd.pid" versus "/run/dbmail/dbmail-lmtpd.pid"

> I think it's monit that doesn't like the dbmail lmtpd procotol due to the
> banner, I just changed the protocol to TCP instead of LMTP and for now does
> what I want.
> I'mm report to monit list to see where the issue is.
>
>> -----Original Message-----
>> From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org] On
>> Behalf Of Reindl Harald
>> Sent: domingo, 2 de Novembro de 2014 10:01
>> To: dbmail@dbmail.org
>> Subject: Re: [Dbmail] Monit
>>
>> just fix "/rundbmail/dbmail-lmtpd.pid" i guess
>>
>> Am 02.11.2014 um 04:14 schrieb Jorge Bastos:
>>> And my conf is:
>>>
>>> check process dbmail-lmtpd with pidfile /rundbmail/dbmail-lmtpd.pid
>>>
>>> every 1 cycles
>>>
>>> group dbmail
>>>
>>> start program = "/etc/init.d/dbmail-lmtpd start"
>>>
>>> stop program = "/etc/init.d/dbmail-lmtpd stop"
>>>
>>> if failed port 24 protocol lmtp with timeout 20 seconds within
>> 3
>>> cycles then restart
Re: Monit [ In reply to ]
Reindl,

I know, that's where I want it :) in /rundbmail dir, not run/dbmail.

Well 3.1.17 seems to have one issue so far, I'll post in a new email.

> -----Original Message-----
> From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org] On
> Behalf Of Reindl Harald
> Sent: domingo, 2 de Novembro de 2014 11:52
> To: dbmail@dbmail.org
> Subject: Re: [Dbmail] Monit
>
>
>
> Am 02.11.2014 um 12:32 schrieb Jorge Bastos:
> > That's intentionally, I don't use the default.
>
> i doubt, just look again, you have a typo (missing slash)
> "/rundbmail/dbmail-lmtpd.pid" versus "/run/dbmail/dbmail-lmtpd.pid"
>
> > I think it's monit that doesn't like the dbmail lmtpd procotol due to
> > the banner, I just changed the protocol to TCP instead of LMTP and
> for
> > now does what I want.
> > I'mm report to monit list to see where the issue is.
> >
> >> -----Original Message-----
> >> From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org]
> On
> >> Behalf Of Reindl Harald
> >> Sent: domingo, 2 de Novembro de 2014 10:01
> >> To: dbmail@dbmail.org
> >> Subject: Re: [Dbmail] Monit
> >>
> >> just fix "/rundbmail/dbmail-lmtpd.pid" i guess
> >>
> >> Am 02.11.2014 um 04:14 schrieb Jorge Bastos:
> >>> And my conf is:
> >>>
> >>> check process dbmail-lmtpd with pidfile /rundbmail/dbmail-lmtpd.pid
> >>>
> >>> every 1 cycles
> >>>
> >>> group dbmail
> >>>
> >>> start program = "/etc/init.d/dbmail-lmtpd start"
> >>>
> >>> stop program = "/etc/init.d/dbmail-lmtpd stop"
> >>>
> >>> if failed port 24 protocol lmtp with timeout 20 seconds
> >>> within
> >> 3
> >>> cycles then restart


_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
Re: Monit [ In reply to ]
This was a Monit issue and it was fixed in last Monit version.

Thanks anyway,

> -----Original Message-----
> From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org] On
> Behalf Of Jorge Bastos
> Sent: domingo, 2 de Novembro de 2014 11:54
> To: 'DBMail mailinglist'
> Subject: Re: [Dbmail] Monit
>
> Reindl,
>
> I know, that's where I want it :) in /rundbmail dir, not run/dbmail.
>
> Well 3.1.17 seems to have one issue so far, I'll post in a new email.
>
> > -----Original Message-----
> > From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org] On
> > Behalf Of Reindl Harald
> > Sent: domingo, 2 de Novembro de 2014 11:52
> > To: dbmail@dbmail.org
> > Subject: Re: [Dbmail] Monit
> >
> >
> >
> > Am 02.11.2014 um 12:32 schrieb Jorge Bastos:
> > > That's intentionally, I don't use the default.
> >
> > i doubt, just look again, you have a typo (missing slash)
> > "/rundbmail/dbmail-lmtpd.pid" versus "/run/dbmail/dbmail-lmtpd.pid"
> >
> > > I think it's monit that doesn't like the dbmail lmtpd procotol due
> > > to the banner, I just changed the protocol to TCP instead of LMTP
> > > and
> > for
> > > now does what I want.
> > > I'mm report to monit list to see where the issue is.
> > >
> > >> -----Original Message-----
> > >> From: dbmail-bounces@dbmail.org [mailto:dbmail-bounces@dbmail.org]
> > On
> > >> Behalf Of Reindl Harald
> > >> Sent: domingo, 2 de Novembro de 2014 10:01
> > >> To: dbmail@dbmail.org
> > >> Subject: Re: [Dbmail] Monit
> > >>
> > >> just fix "/rundbmail/dbmail-lmtpd.pid" i guess
> > >>
> > >> Am 02.11.2014 um 04:14 schrieb Jorge Bastos:
> > >>> And my conf is:
> > >>>
> > >>> check process dbmail-lmtpd with pidfile
> > >>> /rundbmail/dbmail-lmtpd.pid
> > >>>
> > >>> every 1 cycles
> > >>>
> > >>> group dbmail
> > >>>
> > >>> start program = "/etc/init.d/dbmail-lmtpd start"
> > >>>
> > >>> stop program = "/etc/init.d/dbmail-lmtpd stop"
> > >>>
> > >>> if failed port 24 protocol lmtp with timeout 20 seconds
> > >>> within
> > >> 3
> > >>> cycles then restart
>
>
> _______________________________________________
> DBmail mailing list
> DBmail@dbmail.org
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail