On 07.01.2010 19:22, Juan Bernhard wrote:

> Hi John, thanks for your answer, but Solaris 10 (this problem was on 
> Solaris 9) can handle larger files than 2gb, the restriction isn't on 
> the ufs. The first thing I tried was '$cat 500mb-file >>  2gb-file' 

I don't know much about Solaris, but on GNU/Linux you need to compile
applications with -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE if they
should be able to handle files > 2GiB. These flags are already used in
OS/Makefile-GNU, -Linux etc., so it depends on which Makefile you use to
compile Exim.

> I really need to know what "defer (27)" means, so I can start looking to 
> that. I couldn't find this on the user manual.

This is already answered, but I doubt that it helps you with anything.
It's just the code from errno, the human readable description is printed
just after it (as received from strerror()).

-- 
## 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