Unix/Solaris10

Dovecot imap과 Thunderbird

ForceCore 2008. 1. 23. 00:01
안된다.
why?
TLS/SSL설정을 잘 해야 하니까.

log_path = /var/log/maillog
로 설정하였다.

작업하는 동안 로그를 통해 뭐가 문제인지 이제 볼 수 있을 것이다..

Thunderbird의 로그 기능을 쓰는 것도 좋다.
batch파일을 이렇게 만든다.

set mydate=%date:~-4,4%%date:~-7,2%%date:~-10,2%
set mytime=%time:~0,2%%time:~+3,2%

set NSPR_LOG_MODULES=IMAP:5
set NSPR_LOG_FILE=c:\thunderbird_%mydate%_%mytime%.log

start /d "c:\program files\mozilla thunderbird" thunderbird.exe
c:\에 디버그용 파일이 생길 것이다.

또 엄...
postfix 자체도 TLS/SSL support가 제대로 있어야만 성공할 수 있다.