Per,

> I get this warning in the amavisd log daily and cannot seem to find the
> knob to twist to get rid of it. Happens on both FreeBSD-6 and -7.
> Raising kern.ipc.nmbclusters did not fix it and I'm not sure what
> buffers the message refers to.
> Apart from the message everything is dandy. or at least seems to be.
> The message is inserted immideately before the TIMING [total xxyy ms]
> report.  amavisd-new-2.5.3,1, postfix-2.4.6,1

Everything is normal. The syslog(3) ensures the message gets to syslogd,
if necessary by retrying a send. The syslog(3) has a void return value,
so there is no way for the application to check the status, it is
implicitly successful.

amavisd checks the errno nevertheless, and counts the number of
failures withing syslog(3), just to give you an estimate on how busy
syslogd is and how often syslog(3) needed to re-send a log entry.

  Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to