sendmail를 설치해서 서버에 메일이 잘들어오고 있습니다
그리고 imap-2001a-10.i386.rpm과imap-devel-2001a-10.i386.rpm를 설치했습니다
그래서 impa포트인143번이 열려있습니다
그러나 아웃룩으로 확인할려고하니 pop3가있어야되서...설치하려고 하는데
그것을 잘모르겠네요...그래서 /etc/xinetd.d에있는pop3s있는설정파일을 # default: off
# description: The POP3S service allows remote users to access their mail
# using an POP3 client with SSL support such as fetchmail.
service pop3s
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += HOST DURATION
log_on_failure += HOST
disable = no
}
이렇게 설정하고.../etc/rc.d/init.d/xinetd restart를 해주었는데
pop3포트 110이 안뜨네요///알려주세요....