<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 2 April 2014 06:58, Sidiney M. Crescencio Junior <span dir="ltr"><<a href="mailto:sidiney@redix.com.br" target="_blank">sidiney@redix.com.br</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>11712 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  6140 100332 smtpd -n smtp -t inet -u -o stress= -o content_filter=scan:[127.0.0.1]:10030</div>

<div>11714 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  3276  51316 cleanup -z -t unix -u</div>
<div>11715 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  3272  51316 cleanup -z -t unix -u</div><div>11716 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  3276  51320 cleanup -z -</div></blockquote></div><br>The last line here looks to have been truncated, as Henrik predicted.  So you need to increase MAXMSG_CLIENT.  Either your change hasn't been activated, or it needs to be increased even further.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Go to the "xymond" page for the Xymon server itself.  Near the end but before the graph, you can probably see something like:</div><div class="gmail_extra">

<br></div><div class="gmail_extra">  Oversize status msg from 10.1.1.99 for hostname.example.org:procs truncated (n=1262366, limit=1048576)</div><div class="gmail_extra"><br></div><div class="gmail_extra">The second value (limit) represents the limit configured in MAXMSG_CLIENT, but is multiplied by 1024.  So if you set MAXMSG_CLIENT to 1536, this would probably show as "limit=1572864".  If the first value is greater than the second, you need to increase MAXMSG_CLIENT.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers</div><div class="gmail_extra">Jeremy</div><div class="gmail_extra"><br></div></div>