Bert Slagter wrote:
> Hello,
> 
> While trying to solve my deliver_to problem, I tried to get some info
> from the log files. This is my setup:

Your deliver_to problem has already been solved in svn-trunk. Please
upgrade your packages.

> 
> [DBMAIL]
> TRACE_STDERR=5          # Trace level to send to stderr. Default is 0
> (fatals).
> error_log=/var/log/dbmail.err   # logfile for stderr messages
> 
> I cleared the log and sent myself a message. A lot of info is saved in
> the logfile. During the insertion of the message in the database, the
> logging stops! The last line in the logfile is: "dbmysql.c,db_query:
> query [INSERT INTO dbmail_headervalue (headername_id, physmessage_id,".
> The logfile is exactly 32768 bytes then.
> 
> Probably a 32K buffer overflows?

Unlikely, unless it's in the kernel. stderr is simply redirected to the
logfile. Perhaps we need to flush every now and then.

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to