最近自己編了個郵件伺服器程序,目前 www.onlyit.cn 就用這個了,也歡迎朋友們下載使用。
下載頁面: http://www.onlyit.cn/omail.html
For win 版本,只有164K
For Linux(RH9)壓縮文件(unzip rh9_omail.zip解壓),只有160K
介紹
郵件伺服器軟體是一款綠色軟體,可以用於建立企業郵件伺服器,免安裝解開直接運行
支持pop3、smtp,管理員可以用web管理,也可用來做簡單的 web 伺服器
垃圾郵件標註,對於可疑的郵件標題打上**標誌
使用方法
下載后解壓,如果是linux,unzip 后 chmod +x omail
初始化 omail init,生成默認相關文件,和管理帳號 admin,口令 omail
修改域名、埠等相關參數,編輯 omail.xml 即可
執行 omail
相關參數
domain: 域名
smtp_port: smtp埠
pop3_port: pop3埠
http_port: http埠
smtp_auth_name: ehlo發送的名稱,一般填域名
這個東西現在就我自己用用。 onlyit.cn 用了這個郵件伺服器,for win上跑。
因為人比較少,也還湊合。
原來對於可疑的郵件標題打上**標誌,不過垃圾郵件實在太多,所以現在沒有做反向域名解析的郵件一律拒絕了。
Dll_Get_File_Name dll path not set
unable to open dll odm_pub_ptr.so
info: odm_pub_ptr.so: cannot open shared object file: No such file or directory
unable to open dll odm_pub_ptr.so
info: ./odm_pub_ptr.so: cannot open shared object file: No such file or directory
Dns_Add_Server 210.82.5.1
Dns_Add_Server 202.106.196.115
Dns_Add_Server 202.101.111.55
unable to open file omail.xml
error: load omail.xml fail
you may use the follow command to create the default file :
omail init
原帖由 wheel 於 2007-10-18 11:27 AM 發表 http://bbs.chinaunix.net/images/common/back.gif
./rh9_omail
Dll_Get_File_Name dll path not set
unable to open dll odm_pub_ptr.so
info: odm_pub_ptr.so: cannot open shared object file: No such file or directory
unable to open dll odm_pub_ptr ...
這個應該不受影響的。odm_pub_ptr.so的作用是多個動態庫之間共享數據的,比如資料庫連接池、遠程連接器等。但omail裡面沒有沒用到。
有的模塊會去試圖把可供別的動態庫調用的信息存放到odm_pub_ptr.so中,所有會報這個信息,因為實際上omail沒有別的動態庫,所以這個沒影響。
[火星人 ] 小而簡單的郵件伺服器軟體已經有474次圍觀