Sendmail和Postfix哪种好?怎么利用此来建立Linux Mail Server反垃圾策略?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sendmail和Postfix哪种好?怎么利用此来建立Linux Mail Server反垃圾策略?相关的知识,希望对你有一定的参考价值。

现在还有人用sendmail吗?强悍!!sendmail的配置文件是人看的吗?晕了 如果是搭建MTA的话当然是postfix或者qmail之类的 关于反垃圾邮件 你到中国反垃圾邮件联盟找找资料看下 http://www.anti-spam.org.cn/ 参考技术A postfix要好! sendmail还是使用的系统帐号,不便于管理!! sendmail适合在本机传递邮件!! 你可以看看 http://www.extmail.org 是用的postfix做的MTA 参考技术B 2个都有用的
应该是各有好处
但是我知道linux下Sendmail用的多

liunx postfix与sendmail 开启与关闭

1:检查sendmail服务的状态

   service sendmail status

2:开启sendmail服务

 

service sendmail start

 

3:关闭sendmail服务

 

service sendmail stop

 

3:重启sendmail服务

 

service sendmail reload

 

 

检查一下是否有设定 sendmail在 reboot 后自动启动
  chkconfig --list | grep sendmail

 

  chkconfig sendmailoff   全部关闭

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1:检查postfix服务的状态

 

service postfix status

 

2:开启postfix服务的状态

 

service postfix start

 

3:关闭postfix服务的状态

 

service postfix stop

 

4:重启postfix服务的状态

 

service postfix reload

检查一下是否有设定 postfix 在 reboot 后自动启动
  
chkconfig --list | grep postfix

  chkconfig postfix off   全部关闭

 

以上是关于Sendmail和Postfix哪种好?怎么利用此来建立Linux Mail Server反垃圾策略?的主要内容,如果未能解决你的问题,请参考以下文章

MTA---smtp(25,postfix,sendmail),Pop3(110,Devocot), MUA(foxmail) IMAP(server,client rsync)

liunx postfix与sendmail 开启与关闭

PHP、postfix、sendmail、thunderbird 仅适用于本地开发者

Postfix

linux基于Postfix和Dovecot邮件系统的搭建

Postfix