Wietse Venema: > Josh Cason: > > I have this 1 email from 1 company from 1 person who for some > > reason gets stuck in the incoming folder. Mail After it goes > > through. Mail Before it goes through. The maillog show the message > > showing up. Then that is it. The file stays in chmod 600. I found > > A file with mode 600 in the incoming queue means that the file is > incomplete, and that the cleanup daemon process was killed before > it got a chance to remove the incomplete file.
.. or that the cleanup process is still running, perhaps looping on a bad header_checks or body_checks pattern. In that case the process will be killed by a watchdog timer and leave a suitable warning in the maillog file. Wietse