In message <032568AC.0066E0BC.00@email.ypf.com.ar> so spake (rodrifernan): > I am puzzled at the maxfilesize=unlimited. Is it not 2 gigs (because of > the 32 bit limit?). We don't have a 32 bit limit, off_t (and therefor st_size in struct stat) is 64 bits. - todd