1827721 Members
2665 Online
109968 Solutions
New Discussion

Re: system error

 
SOLVED
Go to solution
peterchu
Super Advisor

system error

I found this error in /var/log/maillog , could suggest what is the reason of this error ? thx.

NOQUEUE: SYSERR(root): hash map "Alias0": unsafe map file /etc/aliases.db: Permission denied

2 REPLIES 2
Claudio Cilloni
Honored Contributor
Solution

Re: system error

maybe the permissions on that file are wrong. In my RH9 system they are:

# ll /etc/aliases.db
-rw-r----- 1 smmsp smmsp 12288 Mar 1 13:47 /etc/aliases.db


the command
# chmod 640 /etc/aliases.db

will set the permission bits like these.

hth,
Claudio
Mark Grant
Honored Contributor

Re: system error

Just run the following commmand an your error should go away.

"newaliases"

This will re-create the alaises.db file for you.
Never preceed any demonstration with anything more predictive than "watch this"