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

Postfix限制郵箱收發(fā)規(guī)則

運(yùn)維 系統(tǒng)運(yùn)維
Postfix中限制郵箱收發(fā)有哪些規(guī)則?該如何配置呢?本文主要講的是Postfix的配置、sender_list的配置、recipient_list的配置...

一、配置postfix

  vim /opt/postfix/conf/main.cf

  smtpd_restriction_classes=smtp_acl

  smtp_acl=check_sender_access hash:/etc/postfix/sender_list,reject

  smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_list, reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, reject_invalid_hostname, reject_non_fqdn_sender, permit

二、配置sender_list

  vim /etc/postfix/sender_list

  eric@domain.com OK

三、配置recipient_list

  vim /etc/postfix/recipient_list

  all@domain.com smtp_acl

四、轉(zhuǎn)換sender_list與recipient_list

  postmap hash:/etc/postfix/sender_list

  postmap hash:/etc/postfix/recipient_list

五、重新讀取postfix配置

  postfix reload

【編輯推薦】

  1. Postfix對(duì)郵件的處理流程
  2. Linux下的郵件服務(wù)器 postfix
  3. 如何安裝Postfix
  4. Postfix郵件安裝實(shí)現(xiàn)介紹
  5. Postfix入門篇
  6. postfix 安裝配置
  7. Postfix的配置

責(zé)任編輯:zhaolei 來源: 網(wǎng)絡(luò)轉(zhuǎn)載
相關(guān)推薦

2011-02-21 09:31:58

QQevolutionlinux

2011-05-12 13:17:37

網(wǎng)易企業(yè)郵箱

2009-02-18 12:45:00

2011-01-18 18:52:14

Postfix結(jié)構(gòu)

2014-01-16 15:18:09

盈世企業(yè)郵箱集成

2010-02-24 17:47:05

WCF集合類型

2010-06-02 17:36:31

postfix概述

2011-01-20 09:42:29

postfix郵件

2011-08-11 13:59:52

MySQLvarchar限制規(guī)則

2011-02-21 12:59:55

2011-01-18 14:47:22

Postfix

2011-02-21 13:08:37

postfix配置

2011-01-19 09:16:48

Postfix配置

2011-01-18 15:00:17

Postfix安裝

2011-02-21 12:54:47

postfix命令

2010-06-02 18:17:09

Postfix郵件

2011-01-19 09:57:48

Postfix控制

2011-02-21 09:45:15

2011-01-19 09:55:27

postfix

2012-02-23 23:08:50

mailpostfix開源
點(diǎn)贊
收藏

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