Gregory Machin wrote:
> Hi, how do I fix this the error below .. I'm getting it occasionally and 
> would like to resolve it ..  is it exim that  is  complaining  about  
> the "absolute value of integer "16777215K" is too large (overflow)" or 
> mysql ?
[snip]

How often do you accept messages that are 16.7 Gb? That expansion is 
somehow returning the value of 16777215 which you are adding a K to the 
end of which seems to be too large for the size of allocated memory that 
exim uses internally to manage it.

Try a storing a smaller number in MySQL or if you really must send 16Gb 
files around, use something more efficient than SMTP

-- 
The Exim Manual
http://www.exim.org/docs.html
http://www.exim.org/exim-html-current/doc/html/spec_html/index.html

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to