Ms7 Search
Google 搜尋 翻譯
calendar
« 元月 2013 »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
近期文章
文章分類
網站連結
Syndicate

postfix 如何限制使用者寄信或拒收來信

2013-01-18 @ 11:07 in Linux

如何限制某一使用者從 Postfix 寄信

在 /etc/postfix/main.cf 中加入 smtpd_sender_restrictions = hash:/etc/postfix/access
在 /etc/postfix/access 加入 user@ REJECT sorry,we don't provide smtp service for you (閱讀全文)