Error:
When creating a mail account using cpanel, it is showing an error as showing below.
Error
File open for /home/user/etc/domain.com/passwd failed with error No such file or directory
Solution:
The error is because of the the wrong permssions or missing of the 'etc' directory in user's document root.
You can create a new direcory in that name and given permissions as like follows to solve the issue.
Let 'arun' be the cpanel user having the issue.
root@server [~]# cd /home/arun
root@server [/home/arun]# mkdir etc
root@server [/home/arun]# chmod 750 etc
root@server [/home/arun]# chown arun.mail etc
Try creating mail accounts again....
About Me
Categories
Archives
Populares
-
Situation : I have removed some mails from the MDaemon server from the backend,ie, browsed through the mail box and deleted some mails mauna...
-
Bash script To Change password of all mail accounts The bash script given below will change the password of all the mail accounts in ...
-
Domain already exists error while adding a subdomain or addon domain A very common error when adding an addon or parked domain via cpanel....
-
In Kloxo ftp is running in xinetd. So first of all check this service is listening in port 21. [root@server ~]# netstat -plant | grep xinetd...
-
Container:- A container (otherwise known as CT, Virtual Environment (VE), Virtual Private Server (VPS) etc.) is one of the main concepts...
-
Error : When i run the following command in terminal i got an errors as shown below. I got this error in a cpanel 11.32.5 (build 18) server....
-
Joomla Error: Warning: require_once(Cache/Lite.php) [function.require-once]: failed to open stream: No such file or directory in /home/test/...
-
Download and Extract Memcache package root@server [~]# cd /usr/local/src root@server [/usr/local/src]# wget http://pecl.php.net/get/memcac...
-
Bash script to List All Mail Accounts in cPanel Server The bash script given below will list all the mail accounts in a cpanel server and t...
-
To check if your VE ran out of its disk quota, use the following commands (inside a VPS). # df -To show disk space usage # df -i -To ...