Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Error in creating email accounts on cPanel.  (Read 3135 times)

0 Members and 1 Guest are viewing this topic.

tensin

  • Guest
Error in creating email accounts on cPanel.
« on: November 23, 2013, 06:10:56 pm »
Hello,

When you tried to create email accounts in cPanel, probably you may noticed below error.
---
File open for /home/user/etc/domain.com/passwd failed with error No such file or directory
---

This may be due to wrong permssions or missing 'etc' directory in user's document root.

Solution: You can manually create etc folder to fix this issue .
---
root@server [~]# cd /home/mhtest
root@server [/home/mhtest]# mkdir etc
root@server [/home/mhtest# chmod 750 etc
root@server [/home/mhtest]# chown mhtest.mail etc
---