Chinaunix

标题: 请教smtp认证的问题! [打印本页]

作者: alenxcn    时间: 2004-12-03 19:29
标题: 请教smtp认证的问题!
netqmail1.05+vpopmail5.4.7+qmail-smtp-auth3.0.1

[root@gzhb bin]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 gzhb.hitfz.cn ESMTP
ehlo
250-gzhb.hitfz.cn
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
auth login
334 VXNlcm5hbWU6
username
334 UGFzc3dvcmQ6
passwd
454 oops, unable to write pipe and I can't auth (#4.3.0)
请问这是什么原因啊?我在网上查了许久,也没找到原因啊
作者: carelezz    时间: 2004-12-04 11:56
标题: 请教smtp认证的问题!
有特别为netqmail v1.05制作的auth补丁,连接地址如下:
http://shupp.org/patches/netqmail-1.05-tls-smtpauth-20041111.patch

说明如下:

  1. This patch for netqmail 1.05 is a composite of the latest versions of Frederik
  2. Vermulen's TLS patch (20040419) and Erwin Hoffmann's SMTP-AUTH (0.5.6) update
  3. to Eric M. Johnston's and Krzysztof Dabrowski's qmail-smtpd-auth-0.31 patch.

  4. To install, get netqmail 1.05, put it in the same directory as this patch, and
  5. then set it up:

  6. wget http://qmail.org/netqmail-1.05.tar.gz
  7. tar -xzf netqmail-1.05.tar.gz
  8. cd netqmail-1.05
  9. ./collate.sh
  10. cd netqmail-1.05
  11. patch -p0 < ../../netqmail-1.05-tls-smtpauth-20041111.patch
  12. cd netqmail-1.05
  13. make
  14. make setup check
复制代码


--
作者: yxg0512    时间: 2004-12-07 22:44
标题: 请教smtp认证的问题!
圣骑就是圣骑   我以前也遇到过类似问题   可惜就没能这么幸运的遇到圣骑这么热心的大侠  郁闷了近半个月才解决拉问题   唉




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2