2
1

More than 3 years have passed since last update.

roundcube

Last updated at Posted at 2020-12-02

経緯

  • RainLoop を使ってみたが、受信トレイでメール一覧の取得ができず、そのたびにページャーの1,2,3,4をクリックする必要があり使えたものではなかったため、別のものを探すこととした。
  • roundcube を使ってみたところ、特に問題なく動いた。

起動

Apache版
docker run \
 -it --rm \
 -e ROUNDCUBEMAIL_DEFAULT_HOST=example.com \
 -e ROUNDCUBEMAIL_SMTP_SERVER=example.com \
 -e ROUNDCUBEMAIL_DB_TYPE=sqlite \
 -e ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE=50M \
 -p 8888:80 \
 roundcube/roundcubemail

にアクセスし、メールアカウントのユーザー名パスワードを入力しログイン。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1