亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: courier-imap pop3s 出錯 [打印本頁]

作者: unixnovice    時間: 2008-02-16 19:12
標(biāo)題: courier-imap pop3s 出錯
服務(wù)器是基于postfix-2.4.3 +courier-imap-4.1.3

最近將TLS打開,smtp測試成功.但是pop3s卻失敗,原來的pop3和smtp都是好的.




pop3d-ssl中

POP3DSSLSTART=YES
POP3_STARTTLS=YES


COURIERTLS=/usr/local/courier-imap/bin/couriertls


從/var/log/mail.log中可以看出原因是

Feb 16 12:54:54 mail pop3d-ssl: /usr/local/courier-imap/bin/couriertls: No such file or directory


感覺問題出在這個,因為文件的確不存在,
但是google 了半天也沒有找到出錯的原因.

我的courier-imap編譯參數(shù)為:

./configure
  --prefix=/usr/local/courier-imap
  --enable-unicode  
  --with-trashquota
  --without-ipv6
  CPPFLAGS='-I/usr/local/ssl/include/openssl  -I/usr/local/courier-authlib/include'   
  LDFLAGS='-L/usr/local/courier-authlib/lib/courier-authlib'  
  COURIERAUTHCONFIG='/usr/local/courier-authlib/bin/courierauthconfig'

系統(tǒng)是debian-40r0



另好像www.courier-mta.org一直不能訪問,我用移動和電信的網(wǎng)絡(luò)都是這樣,不知道各位可是如此~~~



謝謝。
作者: 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.

而且我加入了重新編譯了一次也不行,還是報少文件usr/local/courier-imap/bin/couriertls

我感覺問題不在這兒吧.




歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2