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

718 Commits

Author SHA1 Message Date
kaiyou
47f453e494 Allow relaying when using the intenral SMTPd 2017-10-22 18:15:28 +02:00
kaiyou
c94e976f43 Fix a typo in the sqlite query 2017-10-22 18:07:36 +02:00
kaiyou
ff71e70360 Rename the authentication endpoint 2017-10-22 16:43:06 +02:00
kaiyou
3c9552a14b Make it possible to serve Mailu over ipv6 2017-10-22 16:13:13 +02:00
kaiyou
bb4c5150b5 Remove the scary warning 2017-10-22 16:07:12 +02:00
kaiyou
64cbab5104 Allow xclient even for non authenticated clients 2017-10-22 15:45:32 +02:00
kaiyou
690c05ea64 Switch behavior if the user is not authenticated 2017-10-22 15:44:44 +02:00
kaiyou
80d728c233 Forward SMTP to the xclient-authenticated endpoint 2017-10-22 15:01:25 +02:00
kaiyou
2c8810d7d3 Use an HTTP proxy for resolving the admin address dynamically 2017-10-22 15:01:04 +02:00
kaiyou
7d348440d8 Have radicale authenticate against the front 2017-10-22 15:00:41 +02:00
kaiyou
ea1d876d93 Add a specific server for xclient-authenticated connections 2017-10-22 15:00:16 +02:00
kaiyou
cac00086c9 Fix the outclean filter which was not embedded anymore 2017-10-22 11:31:55 +02:00
kaiyou
04a25fc4e3 Add specific unencrypted servers for internal connexions (webmails) 2017-10-22 11:31:32 +02:00
kaiyou
ec6d5acc18 Unescape passwords before cecking 2017-10-22 10:49:31 +02:00
kaiyou
0a74213eae Have nginx listen over ipv6 2017-10-21 19:50:49 +02:00
kaiyou
3230554b0d Do not enable starttls if no certificate 2017-10-21 18:58:18 +02:00
kaiyou
8a2ddcdf30 Fix a typo in the nginx config 2017-10-21 15:54:09 +02:00
kaiyou
9dd4150e7c Merge branch 'refactor-nginx' 2017-10-21 15:23:17 +02:00
kaiyou
5786bb3e1b Return the server address dynamically 2017-10-21 15:22:40 +02:00
kaiyou
9e3e86f0d0 Remove spaces around = sign in .env 2017-09-28 21:47:01 +02:00
kaiyou
3e2dfee431 Merge pull request #276 from droopy4096/master-backports
multiple bugfixes for config_sync and full coverage of user/alias/domain attributes added
2017-09-28 20:21:44 +02:00
Dmytro Makovey
18ba724505 pep8/flake8 applied 2017-09-28 08:37:39 -07:00
Dmytro Makovey
d50ba01892 autopep8 applied 2017-09-28 08:28:10 -07:00
Dmytro Makovey
b05e924f3b merged config_sync improvements/bugfixes 2017-09-27 21:57:57 -07:00
Dmytro Makovey
83e6d4400c fix user params updates 2017-09-27 21:48:20 -07:00
Dmytro Makovey
a6944582a3 fix python2-ism 2017-09-27 21:34:10 -07:00
Dmytro Makovey
c9f124c9b9 expand user and alias params 2017-09-27 21:29:42 -07:00
Dmytro Makovey
06d7828e06 fix multi-add of managers 2017-09-27 20:52:03 -07:00
Dmytro Makovey
4fed48eae1 commit earlier to fix issues with missing domains 2017-09-27 20:31:51 -07:00
Dmytro Makovey
977fcd01e0 add more verbosity for operations 2017-09-27 20:16:23 -07:00
Dmytro Makovey
454264ba31 fix typo 2017-09-27 19:44:19 -07:00
kaiyou
d84b63453f Merge pull request #271 from droopy4096/master-backports
Added config_update verbosity and expanded YAML format a touch
2017-09-27 20:25:14 +02:00
Dmytro Makovey
319b3e68bb backported proper empty field handling 2017-09-27 11:05:29 -07:00
Dmytro Makovey
2ffd779324 add some fail-safe for empty passwords 2017-09-27 11:04:19 -07:00
Dmytro Makovey
b64582b456 retracting dovecot cipher settings 2017-09-27 07:28:39 -07:00
kaiyou
7c483adfbb Merge pull request #273 from t3hmrman/add-kubernetes-resource-configs
Add kubernetes NGINX ingress and Mailu resource config
2017-09-27 08:10:14 +02:00
t3hmrman
f22c4899fd Add light documentation structure and README for kubernetes 2017-09-27 10:37:34 +09:00
Dmytro Makovey
9f267a44ee backported CLI options for domain command 2017-09-26 14:21:50 -07:00
Dmytro Makovey
1ee4f5db15 fix domain command invocation 2017-09-26 14:18:37 -07:00
Dmytro Makovey
292853fd57 backported domain/manager sync 2017-09-26 14:11:00 -07:00
Dmytro Makovey
ce2ad32efc add manager/domain configuration sync 2017-09-26 13:20:33 -07:00
t3hmrman
3ecb54b4e3 Add kubernetes NGINX ingress and Mailu resource config 2017-09-26 12:52:58 +09:00
Dmytro Makovey
5e55182b90 fix type check as per pull request comment 2017-09-25 06:59:01 -07:00
kaiyou
effb311742 Use relative redirects, as suggsted in #272 2017-09-24 22:43:16 +02:00
kaiyou
ba4ed579df Support TLS and STARTTLS for mail 2017-09-24 18:43:14 +02:00
kaiyou
4892fe47e6 Limit xclient to connections from the front container 2017-09-24 18:33:13 +02:00
kaiyou
4521fa9e29 Make path to admin and webmail configurable, related to #236 2017-09-24 18:16:36 +02:00
kaiyou
648d092e88 Fix proxifying to static assets 2017-09-24 17:59:58 +02:00
kaiyou
808809b37a Add letsencrypt support in the nginx container 2017-09-24 17:50:20 +02:00
kaiyou
a57096e613 Support specifyin multiple hostnames 2017-09-24 17:49:39 +02:00