> ¼ÁØ¿ø wrote:
>
> In Maildir format...
> Message is saved by examply
> 967597450.1315.imap.philemon.co.kr,S=1720:2,S
>
> 967597450.1315.imap.philemon.co.kr,S=1720:2,S
>
> I wonder Message file name's meanning..
>
> 1. 967597450 -> Unixtimestamp
> 2. 1315 -> Process ID
> 3. imap.philemon.co.kr -> Domain name
> 4. S=1720 -> !!! I don't Know... Teach me...
This is the size of the mail message in bytes. Size=Bytes.
If you want to count the sizes of all the mail messages, you only
need to read the file names. Otherwise you would need to stat()
each file name. Which is significantly more disk I/O for each
email delivery. It can bring a machine to it's knees.
So instead, we are encoding the file size in the message file name.
Message file counting is only effective if you have quota's in
vpopmail turned on. By default ./configure turns it on.
I think we should turn off quota's as a default in the next
release. I don't like the idea of taxing someones machine
when they don't really need it.
This topic is more fully described in sqwebmail's source
documentation.
Ken Jones
> 5. :2,S -> Message Flag
>
>
> What is S=1720.....
> Please
>