partition to image 今天用ghost 做partition to image 然後想說再用dvd 來做自動還原,結果做好的image 可以直接在硬碟中還原,但是一燒到光碟後就不行錯誤如下 image File selection Error (1909) C:\full.GHO is not a symantec ghost file. or is not the correct span segment task can not be completed 後來在這邊找到找到 解決方法 解法 Nero燒錄時 ISO調第一級 Joliet關閉 簡單來說就是 在nero 燒錄中的 iso 選項中檔案系統要選 僅iso9660 iso 字元集選 iso9660 標準cd-rom 這樣就ok了。 真鳥`~ 附圖
posted in 有的沒的 by johnpupu
用amavis , clamav ,forward 會收到兩封信 postfixadmin, postfix, amavis, clamav 昨天客戶和我說~ 他在設定postfixadmin中user 的forward 出現兩個問題 1' 在設forward 的人只能設一個~設另一個會多出來 \r\n 不讓你設 2' 被forward 的人會收到兩封信 昨晚上postfixadmin的phorum找了些資料,找到會收到兩封信的原因,及解法。 http://forums.high5.net/index.php?showtopic=1951&hl=forward&st=15 解決方法在master.cf 中找到 smtp inet n – n – – smtpd 加入 -o content_filter=smtp-amavis:[127.0.0.1]:10024 -o receive_override_options=no_address_mappings 例如 smtp inet n – n – – smtpd -o content_filter=smtp-amavis:[127.0.0.1]:10024 -o receive_override_options=no_address_mappings 這樣就可以了~ 而第一個問題的解法 小第我用比較dirty 的解法 [...]
posted in FreeBSD by johnpupu