正向解析、反向解析都没有问题,postfix默认端口为25
10年的肥城网站建设经验,针对设计、前端、开发、售后、文案、推广等六对一服务,响应快,48小时及时工作处理。网络营销推广的优势是能够根据用户设备显示端的尺寸不同,自动调整肥城建站的显示方式,使网站能够适用不同显示终端,在浏览器中调整网站的宽度,无论在任何一种浏览器上浏览网站,都能展现优雅布局与设计,从而大程度地提升浏览体验。创新互联从事“肥城网站设计”,“肥城网站推广”以来,每个客户项目都认真落实执行。配置postfix的配置文件
[root@www:/var/named]# cd /etc/postfix/ [root@www:/etc/postfix]# vim main.cf myhostname = www.crwolf.com myorigin = crwolf.com mydomain = crwolf.com mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mynetworks = 192.168.1.0/24, 127.0.0.0/8
重启postfix,然后测试
[root@www:/etc/postfix]# service postfix restart 关闭 postfix: [确定] 启动 postfix: [确定] [root@www:/etc/postfix]# vim /etc/resolv.conf nameserver 192.168.1.9将DNS解析指向本机 [root@www:/etc/postfix]# telnet mail.crwolf.com 25 Trying 192.168.1.9... telnet: connect to address 192.168.1.9: Connection refused #连接拒绝 [root@www:/etc/postfix]# telnet localhost 25 #本地为什么可以? Trying ::1... Connected to localhost. Escape character is '^]'. 220 www.crwolf.com ESMTP Postfix
检查问题
先查看有没有telnet服务
[root@www:/etc/postfix]# cd [root@www:~]# rpm -qa telnet telnet-0.17-48.el6.x86_64 #这个有 [root@www:~]# rpm -qa telnet-server #这个没有 [root@www:~]# chkconfig --list 基于 xinetd 的服务: #xinetd这里也没有telnet [root@www:~]# yum install -y telnet-server #下载telnet-server [root@www:~]# chkconfig --list 基于 xinetd 的服务: telnet: 关闭
现在有telnet,但是服务是关闭的,将其打开
[root@www:~]# service xinetd restart 停止 xinetd: [确定] 正在启动 xinetd: [确定] [root@www:~]# service telnet start telnet: 未被识别的服务 [root@www:~]# chkconfig telnet on [root@www:~]# chkconfig --list 基于 xinetd 的服务: telnet: 启用 [root@www:~]# telnet mail.crwolf.com 25 Trying 192.168.1.9... telnet: connect to address 192.168.1.9: Connection refused #还是拒绝
查看telnet的配置
[root@www:~]# vim /etc/xinetd.d/telnet disable = no #这里是接收的
再看以下postfix的配置文件
[root@www:~]# vim /etc/postfix/main.cf #inet_interfaces这里没有$myhostname,添加进去 inet_interfaces = localhost --> inet_interfaces = localhost, $myhostname [root@www:~]# telnet www.crwolf.com 25 #能连接上了 Trying 192.168.1.9... Connected to www.crwolf.com. Escape character is '^]'. 220 www.crwolf.com ESMTP Postfix
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。