茫茫網海中的冷日
         
茫茫網海中的冷日
發生過的事,不可能遺忘,只是想不起來而已!
 恭喜您是本站第 1729939 位訪客!  登入  | 註冊
主選單

Google 自訂搜尋

Goole 廣告

隨機相片
IMG_60D_00135.jpg

授權條款

使用者登入
使用者名稱:

密碼:


忘了密碼?

現在就註冊!

小企鵝開談 : [分享]MRTG+openwebmail+snmp RH90&RHEL30安裝筆記

發表者 討論內容
冷日
(冷日)
Webmaster
  • 註冊日: 2008/2/19
  • 來自:
  • 發表數: 15773
[分享] 以FedoraCore1安裝之注意事項
[以FedoraCore1安裝之注意事項]
1)Openwebmail 所需之perl module 請下載 Fedora Core1 版本
http://openwebmail.org/openwebmail/download/redhat/rpm/packages/fc1/

[更多有關 MailScanner 的使用教學]
http://www.study-area.net/tips/v_scan1.htm
http://atm.ee.nsysu.edu.tw/~fgtseng/system/mailscanner.html
http://www.vbird.org/somepaper/20030905-mailscanner-conf.htm

ftp://ohaha.ks.edu.tw/pub/sample/MailScanner/tw.tar.gz
你可以下載ohaha所辛苦製作的中文回報檔,解壓後,將tw目錄放到:
/etc/MailScanner/reports,然後修改:

%report-dir% = /etc/MailScanner/reports/tw

好的,重新啟動MailScanner吧!隨時監控/var/log/maillog
幫助您調整系統。

[MailScanner 中文主旨亂碼解決]
Chinese is double byte word.
Normally, we cannot using mailwatch see chinese word in subjest field.
You may change any to fixed that problem

Step 1> Fine the follow Line , Normally is line 910:
case 'subject':
$row[$f] = decode_header($row[$f]);
$row[$f] = htmlentities($row[$f]);

Step 2> Change to
case 'subject':
$row[$f] = decode_header($row[$f]);
# $row[$f] = htmlentities($row[$f]);
$row[$f] = htmlspecialchars($row[$f]);

By: Andrew Choi - andrewchoi
RE: Subject field support Chinese
2004-05-13 03:19
Sorry, Before message is Edit function.php
前一個主題 | 下一個主題 | | | |

討論串




Powered by XOOPS 2.0 © 2001-2008 The XOOPS Project|