- 积分
- 163
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 20
- 听众
- 收听
助理工程师
 
|
发表于 2012-2-21 08:16:26
|
显示全部楼层
系統性能簡介
本文是筆者在業余時間學習和研究Qmail系統時所做的筆記, 全部資料均來自Google網上所
搜索到公開資源(Open Source),本文所涉及的所有需下載安裝的資源,均為以GPL授權,而且
可提供商業用途的免費軟件.本手册遵守GPL协议,欢迎任何人士加入意见和修改.
全文按功能分为十四节,因为太长所以分为多篇来发表.
================================================================================
目錄指南
================================================================================
第一節: 安装前的准备;
第二節: 安装Qmail的基本系统;
第三節: 安装协助Qmail运作的工具套件;
第四節: 安装vpopmail虚拟域名管理系统;
第五節: 安装病毒邮件防护系统ClamAV;
第六節: 安装垃圾邮件过滤系统SpamAssassin;
第七節: 設置Qmail的運行腳本;
第八節: 安装Qmailadmin和修正Domain Quota;
第九節: 安装Courier(authlib+imap+sqwebmail+maildrop)和配置SSL支持;
第十節: 安装SquirrelMail;
第11節: 安装Horde-Webmail;
第12節: 安装扫描程序qmail-scanner;
第13節: 配置POP3的SSL支持;
第14節: 安裝Vqadmin管理工具;
================================================================================
================================================================================
性能簡介:
================================================================================
按照本安裝手冊部屬配置的Qmail郵件系統,將會是一個具備完整功能的商業郵件系統,能滿足
大中小型企業的電子?**枨?,也適合于專門提供電郵服務的ISP網路公司.它具備专業和商業
電郵系統的所有標準功能,能保證向商業用戶提供安全,穩定和高效的電子商務.
1) 支持多虚拟域名的设置,每臺主機可支持數千乃至更多個虛擬域名;
2) 支持數據庫來儲存管理信息,用戶信息儲存在MySQL數據庫中(無需Linux系統賬號),增強了
安全性和靈活性;
3) 支持賬戶數目限額和郵箱空間限額:
- 每个域名可设置最大空間容量和郵箱數目,用戶可自行调整郵箱账户的空間大小;
- 用户具有管理功能,包括增加和刪除帳號,設置別名,修改密码以及分配和調整空間;
- 用戶可設置無限制數量的別名(包括轉發);
4) 支持POP3协议接收电邮,支持SSL安全連接,支持SMTP認證;
5) 支持多種Webmail界面管理和收发电邮;
6) 自動掃描進出網關的電郵信息(包括接收,發送和轉發),可以設置使用QHPSI來進行高性能
掃描,能有效阻止病毒電郵和过滤垃圾郵件;
================================================================================
================================================================================
系統管理方式
================================================================================
啟動Qmail系統: qmailctl start
停止Qmail系統: qmailctl stop
Qmail系統預設的腳本命令集: /var/qmail/bin/
TCP Server 的服務目錄路徑: /service(鏈接/var/qmail/supervise/)
添加,刪除和管理電郵命令集: /home/vpopmail/bin/
一個查詢電郵域名的操作范例:
--------------------------------------------------------------------------------
cd /home/vpopmail/bin/;
./vdominfo test.com #返回信息如下:
- - - - - - - - - - - - - - - - - - - - - - - - -
domain: test.com
uid: 809
gid: 809
dir: /home/vpopmail/domains/test.com
users: 2
- - - - - - - - - - - - - - - - - - - - - - - - -
--------------------------------------------------------------------------------
一個添加電郵域名的操作范例:
--------------------------------------------------------------------------------
cd /home/vpopmail/bin/;
./vadddomain test.com;
Please enter password for postmaster:
enter password again:
--------------------------------------------------------------------------------
一個添加電郵帳號的操作范例:
--------------------------------------------------------------------------------
cd /home/vpopmail/bin/;
/vadduser email@test.com
Please enter password for email@test.com:
enter password again:
--------------------------------------------------------------------------------
一個刪除電郵帳號的操作范例:
--------------------------------------------------------------------------------
cd /home/vpopmail/bin/;
./vdeluser email@test.com
--------------------------------------------------------------------------------
一個刪除電郵域名的操作范例:
--------------------------------------------------------------------------------
cd /home/vpopmail/bin/;
./vdeldomain test.com
--------------------------------------------------------------------------------
一個用來添加域名(支持限額)腳本(/home/vpopmail/bin/adddomain.pl)的使用范例:
--------------------------------------------------------------------------------
cd /home/vpopmail/bin/;
./adddomain-hung.pl;
Please input the new domain:test.com
Please enter password for postmaster:
enter password again:
domain testhung1.com has been create success
Please set the pop user quota for the domain:5
set quota success!
--------------------------------------------------------------------------------
電郵域名及此域下的電郵賬戶在這里: /home/vpopmail/domains/
新收郵件目錄: /home/vpopmail/domains/yourdomain/youremailaccount/.Mkdir/new/
已讀郵件目錄: /home/vpopmail/domains/yourdomain/youremailaccount/.Mkdir/cur/
================================================================================
================================================================================
用戶使用方法
================================================================================
超級用戶管理頁面: http://xxx.xxx.xxx.xxx/cgi-bin/qmailadmin
[User Account] 请输入 postmaster
[Domain Name] 请输入 yourdomain
[Password] 请输入 postmasterpassword
普通用戶管理頁面: http://xxx.xxx.xxx.xxx/cgi-bin/qmailadmin
[User Account] 请输入 youremailaccount
[Domain Name] 请输入 yourdomain
[Password] 请输入 yourpassword
用戶網頁電郵: http://xxx.xxx.xxx.xxx/cgi-bin/sqwebmail
[User ID] 请输入 [email=youremail@yourdomain]youremail@yourdomain[/email]
[Password] 请输入 yourpassword
用戶網頁電郵: http://xxx.xxx.xxx.xxx/squirrelmail/
帐号: [email=youremail@yourdomain]youremail@yourdomain[/email]
密码: yourpassword
用戶網頁電郵: http://xxx.xxx.xxx.xxx/horde/
使用者名稱: [email=youremail@yourdomain]youremail@yourdomain[/email]
密码 : yourpassword
POP3客户端设置:
主机名称: xxx.xxx.xxx.xxx
帐户名称: youremailaccount%yourdomain
邮箱密码: yourpassword
================================================================================
================================================================================
附加資源文件
================================================================================
qmail-install-online-src.rar 是本安装中需要修改補丁的部分资源和執行腳本;
qmail-install-online-menu-text.rar 是本安裝手冊的TEXT文本;
qmail-install-online-src-all.tar.gz 是本人最近一次成功安裝的全部資源;
若有讀者需要上述資源,歡迎聯絡本人:
QQ: 507649008
MSN: chengkinhung@hotmail.com
SKYPE: chengkinhung
EMAIL: chengkinhung@gmail.com
|
176#
2012-2-21 08:16:26
回复(0)
收起回复
|