Giter Club home page Giter Club logo

dovecot-docker-image's Introduction

Dovecot Docker Image

Build Status Docker Pulls

Supported tags and respective Dockerfile links

What is Dovecot?

Dovecot is an open-source IMAP and POP3 server for Linux/UNIX-like systems, written primarily with security in mind. Timo Sirainen originated Dovecot and first released it in July 2002. Dovecot developers primarily aim to produce a lightweight, fast and easy-to-set-up open-source mailserver.

Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.

dovecot.org

Dovecot Logo

How to use this image

To run Dovecot with default configuration simply do:

docker run -d -p 143:143 instrumentisto/dovecot

To see default configuration just run:

docker run --rm instrumentisto/dovecot doveconf

To reconfigure Dovecot add/replace drop-in files in /etc/dovecot/conf.d/ directory inside container, or just specify your own /etc/dovecot/dovecot.conf file:

docker run -d -p 143:143 -v /my/dovecot.cnf:/etc/dovecot/dovecot.conf instrumentisto/dovecot

Image versions

X

Latest version of X Dovecot major version.

X.Y

Latest version of X.Y Dovecot minor version.

X.Y.Z

Concrete X.Y.Z version of Dovecot with latest updates applied.

X.Y.Z.P

Concrete X.Y.Z version of Dovecot with P update applied.

alpine

This image is based on the popular Alpine Linux project, available in the alpine official image. Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.

This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use musl libc instead of glibc and friends, so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See this Hacker News comment thread for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.

License

Dovecot itself is licensed under LGPLv2.1 and MIT licenses (see details).

Dovecot Docker image is licensed under MIT license.

Issues

We can't notice comments in the DockerHub so don't use them for reporting issue or asking question.

If you have any problems with or questions about this image, please contact us through a GitHub issue.

dovecot-docker-image's People

Contributors

tyranron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dovecot-docker-image's Issues

More detailed README

It would be nice to describe features of Docker image:

  • what is supported and what is not ?
  • why ?

Provide more use cases and examples of integration with other mail stuff.

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.