注册 登录
编程论坛 Linux教室

[讨论]安装Sendmail

柒鹰旅 发布于 2006-10-17 17:52, 1710 次点击
讨论一下安装Sendmail
我系统是CentOS.已经安装好sendmail,要支持POP3是否还要qpopper?
---------------
[root@Fnu mail]# uname -a
Linux Fnu.cnenc 2.6.9-42.0.3.EL #1 Fri Oct 6 05:59:54 CDT 2006 i686 i686 i386 GNU/Linux
----------------
[root@Fnu mail]# rpm -qa sendmail
sendmail-8.13.1-3.RHEL4.5
----------------
3 回复
#2
无理取闹2006-10-17 18:53
我没安那个
#3
柒鹰旅2006-10-20 13:08
sendmail可以telnet,呵呵,不过还没有POP3的验证.
唉,只能慢慢来....
--------
[root@Fnu ~]# telnet fnu.cnenc 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 Fnu.cnenc ESMTP Sendmail 8.13.1/8.13.1; Fri, 20 Oct 2006 10:54:24 +0800
ehlo fnu
250-Fnu.cnenc Hello Fnu.cnenc [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
mail from: root@fnu.cnenc
250 2.1.0 root@fnu.cnenc... Sender ok
rcpt to: <root@fnu.cnenc>
250 2.1.5 <root@fnu.cnenc>... Recipient ok
data
354 Enter mail, end with "." on a line by itself
from: Adminitrator<root@fnu.cnenc>
to: Administrator<root@fnu.cnenc>
date:23 Oct 2006 11:11:11 +0800
subject: Hello,I'm leizw

hehe,hehe.

haha,haha.

.
250 2.0.0 k9K2sOZI005328 Message accepted for delivery

500 5.5.1 Command unrecognized: ""

quit
221 2.0.0 Fnu.cnenc closing connection
Connection closed by foreign host.

[root@Fnu ~]#
You have new mail in /var/spool/mail/root
[root@Fnu ~]#

#4
lucky5635912010-11-11 07:49
除了编程,什么都在win下
1