It may be a permissions issue at that point. Running the following command:
ls -l /Library/Server/Mail/Data/spool
gives me:
drwx------ 2 _postfix wheel 68 Jul 25 14:01 active
drwx------ 2 _postfix wheel 68 Jul 25 14:01 bounce
drwx------ 2 _postfix wheel 68 Jul 25 14:01 corrupt
drwx------ 2 _postfix wheel 68 Jul 25 14:01 defer
drwx------ 2 _postfix wheel 68 Jul 25 14:01 deferred
drwx------ 2 _postfix wheel 68 Jul 25 14:01 flush
drwx------ 2 _postfix wheel 68 Jul 25 14:01 hold
drwx------ 2 _postfix wheel 68 Jul 25 14:01 incoming
drwx-wx--- 2 _postfix _postdrop 68 Jul 25 14:01 maildrop
drwxr-xr-x 3 root wheel 102 Jul 25 14:01 pid
drwx------ 26 _postfix wheel 884 Jul 26 07:30 private
drwx--x--- 7 _postfix _postdrop 238 Jul 26 07:30 public
drwx------ 2 _postfix wheel 68 Jul 25 14:01 saved
drwx------ 2 _postfix wheel 68 Jul 25 14:01 trace
and:
ls -l /Library/Server/Mail/Data
gives me:
drwxrwx--- 3 _postfix wheel 102 Jul 25 14:01 mta
drwxr-xr-x 16 root wheel 544 Jul 25 14:01 spool
So, you may want to check ownership, in particular "_postfix", on the directory and files (other than those marked with "root" as owner). Also, notice my warning message "warning: group or other writable: /Library/Server/Mail/Data/mta", which I am not sure is too significant other than a potential security pothole. I guess I could fix the permission on that also :/
Message was edited by: gnuphie