SquirrelMail 를 설치했는데,, imap 에러가 나네요 ㅠ.ㅠ

ksiworld의 이미지

레드핫 9.0
SquirrelMail 버전 1.4.3a-2
imap-2001a-18
imap-devel-2001a-18

위와 같으며,

설치된 주소로 로긴 할려구 하는데,,

에러메세지가
Warning: fsockopen(): unable to connect to webgatekorea.co.kr:143 in /usr/share/squirrelmail/functions/imap_general.php on line 445

IMAP 서버 연결 오류:
110 : 연결 시간 초과

위와 같이 뜨네요,,

imap 을 어떻게 구동해야 되는지.. 궁금하구요 ㅠ.ㅠ

imap은 rpm 으로 설치 했습니다.

자세하게 설명좀 부탁드립니다...

offree의 이미지

ksiworld wrote:
레드핫 9.0
SquirrelMail 버전 1.4.3a-2
imap-2001a-18
imap-devel-2001a-18

위와 같으며,

설치된 주소로 로긴 할려구 하는데,,

에러메세지가
Warning: fsockopen(): unable to connect to webgatekorea.co.kr:143 in /usr/share/squirrelmail/functions/imap_general.php on line 445

IMAP 서버 연결 오류:
110 : 연결 시간 초과

위와 같이 뜨네요,,

imap 을 어떻게 구동해야 되는지.. 궁금하구요 ㅠ.ㅠ

imap은 rpm 으로 설치 했습니다.

자세하게 설명좀 부탁드립니다...

imap 설정이 잘못 된 것이 아닌가 생각이 됩니다.

레드햇 9 버전이라면 방화벽이 설정이 되어 있을 것입니다.
방화벽도 열어주어야 할 것이구요.

imap 이 xinetd 설정으로 할 것 같은데, xinetd 설정도 봐주어야 할 것입니다.

자세한 사항은 추가 검색해 보시길..

사용자가 바꾸어 나가자!!

= about me =
http://wiki.kldp.org/wiki.php/offree , DeVlog , google talk : offree at gmail.com

익명 사용자의 이미지

방화벽은 해제(iptables) 되어 있으며,

imap 셋팅방법 or 관련 문서좀 부탁드립니다.

익명 사용자의 이미지

/etc/xinetd.d/imap 파일

service imap
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += HOST DURATION
log_on_failure += HOST
}

offree의 이미지

김성인 wrote:
/etc/xinetd.d/imap 파일

service imap
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += HOST DURATION
log_on_failure += HOST
}

위와 같이 되어있나요?

그렇다면 안되는 것이 맞습니다. ^^

disable = no 가 되어야 합니다.

그럼. 성공하시길..

사용자가 바꾸어 나가자!!

= about me =
http://wiki.kldp.org/wiki.php/offree , DeVlog , google talk : offree at gmail.com

ksiworld의 이미지

disable = no
로 하고

/etc/rc.d/init.d/./xinet restart

했는데,,

에러메세지가
Warning: fsockopen(): unable to connect to webgatekorea.co.kr:143 in /usr/share/squirrelmail/functions/imap_general.php on line 445

IMAP 서버 연결 오류:
110 : 연결 시간 초과

위와 같이 뜨네요,,

하지만 조금 전과는 달리

telnet localhost 110 , telnet localhost 143

을 해보니,, 반응은 있습니다...