2012年1月19日 星期四

MailScanner 內容 附件 誤判

MailScanner 內容 附件 誤判 訊息如下

This is a message from the MailScanner E-Mail Virus Protection Service
----------------------------------------------------------------------
The original e-mail attachment "msg-21652-15.txt"
is on the list of unacceptable attachments for this site and has been
replaced by this warning message.

If you wish to receive a copy of the original attachment, please
e-mail helpdesk and include the whole of this message
in your request. Alternatively, you can call them, with
the contents of this message to hand when you call.

At Thu Jan 19 13:38:06 2012 the virus scanner said:
   MailScanner: No programs allowed (msg-21652-15.txt)

Note to Help Desk: Look on the grobest_com () MailScanner in /var/spool/MailScanner/quarantine/20120119 (message 8C708938101.22526).
--
Postmaster
testdomain.com
www.testdomain.com


vi /etc/MailScanner/filetype.rules.conf

出現"No programs allowed"的字樣,一共有2行

deny 前面加上 # 註解掉

#deny executable No executables No programs allowed
#deny ELF No executables No programs allowed

存檔離開

service MailScanner restart


重新啟動MailScanner之後
就可以正常收發信了

這行的意思是說,如果是執行檔的內容,就不給寄信
明明就是純文字的內容,因為文章的內容裡有歐洲字「Ü」
而且還出現了很多次,我在想是不是因為這樣的關係被判成執行檔的機械碼!


參考來源:MailScanner 內容誤判

2011年12月28日 星期三

Aspire One 更新 firefox

下載 firefox-9.0.1&os=linux

預設會存放在 /home/user/Downloads 下

Terminal 下 tar -jxv -f /home/user/Downloads/firefox-9.0.1.tar.bz2.tar.bz2 -C /tmp/firefox

Terminal 下找舊的 firefox 檔案位置 find / -name *firefox*

/usr/lib/firefox-2.0.0.14 把他搬到  firefox-2.0.0.14 bk(mv /usr/lib/firefox-2.0.0.14 firefox-2.0.0.14 bk)

再把剛解開的 firefox 搬到 /usr/lib/firefox-2.0.0.14

mv  /tmp/firefox /usr/lib/firefox-2.0.0.14

2011年11月16日 星期三

Rocks clusters 測試

今天在網路上看到一個影片(來源:http://blog.roodo.com/ystuan/archives/6438363.html)


這個標題為 Rockstar at SC 2003 的影片(時間還滿舊的...),是紀錄在 Supercomputing 2003 Conference 的時候,昇陽公司在現場運用不到兩個小時,把 128 + 1 台電腦從空機開始架設、安裝到好的過程。
這個名為 Rockstar 的 cluster ,當年(2003/11)在 top500.org 這個超級電腦的「天梯」網站,排名第 201 名,半年後還排得上 413 名。



下載
http://www.rocksclusters.org/wordpress/?page_id=271

官方安裝文件
http://www.rocksclusters.org/roll-documentation/base/5.4.3/installing.html