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: fatal! Write Failure: /etc/valiases/. Ignore any messages of success this can...  (Read 2344 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest

If  you get this error while adding a email “forwarder” :
fatal! Write Failure: /etc/valiases/. Ignore any messages of success this can only result in failure! Then this mean that there is incorrect permissions for /etc/valiases/domain.com.

In order to fix the problem run the bellow given command :

Code: [Select]
# root@server[~]#   chown username.mail /etc/valiases/domain.comor
Code: [Select]
# root@server[~]# chown username:mail /etc/valiases/domain.com
or

Code: [Select]
# root@server[~]# /scripts/fixvaliases
This will reset all the permissions for each file in /etc/valiases.

--
 :)