謝謝。作者: ardi 時間: 2008-02-17 11:24 標(biāo)題: 回復(fù) #1 unixnovice 的帖子 Feb 16 12:54:54 mail pop3d-ssl: /usr/local/courier-imap/bin/couriertls: No such file or directory
系統(tǒng)提示沒有couriertls 這個文件,查查看是否真的沒有,如果沒有就是安裝的問題了作者: unixnovice 時間: 2008-02-17 12:27
這個文件的確不存在,但是找不到原因.
安裝時候這個文件也沒有產(chǎn)生?
pop3d-ssl文件中如是說
##NAME: COURIERTLS:0
#
# The following variables configure POP3 over SSL. If OpenSSL is available
# during configuration, the couriertls helper gets compiled, and upon
# installation a dummy TLS_CERTFILE gets generated. courieresmtpd will
# automatically advertise the ESMTP STARTTLS extension if both TLS_CERTFILE
# and COURIERTLS exist.
#
# WARNING: Peer certificate verification has NOT yet been tested. Proceed
# at your own risk. Only the basic SSL/TLS functionality is known to be
# working. Keep this in mind as you play with the following variables.
COURIERTLS=/usr/local/courier-imap/bin/couriertls
按他的意思是說,這個文件要在編譯時產(chǎn)生的,但是按我的編譯方式出來的卻沒有產(chǎn)生這個文件,(openssl存在的!)作者: scyzxp 時間: 2008-02-17 16:09
安裝的時候要加入--with-gnutls支持的作者: unixnovice 時間: 2008-02-17 18:11
我用的是openssl,今天掛韓國代理上了一下 http://www.courier-mta.org
上面如是說:
The OpenSSL library is selected when both OpenSSL and GnuTLS libraries are found by the configure script. Use the --with-gnutls option to explicitly select the GnuTLS library over OpenSSL.