1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00
Insular email distribution - mail server as Docker images
Go to file
bors[bot] 9c956a04ca
Merge #1183
1183: Fix rspamd-learn when moving mail from/to junk folder r=mergify[bot] a=Nebukadneza

Before, the ham/spam scripts got the rspamd-ip/port from the environment.
However, when checking the environment of these processes now, it seems
cleared. Maybe the new dovecot version now clears environment? — I couldn’t
find a hint.

In any case, using the common mechanism of injecting the ip/port from where
it’s definately known by the already-used jinja2-mechanism seems reasonably
safe.

## What type of PR?
bug-fix

## What does this PR do?
Instead of relying on dovecot passing our environment cleanly to sieve-called scripts, this explicitly injects the antispam ip/port into the spam/ham scripts used when moving files from/to the spam-folder. This required some management of the files, such as setting proper permissions after the jinja-run.

### Related issue(s)
fixes #1177 

## Prerequistes
- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: Dario Ernst <dario@kanojo.de>
Co-authored-by: Dario Ernst <dario.ernst@rommelag.com>
2019-10-13 16:19:24 +00:00
core Merge #1183 2019-10-13 16:19:24 +00:00
docs changed the most recent stable version to 1.7 2019-10-13 17:30:23 +03:00
optional Update run.sh 2019-08-11 00:39:52 +02:00
services Resolve HOST_* to *_ADDRESS only if *_ADDRESS is not already set 2019-08-31 18:18:58 +02:00
setup Change default password scheme to PBKDF2 (#1194) 2019-10-07 22:29:03 +02:00
tests Change default password scheme to PBKDF2 (#1194) 2019-10-07 22:29:03 +02:00
towncrier Merge #1183 2019-10-13 16:19:24 +00:00
webmails update roundcube 1.3.10 2019-08-29 23:16:46 +02:00
.gitignore Merge branch 'master' into refactor-repo 2017-11-04 18:40:53 +01:00
.mergify.yml Update docs, travis and mergify for 1.7 release 2019-08-21 14:27:39 +03:00
.travis.yml Update docs, travis and mergify for 1.7 release 2019-08-21 14:27:39 +03:00
AUTHORS.md Add usrpro team to authors 2018-12-30 21:15:41 +02:00
bors.toml Automatic creation of review images 2019-01-23 18:21:48 +02:00
CHANGELOG.md Add migration notes 2019-08-22 23:32:13 +02:00
CODE_OF_CONDUCT.md Add a code of conduct, fixes #319 2017-11-12 11:42:53 +01:00
CONTRIBUTING.md Fix links to documentation 2018-12-30 21:08:29 +02:00
LICENSE.md Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
PULL_REQUEST_TEMPLATE.md Changed docs version from 1.6 to master 2019-02-20 12:10:54 +02:00
pyproject.toml Fix the package setting 2019-09-17 21:13:35 +02:00
README.md Update README.md 2018-06-28 17:29:52 +03:00

Mailu

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.