Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: GlitchFreak on May 05, 2010, 10:57:55 AM
-
Hey everyone
I recently had to recover a hard drive in my SME server that was on the verge of dying. The recovery was successful and I restored GRUB. I also updated the server fully.
Now, one user is regularly receiving blank mails. They happen about once a week. They all have an invalid date (1970-01-01). How would I go about checking to see why this is happening? Should I clear the Maildir in the meantime?
Regards
-
GlitchFreak
It sounds very much like a ownership issue. You don't say what you did to fix your system.
If so this may fix it.
cd /home/e-smith/files/users/user/
chown -R user:user Maildir
(replace user with actual username)