用户操作
[留言]  [发消息]  [加为好友] 
订阅我的博客
XML聚合    FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
linuxnote的公告
因为我的忘性>>记性, 所以就有了这个叶子. msn:edp_bill@hotmail.com 欢迎大家提出意见和建议! <p><b>今日天气</b><br> <center><iframe width=157 height=240 frameborder=0 scrolling=NO src='http://appnews.qq.com/cgi-bin/news_qq_search?city='></iframe></center> <p><b></b><br> <p><b>本站访问量</b><br> <script language=JavaScript src="http://laoan.com/counters/count.php?linuxnote"></script></br>
文章分类
linux
91talk(RSS)
allaboutporgram(RSS)
c++(RSS)
chinaunix(RSS)
cnfug(RSS)
delicious 站点 - 网上的个人收藏夹 (RSS)
freebsd(RSS)
huihoo(RSS)
linux resource(RSS)
linuxAid(RSS)
linuxfans(RSS)
linuxsir(RSS)
linuxweales(RSS)
loveunix(RSS)
netfilter(RSS)
routerclub(RSS)
wonyen(RSS)
yaoguang(RSS)
个人blog
derny's blog
dragon_tao(RSS)
eb's blog(RSS)
FanlyHu(RSS)
fix computer(RSS)
heye's blog
johnathan's blog(RSS)
picture(RSS)
windows technet(RSS)
布丁的blog(RSS)
辣鸡块's blog(RSS)
存档

原创  postfix安裝的簡短流程 收藏

作者:Tony

POSTFIX安裝的簡短流程.

 
1.apt-get -f install postfix postfix-tls sasl2-bin libsasl2-modules qpopper 

2.編輯vi /etc/default/saslauthd 
START=yes 
MECHANISMS=pam 

3.vi /etc/postfix/sasl/smtpd.conf 加入 
pwcheck_method: saslauthd 
mech_list: login plain 

4.chown postfix:postdrop /var/run/saslauthd 
chown -R root:sasl /var/run/saslauthd 

5.vi /etc/postfix/main.cf 
smtpd_sasl_auth_enable = yes 
broken_sasl_auth_clients = yes 
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination 
smtpd_client_restrictions = permit_sasl_authenticated 
smtpd_sasl_security_options = noanonymous 

6.vi /etc/postfix/master.cf 
smtp inet n - - - - smtpd 
改成 
smtp inet n - n - - smtpd -v 

7.addgroup postfix sasl 

发表于 @ 2005年08月20日 14:27:00 | 评论( loading... ) | 编辑| 举报| 收藏

旧一篇:postfix邮件系统

  • 发表评论
  • 评论内容:
  •  
Copyright © linuxnote
Powered by CSDN Blog