1)qmail 文件
man 文件
/var/qmail/man
你可能需要自己手動增加這個手冊目錄路徑到你的環境變數manpath裡面.
shell 直譯器
命令列
bourne (/bin/sh)
manpath=$manpath:/var/qmail/man; export manpath
qmail發行版包含了一系列文件, 通常安裝在/var/qmail/doc目錄下
2) faq與郵件列表文件
faq:
有兩個正式的常見問題(frequently asked questions, faq. 附相關回答)文件:
web頁面的faq更完整一些.
qmail問題商業諮詢者 http://www.qmail.org/top.html#paidsup
郵件列表:
qmail的郵件列表, 由dan bernstein 維護, 極為有價值的資訊**. web文件儲存在以下位置:
這個文件的乙個搜尋引擎位置在:
其他web文件可以在以下位址訪問到:
大多數關於qmail的問題的答案都可以首先在這個郵件列表的文件裡面搜尋到.
參考資料: http://lifewithqmail.org/
qmail總結筆記(1)
1 qmail實用程式 bouncesaying 允許使用者將訊息 給程式或程式不可用時 訊息。condredirect 允許使用者將訊息 給程式,然後 給另乙個位址。qmail qread 產生乙個顯示當前郵件佇列裡訊息的報告。qmail qstat 產生乙個報告來顯示當前處在qmail投送狀態下...
核心執行緒學習筆記總結2
include linux module.h include linux kernel.h include linux init.h include linux sched.h module author t bagwell cu module license gpl static declare ...
Struts2工作原理總結筆記
1.客戶端client 傳送 reqeust請求到 容器container 2.容器container根據web.xml檔案找到 控制器controler strutsprepareandexcutefilter 3.controler 將action請求交給 actionproxy 4.actio...