On Mon, Feb 27, 2012 at 11:11 PM, Pavel Traian <span dir="ltr"><<a href="mailto:paveltraian@yahoo.com">paveltraian@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font-family:arial;font-size:small;font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font:inherit">I keep receiving email alerts from Xymon for a conn failure happened during the week-end.<br>

</td></tr></tbody></table></blockquote><div><br></div>Possibly just queued-up mail.  Run "mailq" on the Xymon server.  If there's a big backlog of such emails, you can clear the messages but the method depends on the MTA you run.  For postfix, you use the "postsuper" command to delete (or hold) messages with given queue IDs.  The postsuper man page has an example of how to select messages to delete.  Or do "postsuper -d ALL" to delete all of them.<br>

<br><div>J</div>