Thanks!
--
Joshua Warchol
UNIX Systems Administrator
DSL.net
-
To unsubscribe, send mail to majo...@postfix.org with content
(not subject): unsubscribe postfix-users
The queue ID is in part based on the message file's inode number (*).
The length of a queue ID therefore depends on the range of inode
numbers in the file system.
Wietse
(*) This is how Postfix can create a file in the incoming directory
without danger that a file with the same name already exists
in the active or deferred directory. If multiple queue files
had the same name, then one of them would be lost as mail is
moved from incoming to active to deferred queue.
Thanks for the info
--
Joshua Warchol
UNIX Systems Administrator
DSL.net
When a directory is created, the file system looks for a zone with
lots of unused space. This avoids file fragmentation.
When a file is created, its inode and data blocks are allocated
from the same file system zone as the parent directory. This reduces
disk head movement.
So it depends on the history of the file system where your Postfix
queue directories end up on the disk, and therefore, what typical
incoming queue file inode numbers will be like.
Wietse
Joshua E Warchol: