-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Mark Rogers wrote: > Can anyone explain the following: > > [EMAIL PROTECTED] Maildir]# find . -mtime 365 > find: ./new/1157652955.23772.mailserver: No such file or directory > find: ./new/1157652959.23788.mailserver: No such file or directory > (and about 10 more lines like this).
It would suggest that files existed when find listed the directory contents, but had disappeared by the time it wanted to stat them. On a mailserver, that can happen. New IMAP mail gets delivered in /new and gets moved to /cur once the user has seen the message. Unless you stopped both the IMAP and SMTP daemons, that is. Regards, Tony V. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGUrcHp5vW4rUFj5oRCBE3AJ4vj/yF4uOPRMlagJr09+Llv9zQTACghW8q 7IPdxH9++hlJxDuYp6qy3PQ= =GHJo -----END PGP SIGNATURE----- _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
