How to fix Fatal! Write Failure: /etc/valiases/ Print

  • 15

Fatal! Write Failure: /etc/valiases/[sub.whmmainhost.tld]. Ignore any messages of success this can only result in failure!

That means the ownership and/or permissions set on the file "/etc/valiases/DOMAIN.tld" are incorrect. Two ways to solve this problem:

cd /etc/valiases/
chown USERNAME:mail /etc/valiases/DOMAIN.tld

or, ssh to the server and run the following command:
/scripts/fixvaliases       

Was this answer helpful?

« Back