Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.
/ Mailu Public archive
forked from Mailu/Mailu

Insular email distribution - mail server as Docker images

License

Notifications You must be signed in to change notification settings

MFAshby/Mailu

 
 

Repository files navigation

Archived

I no longer use this myself, and unfortunately I have no time available to maintain it.

Mailu

Fork

This fork modifies some base images to be compatible with raspberry pi.

Instructions for use:

  • Run the following commands to download docker-compose file and environment variables

wget -O docker-compose.yml https://raw.githubusercontent.com/MFAshby/Mailu/master/docker-compose.yml.sample wget -O .env https://raw.githubusercontent.com/MFAshby/Mailu/master/.env.sample

  • Modify .env for your own requirements
  • If using SSL certificates, you should add the relevant cert.pem and key.pem files to /var/lib/mailu/certs/
  • Bring up all images with docker-compose up (-d for background mode)

If you prefer to build the images yourself:

  • Clone the repository
  • Copy docker-compose.yml.sample to docker-compose.yml and uncomment the build: sections
  • Copy .env.sample to .env and modify as you require
  • Run the following to start

docker-compose build && docker-compose up -d

Original Readme

Mailu is a simple yet full-featured mail server as a set of Docker images. It is free software (both as in free beer and as in free speech), open to suggestions and external contributions. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.

Most of the documentation is available on our Website, you can also try our demo server before setting up your own, and come talk to us on Matrix.

Features

Main features include:

  • Standard email server, IMAP and IMAP+, SMTP and Submission
  • Advanced email features, aliases, domain aliases, custom routing
  • Web access, multiple Webmails and administration interface
  • User features, aliases, auto-reply, auto-forward, fetched accounts
  • Admin features, global admins, announcements, per-domain delegation, quotas
  • Security, enforced TLS, Letsencrypt!, outgoing DKIM, anti-virus scanner
  • Antispam, auto-learn, greylisting, DMARC and SPF
  • Freedom, all FOSS components, no tracker included

Domains

Contributing

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

About

Insular email distribution - mail server as Docker images

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.6%
  • HTML 28.1%
  • Dockerfile 4.1%
  • PHP 1.1%
  • Shell 0.5%
  • Mako 0.3%
  • Other 0.3%