: [root@orac /root]# /etc/rc.d/init.d/sendmail restart
: Shutting down sendmail: [ OK ]
: Starting sendmail: makemap: error opening type hash map /etc/mail/virtusertable: Executable files not allowed
: makemap: error opening type hash map /etc/mail/access: Executable files not allowed
: makemap: error opening type hash map /etc/mail/domaintable: Executable files not allowed
: makemap: error opening type hash map /etc/mail/mailertable: Executable files not allowed
:
: [root@orac mail]# makemap hash /etc/mail/access.db < /etc/mail/access
: makemap: error opening type hash map /etc/mail/access.db: Executable files not allowed
:
:
: 메일이 안되여~~~~~`````
:
: 이런 에러메세지가 뜨는데..
: 어떤이유일까요??
: 지금이것때문에 다른걸 하지못하고있습니다 ㅠ.ㅠ
: 도와주세요~~
허가권 때문인듯 하군요...^^;;
access.db등등의 퍼미션에 실행권한이 있어서 문제가 생긴듯 합니다.
퍼미션은 644정도로 바꾸어 두시면 되실것 같군요..
chmod 644 *.db--산은 지리산~~