4e4f2b8037
A couple of things are important to note for this commit: - it only implements the new access control for alias and admin management - the access control code is located in access.py The idea behind simpler access control is auditability. There have been a couple of bugs related to functions not checking permissions properly. If checking permissions is as simple as decorating a function, exporting the permission scheme for an audit should be simple. Also, this still does not address the information leakage related to 404 errors when an object does not exist, independently of permissions the user has over the domain. |
8 years ago | |
---|---|---|
admin | 8 years ago | |
clamav | 9 years ago | |
dovecot | 8 years ago | |
fetchmail | 9 years ago | |
nginx | 8 years ago | |
none | 8 years ago | |
postfix | 8 years ago | |
rmilter | 8 years ago | |
roundcube | 8 years ago | |
rspamd | 9 years ago | |
.env | 8 years ago | |
.gitignore | 8 years ago | |
AUTHORS.md | 8 years ago | |
CHANGELOG.md | 8 years ago | |
LICENSE.md | 8 years ago | |
README.md | 8 years ago | |
docker-compose.yml | 8 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.
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
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.