+ Reply to Thread
Results 1 to 1 of 1
Thread: //mail: Permission denied
-
Administrator
- Join Date
- May 2008
- Posts
- 45
//mail: Permission denied
If you find the below given error in the logs :
===========
2005-07-23 12:47:44 1DvVMF-0007Wn-Ad == nobody@server.servername R=localuser T=local_delivery defer (13): Permission denied: failed to create directories for //mail: Permission denied
===========
The solution is :
===========
cd /
mkdir mail
chown nobody.mail mail
cd mail
touch inbox
chown nobody.mail inbox
chmod 660 inbox
===========


LinkBack URL
About LinkBacks



Reply With Quote