Roundcube



目次
  1. Install
    1. Files
      Sitemap | Profile | タグ一覧
      最近の更新
      ドライランのありがたみを改めて知る
      2024/04/04
      伊豆半島
      2024/03/31
      お出かけチェックリスト
      2024/03/29
      Ruby
      2024/03/27
      Kubernetes
      2024/03/22
      音楽データをDisplayAudioで聞く
      2024/03/09
      Redmine
      2024/02/05
      git
      2024/02/02
      経済
      2024/01/08
      どうする家康
      2023/12/17
      MX-Linux
      2023/11/06
      國體関連学-休学のご連絡
      2023/08/13
      Debian
      2023/08/02
      CentOS
      2023/06/13
      Dell-XPS13
      2023/05/23
      ベルト
      2023/05/18
      SourceForge
      2023/04/17
      確定申告
      2023/02/19
      さらば「まぐまぐ」
      2023/01/09
      風猷縄学
      2022/11/23


      SquirrelMail よりモダンという Roundcube を入れてみる。 MySQLPostgres か選べるようなので、慣れている postgres にしてみる。

      [-] 1. Install

      1. パッケージ install
        $ unset LANG
        $ sudo apt-get install postfix postgresql courier-imap
        $ sudo apt-get install roundcube roundcube-postgres roundcube-mysql
        • エラーが出てハマったのだが、上記 unset で何とかなった?
        • roundcube-mysql がないと、/usr/share/doc/roundcube のドキュメントが 読めないので、そうしている。
        • imap が必要。
      2. /etc/roundcube/apache.conf の頭数行の Alias を uncomment
      3. Maildir 対応
        (SquirrelMail時代の古い情報だが)courier-imap が Maildir にしか対応してないということで、Maildir の設定を行う。
        1. postfix 側
          1. /etc/postfix/main.cf に追加:
            home_mailbox = Maildir/
          2. postfix 再起動
            $ sudo /etc/init.d/postfix restart
        2. ホームディレクトリに Maildir を作成:
          $ cd
          $ maildirmake Maildir
      4. apache
        1. SSL対応必須。Apache のページを参照。
        2. apache2 再起動
          $ sudo /etc/init.d/apache2 restart
      5. http://HOST/roundcube にアクセス。

      [-] 2. Files

      /var/lib/roundcube
      Roundcube 関連ファイル のUbuntu における root





      Generated by juli 2.3.2