第一范文网 - 专业文章范例文档资料分享平台

Linux网络技术项目方案设计 - 图文

来源:用户分享 时间:2025/5/17 16:11:24 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

(需要在 etc下创建vsftpd.chroot._list 并在里面添加用户) 3.2 启动vsftpd 服务 service vsftpd start

4.1 综合测试.

4.1.1 客户端XP的ip地址

4.2 访问测试.我们在此用了Dns做解析.所以可以访问域名的.

21

22

6.1.5.Mail服务配置

mail服务的ip地址 vi /etc/sysconfig/network-scripts/ifcfg-eth0

mail服务的Dns vi /etc/resolv.conf

2.1 rpm –ivh 安装mail服务所需软件包 iptables 关闭防火墙 2.1.1 删除冲突软件,sendmail,需要执行: rpm -e --nodeps sendmail 安装postfix

rpm -ivh --nodeps RPMS/postfix-2.5.1-2ext.i386.rpm 简化postfix配置:

postconf -n > /etc/postfix/main2.cf

mv /etc/postfix/main.cf /etc/postfix/main.cf.old mv /etc/postfix/main2.cf /etc/postfix/main.cf 2.1.2再编辑main.cf: vi /etc/postfix/main.cf

增加如下内容: # hostname

mynetworks = 127.0.0.1

myhostname = mail.extmail.org

mydestination = $mynetworks $myhostname

# banner

mail_name = Postfix - by extmail.org

smtpd_banner = $myhostname ESMTP $mail_name

# response immediately

23

smtpd_error_sleep_time = 0s

unknown_local_recipient_reject_code = 450

# extmail config here

virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf

virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf virtual_transport = maildrop:

编辑mysql_virtual_alias_maps.cf

vi /etc/postfix/mysql_virtual_alias_maps.cf

内容如下: user = extmail

password = extmail hosts = localhost dbname = extmail table = alias

select_field = goto where_field = address

编辑mysql_virtual_domains_maps.cf

vi /etc/postfix/mysql_virtual_domains_maps.cf

内容如下: user = extmail

password = extmail hosts = localhost dbname = extmail table = domain

select_field = description where_field = domain

#additional_conditions = and backupmx ='0' and active ='1' 编辑mysql_virtual_mailbox_maps.cf

vi /etc/postfix/mysql_virtual_mailbox_maps.cf 内容如下: user = extmail

password = extmail hosts = localhost dbname = extmail table = mailbox

select_field = maildir where_field = username

#additional_conditions = and active = '1' 2.1.3

配置Courier-Authlib

24

搜索更多关于: Linux网络技术项目方案设计 - 图文 的文档
Linux网络技术项目方案设计 - 图文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c1xhyk5a96m5nrap1skkd_6.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top