Coder Social home page Coder Social logo

docker_squirrelmail's Introduction

squirrelmail

Dockerイメージ作るときに使ったやつ

実行

docker run -p 22 -p 80 -d -v /tmp:/tmp squirrelmail:latest /usr/bin/supervisord

設定

sshで入って以下のコマンドで再設定

/etc/squirrelmail/conf.pl
  • IMAPの接続情報
  • IMAPのTLS接続の有無
    • 2. Server Settings => A. Update IMAP Settings
  • 言語
    • 10. Languages
      • 1. Default Language => ja_JP
      • 2. Default Charset => iso-2022-jp

docker_squirrelmail's People

Contributors

yaasita avatar

Stargazers

Raymund C. Delfin avatar

Watchers

James Cloos avatar  avatar

Forkers

shenjian74

docker_squirrelmail's Issues

SSH

Nice of you to have a squirrelmail Dockerfile :-).

Just one thing, why run SSH? I don't know if you care (or use it anymore), but just in case...

Running:

docker run \
    -p 80 \
    -d \
    -v /tmp:/tmp \
    -v /some/dir/conf.pl:/etc/squirrelmail/conf.pl \
    squirrelmail:latest /usr/bin/supervisord

would omit the need for SSH, and make for an easier Dockerfile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.