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
---