郵件伺服器postfix,重點是認證與過濾
1、主要配置檔案/etc/postfix/main.cf,相關配置引數
myorigin 發信時所顯示的『發信源主機』專案
mydestination 設定『能夠收信的主機名』 (極重要)
mynetworks 規定信任的客戶端 (極重要)
relay_domains 規範可以幫忙 relay 的下一部 mta 主機位址
2、訪問控制與郵件別名
設定訪問控制 /etc/postfix/access
設定郵件別名 /etc/aliases, ~/.forward
文字檔案轉換為資料庫格式
postmap hash:/etc/postfix/access
postalias hash:/etc/aliases
3、察看信件佇列資訊: postqueue, mailq
4、mra 伺服器: dovecot -- secure imap and pop3 server
5、配置引數聯機幫助,man 5 postconf
部分配置引數摘錄
smtpd_recipient_restrictions in the context of the rcpt to command
smtpd_client_restrictions in the context of a client smtp connection request, the default is to allow all connection requests.
smtpd_sender_restrictions in the context of the mail from command
鳥哥私房菜
鳥哥 linux 私房菜 ad 在我們平時使用unix命令的時候,需要平時多積累並且整理。下面,就是我們在平時時候整理的unix命令。而且是很全面的bash內建命令.bash內建unix命令 執行當前程序環境中的程式。同source。file dotunix命令從檔案file中讀取命令並執行。空操作...
鳥哥私房菜 20
本章主要與linux的啟動有關。1 linux 啟動流程一覽 1 載入bios的硬體資訊與進行自我測試,並依據設定取得第乙個可啟動的裝置 bios會首先cmos,通過cmos讀取硬體配置。2 讀取並執行第乙個啟動裝置內mbr的boot loader mbr master boot loader 3 ...
鳥哥Linux私房菜
linux相關知識 鳥哥linux私房菜 真是人間美味啊!linux 基礎篇 引言 這部份包括了早期的red hat 6.x以及 鳥哥寫的 一 二版的基礎篇各章節文章彙整!第一部份 linux的規劃與安裝 第二部份 linux檔案 目錄與磁碟格式 第三部份 學習shell與shell scripts...