Linux下SENDMAIL+OPENWEBMAIL(1)

sendmail+openwebmail整和在一起。实现了以WEB页面来收发邮件。
 
首先我们来看一下APACHE和SENDMAIL是否装上
因为OPENWEBMAIL依赖WEB服务器。既然要和SENDMAIL整和在一起也不会少它的
[root@yirehe root]# rpm -qa  | grep  httpd
httpd-2.0.40-21
[root@yirehe root]# rpm -qa | grep sendmail
sendmail-8.12.8-4
 
下面是整和在一起所需要的包
所需要的包在 [url]http://www.openwebmail.org[/url]; 为了让大家很快的去找到
我把包的具体路径写下来

[url]http://www.openwebmail.org/openwebmail/download/redhat/rpm/packages/rh9/[/url]
把这四个包下载下来
 
Linux下SENDMAIL+OPENWEBMAIL(1)_第1张图片
 

[url]http://www.openwebmail.org/openwebmail/download/redhat/rpm/release/[/url]下载
 
下面我们来安装这么包,我把包下载到/home/user1/
 
我们依次安装这些包:
 
 
 
 
 
我们看见 [url]http://yirehe/cgi-bin/openwebmail/openwebmail.pl[/url]
 
我们在客户端的
 
 
IE上输入 [url]http://198.168.1.153/cgi-bin/openwebmail/openwebmail.pl[/url]得到:
 
 
意思是让我们先初始化OPENWEBMAIL的服务,我们按上面所说的来初始化OPENMAILSERVER服务器:
 
yirehe=198.168.1.153
另一个配置见Linux下SENDMAIL+OPENWEBMAIL(2)
[url]http://122565.blog.51cto.com/blog/112565/22962[/url]
 

本文出自 “E网咖啡猫” 博客,转载请与作者联系!

你可能感兴趣的:(linux,Web,休闲,收发邮件)