> qmail-smtpd 3568: message queued: 1125024832 qp 16082 size 118074401 bytes
> The weird part here is the size of the message. 118074401 bytes is off > the charts. databytes is set to 18,000,000 bytes. And the actual > messages were 5KB to 100KB in size. So, the size of the message as In our server (running qmail-ldap 20041201) the reported size on the SMTP logs seems to be the sum of all the bytes received in that particular *connection*. So if the remote server connects to us, sends just one message and disconnects, the reported size IS the actual mail's size; but if the remote server sends us several mails without disconnecting (even if they're copies of the same mail to different recipients), the reported size increases on each log line. I don't know if this is the desired behaviour or if it's a bug. :-? -- Vicente Aguilar <[EMAIL PROTECTED]> Departamento de Sistemas Tlf.: 965 98 71 92 Recursos en la Red, S.L.U. http://www.renr.es
