设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 操作系统 >> OpenBSD >> 在FreeBSD上建立一个功能完整的邮件服务器
精品推荐
OpenBSD点击TOP10
·Free BSD,Linux之比较
·freebsd VPN 搭建
·freebsd系统时间同步及ntp服务的提供
·freebsd ipf+ipnat+ipfw建立带流量控制的透明网关
·FreeBSD的配置
·ipf+ipnat+ipfw建立带流量控制的透明网关
·POSTFIX下的反垃圾反病毒邮件系统
·FreeBSD 5.2.1R Web Server架设实例过程
·OpenBSD可加载内核模块编程完全指南
·FreeBSD+IPFILTER实现整网(N个Vlan)透明代理上网
操作系统点击TOP10
·Windows Vista完全硬盘安装法
·Windows Vista 激活不求人
·Windows Vista局域网网络连接设置
·Windows Vista系统动态桌面截图欣赏
·Windows XP中磁盘的分区应用
·Windows NT/2000/XP 出现蓝屏并显示“STOP 0x0000007f”错误
·让Windows XP变身Vista
·一招搞定Vista系统软件不兼容问题
·教你如何正确配置和优化Windows Vista
·只转两圈 加快Windows XP启动速度
精选专题

在FreeBSD上建立一个功能完整的邮件服务器

作者: 来源:网络文章 时间:2005-12-13 0:45:42

在FreeBSD上建立一个功能完整的邮件服务器(1) 第一部分:安装邮件服务器:postfix+vm-pop3d+openwebmail

欢迎大家转贴这个文章,但要保留下面的版权信息:

作者:llzQQ
出处:www.chinaUnix.net
联系:llzqq@126.com

以下的安装在FreeBSD 5.2.1系统上完成

1.更新 ports

# cvsup -gL 2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/ports-supfile 


2. 安装 openssl+apache 服务器 

# cd /usr/ports/security/openssl
# make install
# make clean
# cd /usr/ports/www/apache2
# make install 
# make clean 
# vi /etc/rc.conf

apache2_enable="YES"


3. 安装 openwebmail 

# cd /usr/ports/mail/openwebmail/ 
# make WITH_QUOTA=yes install
# make clean 


4. 安装 postfix ,在安装过程中用yes回答提出的问题

# cd /usr/ports/mail/postfix/ 
# make install
# make clean 

# vi /etc/rc.conf

为了能启动postfix加入: 

sendmail_enable="YES" 
sendmail_flags="-bd" 
sendmail_pidfile="/var/spool/postfix/pid/master.pid" 
sendmail_outbound_enable="NO" 
sendmail_submit_enable="NO" 


5. 安装 vm-pop3d 

# cd /usr/ports/mail/vm-pop3d 
# make install 
# make clean 


6. 配置 postfix 
 
# vi /usr/local/etc/postfix/main.cf 

添加:

myhostname = nero.3322.org
mydomain = nero.3322.org
virtual_alias_maps=hash:/usr/local/etc/postfix/virtual 
alias_maps=hash:/usr/local/etc/postfix/aliases 
default_privs=nobody 

共7页 9 7 [1] [2] [3] [4] [5] [6] [78 :>

在FreeBSD上建立一个功能完整的邮件服务器 相关文章:
在FreeBSD上建立一个功能完整的邮件服务器 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com