Go to file
Pierre Jaury c07211677c Fix the default value for comma separated lists
admin Fix the default value for comma separated lists
clamav Update clamav properly and initialize the database, related to
dovecot Fix , mark junk messages as read
fetchmail Specify the CA path for fetchmail
nginx Use docker links for nginx to resolve properly
postfix Changed config volume to overrides volume
rmilter Add whitelist addresses for rmilter limits
roundcube Use the environment secret key instead of default one
rspamd Run the rspamd controller
.gitignore Added mac docker-compose yml to .gitignore
LICENSE Add a license file
README.md Add two sections to the README
docker-compose.yml Changed config volume to overrides volume
freeposte.env Define the fetchmail delay in the global configuration

README.md

Freeposte.io

Simple yet full-featured mail server as a set of Docker images. The idea behing Freeposte.io is identical to motivations that led to poste.io: providing a simple and maintainable mail server that is painless to manage and does not require more resources than necessary.

People from poste.io did an amazing job at accomplishing this ; any company looking for a serious yet simple mail server with professional support should turn to them.

This project is meant for free software supporters and hackers to reach the same level of functionality and still be able to host a complete mail server at little cost while running only FOSS, applying the KISS principle and being able to fine-tune some details if needed.

Features

Main features include:

  • Standard email server, IMAP and IMAP+, SMTP and Submission
  • Web access, Roundcube-based Webmail and adminitration interface
  • User features, aliases, auto-reply, auto-forward, fetched accounts
  • Admin features, global admins, per-domain delegation, quotas
  • Security, enforced TLS, outgoing DKIM, anti-virus scanner
  • Antispam, auto-learn, greylisting, DMARC and SPF

Creating a new user

Running a mail server

Freeposte.io runs on top of Docker for easy packaging and upgrades. All you need is a proper system with Docker and Compose installed, then simply download the docker-compose.yml and sample freeposte.env, tune them to your needs and fire up the mail server:

docker-compose up -d

For a detailed walktrough, see the Setup Guide.

Contributing

Freeposte.io is free software, open to suggestions and contributions. All components are free software and compatible with the MIT license. All specific configuration files, Dockerfiles and code are placed under the MIT license.

For details, see the Contributor Guide.