Skip to Content

回覆回應

RHEL5 - Email client

今天原想把 RHEL5 當做收 Email 的機台,但是花了我一個早上的時間就是找不到,RHEL5 預設可以收 mail 的 GUI 程式,似乎真的沒有耶!!所以在網路上找了 2 個 Linux 常用來收 email 的 GUI 程式.

  • Thunderbird
  • http://moztw.org/thunderbird/
    幸好使用上超乎地簡單只要解開+執行即可. 為了每位使用者都可以使用所以將程式放在 /opt 目錄下面.

    [root@benjr ~]# cp thunderbird-3.0.1.tar.bz2 /opt

    [root@benjr ~]# cd /opt

    [root@benjr opt]# tar -zxvf thunderbird-3.0.1.tar.bz2

    [root@benjr opt]# cd thunderbird

    [root@benjr thunderbird]# ./thunderbird &

    好了,填好使用者資料就可以開始收 Email 了!!

    不過還是在我們桌面建立一個連結吧!!在 Linux 桌面按右鍵 "create Launcher..."

    • Name : Thunderbird
    • Command : /opt/thunderbird/thunderbird
    • Comment : Email Client
  • Evolution
  • http://projects.gnome.org/evolution/download.shtml
    不曉得為什麼編譯一直失敗.

回應

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
圖片的 CAPTCHA
Enter the characters shown in the image.