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

Postfix郵件的備份方法

運(yùn)維 系統(tǒng)運(yùn)維
postfix郵件該如何備份?本文主要講述的是postfix下bcc的使用。postfix的bcc功能可以根據(jù)一些條件 將郵件密送到指定的郵箱

  postfix 郵件備份方法:

  postfix的bcc(密送)功能可以根據(jù)條件,將所有經(jīng)過(guò)postfix隊(duì)列的郵件根據(jù)規(guī)則密送到指定的郵箱。

  postfix帶有三個(gè)bcc參數(shù):

 ?、?、always_bcc:將所有的postfix 郵件都備份到指定郵箱;

  ②、sender_bcc_maps:將收件人包含在map文件中的postfix 郵件被分到指定郵箱;

 ?、?、recipient_bcc_maps:將收件人包含在map文件中的postfix 郵件被分到指定郵箱。

 

  1、recipient_bcc_maps和sender_bcc_maps的postfix使用

  # vi /etc/postfix/main.cf #增加下面兩行

  recipient_bcc_maps = hash:/etc/postfix/recipient_bcc

  sender_bcc_maps = hash:/etc/postfix/sender_bcc

  # cat sender_bcc

  sender@test.com backup@test.com

  # cat recipient_bcc

  recipient@test.com backup@test.com

  #postmap /etc/postfix/sender_bcc

  #postmap /etc/postfix/recipient_bcc

  #/etc/init.d/postfix reload

 

  2、always_bcc的postfix 使用方法

  # vi /etc/postfix/main.cf #增加下面一行

  always_bcc = backup@test.com

  #/etc/init.d/postfix reload

  注意:如果bbc被彈回,postfix 郵件退信將被退回到發(fā)件人。

【編輯推薦】

  1. Postfix對(duì)郵件的處理流程
  2. Linux下的郵件服務(wù)器 postfix
  3. 如何安裝Postfix
  4. Postfix郵件安裝實(shí)現(xiàn)介紹
  5. Postfix入門(mén)篇
  6. 圖文并茂 Postfix后臺(tái)如何工作
  7. 圖文并茂 Postfix如何接收郵件
  8. 圖文并茂 Postfix如何投遞郵件
責(zé)任編輯:zhaolei 來(lái)源: 網(wǎng)絡(luò)轉(zhuǎn)載
相關(guān)推薦

2011-01-19 13:39:38

Postfix郵件監(jiān)控

2011-02-21 10:13:38

Postfix

2011-01-20 09:45:52

Postfix郵件

2010-06-02 18:17:09

Postfix郵件

2011-01-18 15:57:00

Postfix

2010-06-09 18:08:52

Postfix郵件

2011-02-21 14:12:15

Postfix服務(wù)器安裝

2010-05-25 18:19:41

postfix郵件

2011-01-20 10:08:25

postfix安裝

2011-02-21 13:26:47

Postfix郵件處理

2010-01-11 09:46:24

Postfix郵件系統(tǒng)

2010-06-02 18:00:05

Postfix郵件

2010-06-09 18:17:20

Postfix郵件

2011-01-18 15:47:20

2011-01-19 17:30:21

Postfix郵件投遞

2010-06-02 16:48:49

postfix郵件服務(wù)

2011-01-19 17:34:39

Postfix如何接收郵件

2011-03-08 09:58:02

Postfix郵件服務(wù)

2012-03-15 18:20:55

郵件歸檔郵件備份

2009-12-04 10:24:25

點(diǎn)贊
收藏

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