1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
f1e8c812aa Update webmail.yaml
Duplicated "ports:"
2020-07-14 14:24:37 +02:00
b8263ee49e Updated url for cert-manager doc
Provided url does not exists anymore.
2020-03-18 11:59:10 +01:00
afec5f08fb Remove duplicate ports line
closes #1079
2020-03-07 18:54:04 +00:00
3b9281501a Use redis 5 on k8s & add selector 2020-01-07 21:24:39 +01:00
95d03f4b4a Change extensions/v1beta to apps/v1 to be compliant with Kubernetes 1.16
Fixes #1237
2019-11-06 12:59:28 +01:00
dcda412b99 Merge #1211
1211: Split HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI r=mergify[bot] a=micw

## What type of PR?

bug-fix

## What does this PR do?

Fixes #1190 by separating HOST_ANTISPAM into HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI

### Related issue(s)
- closes #1190
- closes #1150

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

- [ ] 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: Michael Wyraz <michael@wyraz.de>
2019-10-13 19:44:25 +00:00
35160b770d Merge #1198 #1204 #1207 #1208
1198: Enable access log of admin service only for log levels of INFO and finer r=muhlemmer a=micw

## What type of PR?

bug fix

## What does this PR do?

### Related issue(s)
- closes #1197

## Prerequistes

- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


1204: Add initial admin account to kubernetes example r=muhlemmer a=micw

## What type of PR?

documentation

## What does this PR do?

Add INITIAL_ADMIN_* example to kubernetes configmap.yaml

### Related issue(s)

- closes #1201

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

- docs example only

1207: Add Japanese translation r=muhlemmer a=IchikawaYukko

## What type of PR?

Translation

## What does this PR do?

Provide completed Japanese translation.

### Related issue(s)

None

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

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


1208: Persist mailqueue r=muhlemmer a=micw

## What type of PR?

bug-fix

## What does this PR do?

Makes postfix mailqueue presistent (for docker, swarm and kubernetes)

### Related issue(s)
- closes #1161

## 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] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: Michael Wyraz <michael@wyraz.de>
Co-authored-by: Michael Wyraz <michael.wyraz@evermind.de>
Co-authored-by: U-COREI3-3120M\市川ゆり子 <ichikawayuriko@yahoo.co.jp>
Co-authored-by: micw <michael@wyraz.de>
2019-10-13 19:01:20 +00:00
a907fe4cac Split HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI 2019-10-13 20:13:02 +02:00
cdb9681674 Update smtp.yaml
Remove unused volume from smtp.yaml
2019-10-13 19:40:52 +02:00
f6e6380154 Merge #1188
1188: You have to delete the Admin Pod, not the Imap pod r=muhlemmer a=fionera

## What type of PR?

documentation

## What does this PR do?

### Related issue(s)

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

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


Co-authored-by: Fionera <fionera@fionera.de>
2019-10-13 17:07:04 +00:00
b625b1eaea Add postfix mailqueue to persistent storage on kubernetes 2019-10-11 08:42:53 +02:00
d9374e3c80 Add initial admin account to kubernetes example 2019-10-10 10:28:15 +02:00
b94636b883 Add port 80 to front container and service 2019-10-03 20:19:05 +02:00
44837fc007 Switch from host network to hostPort bindings 2019-09-30 19:58:26 +02:00
7a8395c927 Update index.rst 2019-09-30 19:24:44 +02:00
92645bcd4a Use nginx for kubernetes ingress 2019-09-03 10:27:10 +02:00
6f973a2e4b Fixed hardcoded antispam and antivirus host addresses
Fixes #978
2019-08-22 11:41:18 +03:00
2785bca1f4 Merge #883
883: Admin create user enhancement r=mergify[bot] a=cr1st1p

## What type of PR?
Enhancement

## What does this PR do?
It allows the admin docker image to also create the admin user.
The idea is that in my kubernetes setup, I do not want to manually do anything, as such, I need a way for the admin user to also be created automatically without me getting inside the pod.
So I had to change the manage.py function that creates the user to allow different 'modes' (me, I'll be using 'ifmissing') and also start.py to call that functionality if appropriate environment variables are present.

So now, in my Deployment, I add 3 more environment variables and I get the admin user created, IF not already present.

### Related issue(s)
none?

## 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: cristi <cristi.posoiu@gmail.com>
Co-authored-by: cr1st1p <cristi.posoiu@gmail.com>
Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
2019-08-21 20:58:25 +00:00
83c58c6ed5 add names to ports of imap deployment, remove imap-ssl 2019-08-19 12:42:41 +02:00
173b9bdc6d expose pop3 port 2019-07-17 23:05:41 +02:00
078082fac9 Hopefully improved documentation around initial admin account creation. 2019-05-21 21:06:25 +03:00
f2a009795b Merge branch 'master' into admin_create_user_enhancement 2019-05-20 23:17:22 +03:00
cfbc38b956 Updated doc 2019-01-25 16:22:27 +02:00
928b5470d4 fix some cli commands in the docs 2019-01-24 22:49:27 +01:00
33c0a99ffc Merge pull request #678 from hacor/k8s-cni-fix
Added kubernetes CNI support for Mailu
2018-12-08 12:29:25 +02:00
9004c9b8b5 Merge pull request #677 from usrpro/feat-faq
Implement a FAQ
2018-10-30 21:04:34 +01:00
2237e641b0 Fix Typo in K8s Docs 2018-10-28 12:26:14 +01:00
99540cd90b - Added kubernetes CNI support for Mailu
Signed-off-by: Hans Cornelis <hacornelis@gmail.com>
2018-10-23 10:47:26 +02:00
3552c59ff3 Insert ref link for FAQ, shortened title for display purposes 2018-10-22 16:11:45 +03:00
6fb0b93240 - Removed RSPAMD Password feature
- Updated roles on the Front DS
- Reverted the Auth limits

Signed-off-by: Hans Cornelis <hacornelis@gmail.com>
2018-10-19 13:39:32 +02:00
e67a0d464b Deleted old folder 2018-10-17 07:44:21 +02:00
3098343360 Merged conflicts 2018-10-17 07:32:56 +02:00
4ea12deae7 Added kubernetes to Mailu 2018-10-17 07:22:55 +02:00
151aeb9c06 Updated adaptations for dovecot on shared filesystem and indexing errors
Signed-off-by: hacor <hacornelis@gmail.com>
2018-08-01 15:45:49 +02:00
db3cb2aac1 Updated docs
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:17:21 +02:00
eb9649db4e Added a new release for Kubernetes
Signed-off-by: hacor <hacornelis@gmail.com>
2018-07-31 17:15:25 +02:00
f2c74dd014 Remove ports option completely
Not needed since `hostNetwork: true`
2018-03-13 21:06:53 +09:00
82ff7c421d Update NGINX Ingress controller configuration 2018-03-13 20:51:36 +09:00
dba6bf5ae9 Update index.rst 2018-03-05 21:17:03 +01:00
3d6ad9c3ca Update the kubernetes docs and warn about incompatibility with version 1.5 2017-11-05 16:58:44 +01:00
fcf9515bff Fix the rst syntax for most documentation 2017-11-02 20:05:12 +01:00
dc2f1280ed Import the documentation from the wiki 2017-11-01 20:12:17 +01:00
f22c4899fd Add light documentation structure and README for kubernetes 2017-09-27 10:37:34 +09:00