Email domain forwarders

luisgibe

Registered
PartnerNOC
Sep 17, 2013
0
0
0
cPanel Access Level
Root Administrator
Hello guys,

This is my first post here so I would like to say hello to everyone :)

I have a problem with one of my servers. I have a parked domain and I want to set up a email forwarder ([email protected] to [email protected]), but the server throws me this:

Could not open “/etc/vdomainaliases/parkeddomain.com” for writing: Permission denied

I've checked and it seems like the /etc/vdomainaliases is root owned, so I can't change it from my user level account using cPanel? Is there a way to do it with WHM?

Thanks a lot,

L
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Please try running the following command to see if it corrects the permission issues:

Code:
/scripts/fixvaliases
If the issue persists, check that the /etc/vdomainaliases directory uses 0711 permissions. The files within this directory should have 0640 permissions with ownership set to "$user:mail".

Thank you.