[완료]horde webmail 1.1.1 사용해보신분이나 설치 해보신분 도움좀 주세요.
horde webmail 1.1.1를 설치 했습니다.
qmail 1.03
vpopmail 5.4.25 + mysql 5.0.45
courier-authlib 0.60.2
courier-imap 4.3.1
이렇게 설치 했습니다.
열린 포트는 이렇게 열려있구요.
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2126/tcpserver
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2131/tcpserver
tcp 0 0 :::143 :::* LISTEN 2017/couriertcpd
tcp 0 0 :::80 :::* LISTEN 2028/httpd
텔넷 접속 로그인 테스트는 다 잘됩니다.
아웃룩으로 보내기 받기도 잘됩니다.
다람쥐 메일 설치해도 잘되구요.
근데 horde 웹메일만 로그인이 안됩니다.
특별한 메시지는 없구요.
로그인 하면 horde.log 파일에 이런메시지가 남습니다.
Jun 27 12:59:50 HORDE [notice] [imp] Login success for test@testdomain.com [xxx.xxx.xxx.xxx] to {localhost:143 [imap/notls]} [pid 5955 on line 306 of "/home/webmail/public_html/imp/lib/Session.php"
별다른 메시지가 아닌거 같은데 로그인 페이지에서 안넘어 갑니다.
호데 테스트 페이지에서 no 라고 뜬건..
LDAP Support: No
PostgreSQL Support: No
memory_limit value: 128M
If PHP's internal memory limit is not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). You should set the value of memory_limit in php.ini to a sufficiently high value - at least 64M is recommended.
이렇게 3개 입니다.
imp 테스트에는
gollem: No
Gollem provides access to local VFS filesystems to attach files.
이거 하나입니다.
그리고 imp테스트에서 imap 연결 테스트 하면
Attempting to automatically determine the correct connection parameters for your server:
Trying protocol imap/notls, Port 143:
SUCCESS - INBOX has 1 messages (1 new 0 recent)
Trying protocol imap/ssl, Port 993:
ERROR - The server returned the following error message:
Can't connect to mail.testdomain.com,993: Connection refusedTrying protocol imap/ssl/novalidate-cert, Port 993:
ERROR - The server returned the following error message:
Can't connect to mail.testdomain.com,993: Connection refusedTrying protocol imap/tls/novalidate-cert, Port 143:
SUCCESS - INBOX has 1 messages (1 new 0 recent)
The following configurations were successful and may be used in your imp/config/servers.php file:
Configuration 1
'server' => 'localhost'
'protocol' => 'imap/notls'
'port' => '143'
Configuration 2
'server' => 'localhost'
'protocol' => 'imap/tls/novalidate-cert'
'port' => '143'
The following IMAP server information was discovered from the remote server:
Namespace Information
NAMESPACE: "INBOX."
DELIMITER: .
TYPE: personal
NAMESPACE: "#shared."
DELIMITER: .
TYPE: shared
NAMESPACE: "shared."
DELIMITER: .
TYPE: shared
IMAP server capabilities:
Array
(
[UIDPLUS] => 1
[CHILDREN] => 1
[NAMESPACE] => 1
[THREAD] => Array
(
[0] => ORDEREDSUBJECT
[1] => REFERENCES
)
[SORT] => 1
[QUOTA] => 1
[IDLE] => 1
[ACL] => 1
[ACL2] => Array
(
[0] => UNION
)
[STARTTLS] => 1
)
IMAP CHILDREN support:
SUPPORTEDIMAP Charset Search Support:
Server does not support searching with the UTF-8 character set.
이걸 보면 메시지 확인하는데까지는 정상인것 같습니다.
하지만 로그인 페이지에서 로그인 하면 페이지가 넘어가지 않습니다.
이런 증상을 격으신 분이나 해결책을 가지고 계시면 도와주십시요.
해결 완료.
php 세션 문제 입니다.
use_only_cokkies 옵션을 false로 고치면 잘 되는군요 -_-;
댓글 달기