On 1 Nov 2007, at 12:13, Shine, Gary wrote: > -rw-r----- 1 exim exim 357276672 Nov 1 12:11 retry.pag > -rw-r----- 1 exim exim 308346880 Nov 1 12:10 wait- > remote_smtp.pag > > Large???
They should be sparse files - they do not take that much space on disk (basically the files have holes in them). See http://en.wikipedia.org/wiki/Sparse_file Try using "ls -s" (shows blocks used) or "du -h *.pag" to see the real size. Nigel. > -- [ Nigel Metheringham [EMAIL PROTECTED] ] [ - Comments in this message are my own and not ITO opinion/policy - ] -- ## 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/
