Friday, February 29, 2008

Fatal Error for setting default address in Cpanel

Please check if you get the error below to configure default mail address in cpanel

Fatal! Write Failure: /etc/valiases/domain.com . Ignore any messages of success this can only result in failure!

Solution:

You have to just touch the file domain.com at the path /etc/valiases/ & chown the file as user.mail


cd /etc/valiases/
touch domain.com
chown user:mail domain.com

No comments: