<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - Postfix</title>
    <link>http://www.firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=378</link>
    <description>Latest 20 threads of Postfix</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 04:40:29 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://www.firemail.wang:8088/</link>
    </image>
    <item>
      <title>POSTFIX权威指南</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9231</link>
      <description><![CDATA[http://www.postfix.org/
下载编译 安装
ftp://ftp.cuhk.edu.hk/pub/packages/mail-server/postfix/index.html

postfix-2.0.20.tar.gz
postfix-2.0.20.tar.gz.sig]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Fri, 22 Dec 2017 09:22:52 +0000</pubDate>
    </item>
    <item>
      <title>POSTFIX理论知识记录</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9229</link>
      <description><![CDATA[http://blog.51niux.com/?id=121
一直想找个时间将postfix的理论知识总结一下，这次就抽个时间来记录一下。很多内容还是参考POSTFIX权威指南。
http://blog.51niux.com/?id=59 已经很详细的记录了一个企业级的邮件服务器的搭建过程，这里对一些理论知识做些总结记录。 ...]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Thu, 21 Dec 2017 09:09:04 +0000</pubDate>
    </item>
    <item>
      <title>postfix常用命令</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9228</link>
      <description><![CDATA[如何查看postfix的版本

[root@localhost sasl2]# postconf -d | grep mail_version
mail_version = 2.10.1
milter_macro_v = $mail_name $mail_version


[root@localhost sasl2]# rpm -qa | grep postfix
postfix-2.10.1-6.el7.x86_64]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Thu, 21 Dec 2017 03:02:32 +0000</pubDate>
    </item>
    <item>
      <title>查看postfix安装及运行情况</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9193</link>
      <description><![CDATA[rpm包安装的
$ rpm -qa |grep postfix    或 rpm -qa postfix

postfix-2.10.1-6.el7.x86_64



源码包安装

查看服务或端口25及110端口是否有监听

netstat -antp   或  netstat -antp | grep \&quot;25\&quot;


systemctl list-unit-files |grep postfix

[root@ ...]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Tue, 05 Dec 2017 07:59:50 +0000</pubDate>
    </item>
    <item>
      <title>DDNS原理</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9192</link>
      <description><![CDATA[DDNS原理
什么是动态 DNS (Dynamic DNS, DDNS) 主机呢？还记得我们在第十章里面提到， 如果我们本身是以拨号上网制的 ADSL 连上 Internet 时，我们的 IP 通常是 ISP 随机提供的，因此每次上网的 IP 都不固定，所以， 我们没有办法以上面的 DNS 设定来给予这种连上 Inte ...]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Fri, 01 Dec 2017 08:32:53 +0000</pubDate>
    </item>
    <item>
      <title>DNS（Domain Name System，域名系统）</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9191</link>
      <description><![CDATA[http://linux.vbird.org/linux_server/0350dns.php

DNS 越来越重要，尤其未来 IPv6 这个需要 128bits (2^128-1个地址)位址的玩意儿。因为我们连 IPv4 的 32bits (有2^32-1个地址)都背不起来了， 128bits 要怎么背？ 这时主机名称自动解析为 IP 就很重要啦！那就是 DN ...]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Fri, 01 Dec 2017 06:50:19 +0000</pubDate>
    </item>
    <item>
      <title>Postfix邮件服务器</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9190</link>
      <description><![CDATA[Postfix是用来替代Sendmail的，它的配置文件比Sendmail简单得多，配置相当容易。在配置邮件服务器之前，先解释几个概念。我们通常使用Email都很容易，但是Internet的邮件系统是通过几个复杂的部分连接而成的，对于最终用户而言，我们熟悉的Outlook，Foxmail等都是用来收 ...]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Fri, 01 Dec 2017 06:06:45 +0000</pubDate>
    </item>
    <item>
      <title>邮件服务器运作原理</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9185</link>
      <description><![CDATA[http://linux.vbird.org/linux_server/0380sendmail.php
邮件服务器运作原理：
Mail 与 DNS 系统的相关性：
既然我的主机需要 DNS 来转译主机名称使成为 IP ，那么我真的就得必须要架设 DNS 吗？当然不是！
假设我的主机名称对应 IP 已经成功的在 Internet 上面完成 ...]]></description>
      <category>Postfix</category>
      <author>java</author>
      <pubDate>Wed, 29 Nov 2017 11:45:28 +0000</pubDate>
    </item>
  </channel>
</rss>