다시 imap이란 검색어로 검색해보니 의외로 답이 쉽게 나오네요
제가 현재 레댓 7.1를 쓰고 있는데 그래서인지 답글이 2001년도에 게시된
글이라는..
아래는 mk님께서 아래 작성해두신 글입니다.
참..
impa RPM 패키지는 놀랍게도(?) 두번째 CD에 있었습니다..^^;
shell> mount /mnt/cdrom
shell> cd /mnt/cdrom/RedHat/RPMS
shell> rpm -ivh imap*
shell> vi /etc/xinetd.d/ipop3
# default: off
# description: The POP3 service allows remote users to access their mail
# using an POP3 client such as Netscape Communicator, mutt,
# or fetchmail.
service pop3
{
disable = no // 서버스를 사용하겠다. yes : 서버스를 사용하지 않음.
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += USERID
log_on_failure += USERID
}
shell> vi /etc/xinetd.d/imap
똑같이 disable = no로 하시고...
xinet daemon 재실행
shell> /etc/rc.d/init.d/xinetd restart
비번을 두지 않아 질문글을 지우지 못해 대신 이렇게 해결 방법을
남겨 놓습니다.--후..