You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Pierre Jaury 40b9883c8c Filter outgoing email headers, fixes #52 8 years ago
admin Enforce permission checks for admin management 8 years ago
clamav Update clamav properly and initialize the database, related to #18 8 years ago
dovecot Fix spam filtering when the score is negative 8 years ago
fetchmail Specify the CA path for fetchmail 8 years ago
nginx Apply the BetterCrypto nginx configuration, related to #45 8 years ago
none Add a dynamic Webmail option with a 'none' container 8 years ago
postfix Filter outgoing email headers, fixes #52 8 years ago
rmilter Honor per-user spam settings, fixes #21 8 years ago
roundcube Upgrade to Roundcube 1.2.1 8 years ago
rspamd Run the rspamd controller 8 years ago
.env Split the environment file into sections 8 years ago
.gitignore Added mac docker-compose yml to .gitignore 8 years ago
AUTHORS.md Format the authors file properly 8 years ago
CHANGELOG.md Add a changelog 8 years ago
LICENSE.md Update the license file 8 years ago
README.md Add a PNG logo for rendering 8 years ago
docker-compose.yml Comment all 'build' directives 8 years ago
logo.png Add a PNG logo for rendering 8 years ago
logo.svg Add a draft logo 8 years ago

README.md

Logo

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.

Join us on Freenode (IRC) : #freeposte.io.

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
  • Freedom, all FOSS components, no tracker included

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 .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.