: makemap :error .opening type hashmap /etc/mail/virtusertable;
: Executable files not allowed
: makemap :error .opening type hashmap /etc/mail/access
: Executable files not allowed
: makemap :error .opening type hashmap /etc/mail/domaintable
: Executable files not allowed
: makemap :error .opening type hashmap /etc/mail/mailertable
: 이렇게 나오더라고요
: 그래서리
: makemap hash /etc/mail/access < /etc/mail/access
: Executable files not allowed
:
: 이런식으로 나오더라고요 ㅠㅠ
: /etc/mail의 퍼미션은 755이고
: 각 파일의 db (예 access.db , domailtable.db)파일들이 있고요
: 각 db파일 지구고 다시 해야 하나요?
: 알려주세요 고수님들...
파일의 퍼미션 문제로 보입니다. 아래와 비교 해보세요.
<PRE>
$ l /etc/mail
-rw-r--r-- 1 root root 455 Dec 8 17:48 access
-rw-r--r-- 1 root root 20480 Jan 7 19:41 access.db
-rw-r--r-- 1 root root 805 Jan 7 20:00 aliases
-rw-r--r-- 1 root mail 20480 Jan 7 20:31 aliases.db
-rw-r--r-- 1 root root 0 Dec 30 14:58 domaintable
-rw-r--r-- 1 root root 4096 Jan 7 19:41 domaintable.db
-rw-r--r-- 1 root root 706 Jan 10 16:56 virtusertable
-rw-r--r-- 1 root root 16384 Jan 10 16:56 virtusertable.db
</PRE>--qKing