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 b8a26baf23 Move documentation to the Wiki and simplify the README 8 years ago
admin Get back to serving CDN assets, related to #25 9 years ago
clamav Update clamav properly and initialize the database, related to #18 9 years ago
dovecot Learn from spam automatically, fixes #8 9 years ago
fetchmail Specify the CA path for fetchmail 9 years ago
nginx Use docker links for nginx to resolve properly 9 years ago
postfix Enable milter in postfix and run the containers 9 years ago
rmilter Add whitelist addresses for rmilter limits 9 years ago
roundcube Use the environment secret key instead of default one 9 years ago
rspamd Run the rspamd controller 9 years ago
.gitignore Add virtualenv folders to .gitignore 9 years ago
LICENSE Add a license file 9 years ago
README.md Move documentation to the Wiki and simplify the README 8 years ago
docker-compose.yml Handle DKIM key generation and storage 9 years ago
freeposte.env Define the fetchmail delay in the global configuration 9 years ago

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.

Running a mail server

Freeposte 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 INSTALL.md. Also, see MANAGE.md for details about daily maintenance of your mail server.