自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

MySQL數(shù)據(jù)庫(kù)+Postfix投遞經(jīng)過驗(yàn)證的郵件正確設(shè)置

數(shù)據(jù)庫(kù) MySQL
我們今天要向大家介紹的是Postfix+Cyrus-SASL+MySQL數(shù)據(jù)庫(kù)投遞經(jīng)過驗(yàn)證的郵件正確設(shè)置的實(shí)際操作步驟,以下就是文章主要內(nèi)容描述。

以下的文章主要講述的是Postfix+Cyrus-SASL+MySQL數(shù)據(jù)庫(kù)投遞經(jīng)過驗(yàn)證的郵件正確設(shè)置的實(shí)際操作步驟,就算它是要投到本地域的郵件或來自本地局域網(wǎng)的郵件都要通過驗(yàn)證,否則就不讓過。main.cf 這一段要如何修改呢?

 

  1. mynetworks_style = host 

mynetworks = 168.100.189.0/28, 127.0.0.0/8

定義你的服務(wù)器IP

  1. #====================SASL=====================  
  2. smtpd_sasl_auth_enable = yes 
  3. smtpd_sasl_security_clients = noanonymous 
  4. broken_sasl_auth_clients = yes 
  5. smtpd_delay_reject = yes 
  6. smtpd_recipient_restrictions = permit_sasl_authenticated 
  7. reject_rbl_client opm.blitzed.org  
  8. reject_rbl_client list.dsbl.org  
  9. reject_rbl_client bl.spamcop.net  
  10. reject_rbl_client sbl-xbl.spamhaus.org  
  11. reject_rbl_client cbl.anti-spam.org.cn  
  12. reject_rbl_client cdl.anti-spam.org.cn  
  13. reject_rbl_client cblplus.anti-spam.org.cn  
  14. reject_invalid_hostname  
  15. reject_unknown_sender_domain  
  16. reject_non_fqdn_sender  
  17. reject_non_fqdn_recipient  
  18. reject_unknown_recipient_domain  
  19. reject_unauth_pipelining  
  20. reject_unauth_destination  
  21. permit_mynetworks  
  22. check_recipient_maps  
  23. smtpd_client_restrictions = permit_sasl_authenticated 
  24. smtpd_helo_restrictions = reject_invalid_hostname 
  25. smtpd_sender_restrictions = permit_sasl_authenticated 
  26. reject_non_fqdn_sender  
  27. reject_unknown_sender_domain  
  28. reject_sender_login_mismatch  
  29. smtpd_sasl_authenticated_header = yes 
  30. smtpd_helo_required = yes  

以上的相關(guān)內(nèi)容就是對(duì)Postfix+Cyrus-SASL+MySQL數(shù)據(jù)庫(kù)投遞經(jīng)過驗(yàn)證的郵件設(shè)置的介紹,望你能有所收獲。

【編輯推薦】

  1. MySQL高效分頁(yè)查詢的實(shí)際操作步驟
  2. MySQL5 master slave安裝配置全過程
  3. 如何通用存儲(chǔ)過程來對(duì)MySQL分頁(yè)查詢進(jìn)行操作
  4. MySQL宣布Cluster數(shù)據(jù)庫(kù)的基準(zhǔn)測(cè)試結(jié)果
  5. 影響MySQL數(shù)據(jù)庫(kù)安全的4個(gè)選項(xiàng)介紹
責(zé)任編輯:佚名 來源: 博客園
相關(guān)推薦

2010-05-25 18:19:41

postfix郵件

2011-01-19 17:30:21

Postfix郵件投遞

2011-02-21 08:50:50

2011-01-20 10:39:09

postfixmysql

2010-05-14 10:39:32

MySQL數(shù)據(jù)庫(kù)

2010-06-01 12:51:23

MySQL數(shù)據(jù)庫(kù)

2010-05-11 10:12:50

mysql數(shù)據(jù)庫(kù)sql

2010-07-27 15:33:00

DB2數(shù)據(jù)庫(kù)備份

2011-01-19 13:39:38

Postfix郵件監(jiān)控

2010-07-12 14:55:34

SQL Server

2010-05-26 11:21:00

MySQL數(shù)據(jù)庫(kù)操作

2010-05-25 09:47:05

2010-06-10 17:19:05

MySQL數(shù)據(jù)庫(kù)

2011-01-20 09:42:29

postfix郵件

2010-06-09 10:47:36

MySQL數(shù)據(jù)庫(kù)集群

2010-06-07 17:38:41

安裝MySQL 數(shù)據(jù)庫(kù)

2010-08-02 14:24:55

DB2數(shù)據(jù)庫(kù)備份

2010-06-10 17:05:28

2010-06-04 11:21:41

連接MySQL數(shù)據(jù)庫(kù)

2011-01-20 09:45:52

Postfix郵件
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)