postfix邮件服务器
xiaotjx
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 下postfix邮件服务器的搭建
Postfix 基本设置指南 [编辑]介绍 这份指南将帮助你建立一个基本的企业级Postfix邮件服务器。主要目的是教会你如何安装和配置一个包含IMAP和POP3服务的基本Postfix邮件服务器。在此我不打算告诉你诸如病毒检测或垃圾过滤等高级应用。 这份指南较偏向于理论,适合postfix初学者。我的高级postfix指南是Postfix 虚拟邮箱和病毒过滤指转载 2012-07-26 11:38:55 · 1911 阅读 · 0 评论 -
postfix + imap + pop3的配置
一、查看sendmail sendmail和postfix只能开启一个 1.查看sendmail是否运行 # /etc/rc.d/init.d/sendmail status 2.停止sendmail服务 # /etc/rc.d/init.d/sendmail stop 3.删除sendmail # rpm -q sendmail # rpm -e --allmatches --n转载 2012-07-27 16:30:44 · 4034 阅读 · 0 评论 -
postfix 配置详解
Postfix的配置详解 2008-03-26 10:37 4.1 postfix的配置文件结构 postfix的配置文件位于/etc/postfix下,安装完postfix以后,我们可以通过ls命令查看postfix的配置文件: [root@mail postfix]# ls install.cf main.cf master.cf postfix-script 这四转载 2012-07-26 17:49:09 · 938 阅读 · 0 评论
分享