1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Daniel Kesselberg
8088f2bd6d
Improve readability 2019-06-15 16:20:05 +02:00
Daniel Kesselberg
04a66187b5
Add information about stripDomain 2019-06-15 16:15:49 +02:00
Daniel Kesselberg
b2b19d8810
Update user_external example for nextcloud 2019-05-23 12:57:23 +02:00
toxik-io
55224fb915
suggestion on fixing some access denied errors for admin. 2019-05-07 12:11:01 -06:00
kaiyou
13d7dbdde5 Remove references to individuals in the docs 2019-05-07 08:48:47 +02:00
bors[bot]
42953eb70b Merge #922
922: Add FAQ about clients on port 25 generating non-helpful errors r=mergify[bot] a=Nebukadneza

## What type of PR?
documentation

## Prerequistes
- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: Dario Ernst <dario@kanojo.de>
Co-authored-by: Ionut Filip <ionut.philip@gmail.com>
2019-03-01 15:00:35 +00:00
Ionut Filip
b798ea94d2
Split quoted text on two lines and fix underlines 2019-03-01 16:56:08 +02:00
Dario Ernst
328db51032 Add FAQ about clients on port 25 generating non-helpful errors 2019-02-09 12:38:06 +01:00
bors[bot]
86b4242f82 Merge #886
886: Ipv6 support r=mergify[bot] a=muhlemmer

## What type of PR?

(Feature, enhancement, bug-fix, documentation) -> A bit of everything

## What does this PR do?

Document how to use ipv6nat. This, however triggers some kind of flaky behavior with the Docker DNS resolver, resulting in lookup failures between containers.  So all resolving needs to be done during container startup/configuration.

In order not to pollute every single start.py file, we've created a small library called [Mailu/MailuStart](https://github.com/Mailu/MailuStart). As an addition, this library also defines the template generation function, including its logging facility.

Note: `docker-compose.yml` downgrade is necessary, as IPv6 settings are not supported by the Docker Compose file format 3 😞  

### Related issue(s)
Supersedes  PR #844
- Fixes #827 
- Hopefully helps with #829 and #834

## No backport yet

This PR directly imports MailuStart from git. This makes it a bit more simple to implement on the short term an do some testing and probably some future improvements. When everything is proved stable, we will create a proper PyPi package with versioning and consider back porting.

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.


Co-authored-by: Ionut Filip <ionut.philip@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
2019-02-06 12:56:40 +00:00
Tim Möhlmann
de8e6f74ea
1.6 release notes (#845)
* 1.6 release!
* Fix typo in release notes
* Rectify Alpine 3.8.2 in release notes
2019-01-18 21:53:38 +02:00
Tim Möhlmann
3460872747
Documentation on IPv6 2019-01-17 17:56:00 +02:00
Ionut Filip
0764c81a57 Fixed typo 2019-01-04 12:40:02 +02:00
Ionut Filip
4e8f899b28 Updated faq with nextcloud integration 2019-01-04 11:19:43 +02:00
Tim Möhlmann
fa355ff05a
Merge pull request #787 from usrpro/update-faq
Update faq
2019-01-02 19:16:31 +02:00
Tim Möhlmann
cd85b44972
Fix typo 2019-01-02 19:15:56 +02:00
hoellen
f2e3d755a6 add nginx conf override to faq 2019-01-02 11:01:10 +01:00
Tim Möhlmann
f91b80503e
FAQ: Older ciphers
- Closes #698
2018-12-31 05:11:56 +02:00
Tim Möhlmann
4c78785da3
FAQ: DKIM and DMARC generation
- Closes #102
2018-12-31 04:57:17 +02:00
Tim Möhlmann
8dd30a698b
FAQ: Rancher
- Closes #125
2018-12-31 04:51:12 +02:00
Tim Möhlmann
df55b2e9d6
Reference and close #206 2018-12-31 04:38:59 +02:00
Tim Möhlmann
dc238bb2b3
FAQ: Unbound DNS
- Closes #554
2018-12-31 04:33:37 +02:00
Tim Möhlmann
4c7cdeb43b
FAQ: Difference between DOMAINS and HOSTNAMES
- Closes #742
- Closes #747
2018-12-31 04:13:25 +02:00
hoellen
9412c8e1e9
Correct spelling error
Co-Authored-By: muhlemmer <muhlemmer@gmail.com>
2018-10-23 13:52:43 +03:00
Thomas Sänger
76e95bd585
Fix typo
Co-Authored-By: muhlemmer <muhlemmer@gmail.com>
2018-10-22 21:05:55 +03:00
Tim Möhlmann
7c1118df7d
Extending the FAQ 2018-10-22 16:14:54 +03:00
Tim Möhlmann
1394955447
FAQ about TLS issues 2018-10-13 21:13:09 +03:00
Tim Möhlmann
f4ef0eed09
Wrote informational section of the FAQ 2018-10-12 20:48:44 +03:00