>> Edit article
이름
제목
패스워드
imap 을 설치하는데요.. imap-2001a.tar.z 파일을 압축 풀어서.. # make slx 그리고 실행파일 imapd ipop3d ipop2d 를 /usr/sbin 에 이동시키고 service imap { socket_type = stream wait = no user = root server = /usr/sbin/imapd log_on_success += USERID log_on_failure += USERID disable = yes } # vi /etc/xinetd.d/ipop3d { socket_type = stream wait = no user = root server = /usr/sbin/ipop3d log_on_success += USERID log_on_failure += USERID disable = yes } 설정해주고 /etc/services 110 143 포트 앞에 # 을 제거해주고 # /etc/rc.d/init.d/xinetd restart xinetd 를 정지함: [ 확인 ] xinetd (을)를 시작합니다: [ 확인 ] 이렇게 나오고... # telnet localhost 110 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused 이렇게 나옵니다.. 또 # telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] localhost.localdomain IMAP4rev1 2001.315 at Sun, 1 Dec 2002 08:50:18 +0900 (KST) 이렇게 나옵니다.. imap 설정 방법이 어디서 잘못 되었는지.. 근데 확실하게 imap 이 올바르게 설정되어 있는지 알 수 있는 방법 어떤 겁니까..? 제가 아주 초보라서... ㅠ.ㅠ 제 설정 방법중 잘못 된거 있으면 애기좀 해주세요... 꾸벅..
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved