Commit Graph

  • da81f67254
    Merge pull request #688 from hoellen/doc-fix-typo mergify[bot] 2018-10-25 14:53:05 +0000
  • 27cf2c33a6
    Merge pull request #684 from romracer/fix-683 mergify[bot] 2018-10-25 14:48:16 +0000
  • 1e3392e417
    Antispam not an optional service, postfix fails without it Tim Möhlmann 2018-10-25 17:37:22 +0300
  • dde7ccca97
    Created test cases from latest setup revision Tim Möhlmann 2018-10-25 17:35:53 +0300
  • 72e931f4b4
    Modify setup templates to allow for DOCKER_ORG and VERSION override. (Needed for Travis) Tim Möhlmann 2018-10-25 16:35:08 +0300
  • 928fbb372d
    Merge branch 'feat-test-suite' into feat-setup Tim Möhlmann 2018-10-25 15:35:48 +0300
  • 3b1fdc6166 Migrate test script from shell to python Ionut Filip 2018-10-25 15:27:09 +0300
  • fd3a944850 fix typo in doc hoellen 2018-10-25 13:04:40 +0200
  • 55297424cd
    Merge remote-tracking branch 'upstream/master' into feat-setup Tim Möhlmann 2018-10-24 14:45:21 +0300
  • b8783b670a
    Take out DNS entry for webmail Tim Möhlmann 2018-10-24 12:18:03 +0300
  • 238d4e7f20
    Provide test cases created with the new setup utility Tim Möhlmann 2018-10-24 12:02:28 +0300
  • 56fb74c502 Fix typo (duplicate self). Fixes #683 Scott 2018-10-23 10:47:31 -0500
  • e5268de0c7 Revert default value for subnet Ionut Filip 2018-10-23 17:55:44 +0300
  • 120c29eff6 Added unbound for stack flavor Ionut Filip 2018-10-23 17:46:06 +0300
  • ae8f928fc0 Added project name on docker commands Ionut Filip 2018-10-23 17:07:05 +0300
  • 393bf566da Merge branch 'feat-unbound-dns' of github.com:usrpro/Mailu into feat-unbound-dns Ionut Filip 2018-10-23 16:40:36 +0300
  • 6c12e2fffb Fixed subnet variable in unbound Ionut Filip 2018-10-23 16:39:22 +0300
  • 12d8872a09
    Fix unbound build path Tim Möhlmann 2018-10-23 16:09:59 +0300
  • da37555a3c Fixed naming error Ionut Filip 2018-10-23 15:46:53 +0300
  • 7c07efc216 Added unbound to setup Ionut Filip 2018-10-23 15:42:19 +0300
  • bcfce27ee2
    Standarize unbound, prepare for setup inclusion - Use jinja template for configuration file (start.py) - Limit access to the Mailu subnet - Implement health checks Tim Möhlmann 2018-10-23 15:07:49 +0300
  • 9412c8e1e9
    Correct spelling error hoellen 2018-10-23 13:52:43 +0300
  • 8a44a44688
    Merge branch 'master' into feat-startup Ionut Filip 2018-10-23 12:51:32 +0300
  • 40d8e65762
    Revert docker-compose to latest upstream version Tim Möhlmann 2018-10-23 12:22:36 +0300
  • 5b7b29ee3f
    Merge remote-tracking branch 'upstream/master' into feat-unbound-dns Tim Möhlmann 2018-10-23 12:16:36 +0300
  • 1187cac5e1 Finished up switching from .sh to .py Ionut Filip 2018-10-23 11:58:36 +0300
  • ed81c076f2
    Take out "models" path, as we are already in it Tim Möhlmann 2018-10-23 11:53:52 +0300
  • aed80a74fa
    Rectify decleration of domain_name Tim Möhlmann 2018-10-23 11:52:15 +0300
  • 99540cd90b - Added kubernetes CNI support for Mailu Hans Cornelis 2018-10-23 10:47:26 +0200
  • 2d382f2d67
    Merge branch 'master' into fix-sender-checks Tim Möhlmann 2018-10-23 10:58:29 +0300
  • 2124df36ec
    Merge pull request #663 from HorayNarea/feat-healthchecks Tim Möhlmann 2018-10-22 21:07:03 +0300
  • 76e95bd585
    Fix typo Thomas Sänger 2018-10-22 21:05:55 +0300
  • 0e5606d493 Changed start.sh to start.py Ionut Filip 2018-10-22 18:01:59 +0300
  • eb7dfb5771 Cleaning up start.py Ionut Filip 2018-10-22 17:02:43 +0300
  • 7c1118df7d
    Extending the FAQ Tim Möhlmann 2018-10-22 16:14:54 +0300
  • 3552c59ff3
    Insert ref link for FAQ, shortened title for display purposes Tim Möhlmann 2018-10-22 16:11:45 +0300
  • 3c9cae5d06 Added replicas variables for core containers Ionut Filip 2018-10-22 15:13:18 +0300
  • 6a9e5c1921 Create/generate file template Ionut Filip 2018-10-22 12:53:25 +0300
  • b54a51e3ba
    Merge branch 'master' into feat-faq Tim Möhlmann 2018-10-22 12:30:23 +0300
  • 9881dd2074 Documentation for adding more steps/flavors Ionut Filip 2018-10-22 12:13:22 +0300
  • 603b6e7390
    Merge pull request #2 from usrpro/fix-nginx-healthcheck Thomas Sänger 2018-10-21 22:44:44 +0200
  • 81b24f61e8
    Merge branch 'master' into feat-healthchecks Tim Möhlmann 2018-10-21 20:58:59 +0300
  • a2fea36c79
    Increase HEALTHCHECK start time for services that need to wait for host resolving during startup. In Docker Swarm mode the services listed below can get stuck in their start script, while they are waiting for other services become available. Now, with HEALTHCHECK enabled, docker does not resolve names of services that not pass HEALTHCHECK yet. Meaning that if one of the depenend services is not yet available, it will create a chain of failing services. Tim Möhlmann 2018-10-21 20:49:01 +0300
  • c3e89967fb
    Fix front health checking - Specified seperated /health path in order to allow for healthcheck even if webmail and admin are not seletectd. This also allows healthchecking fom external services like DNS load balancers; - Make curl not to fail on TLS because localhost is not included in the certificates. Tim Möhlmann 2018-10-21 20:45:41 +0300
  • f2c4e52fee
    Merge pull request #664 from kaiyou/feat-docs-versions mergify[bot] 2018-10-21 14:22:13 +0000
  • d167c8ca7c
    Merge pull request #668 from usrpro/feat-setup mergify[bot] 2018-10-21 13:04:46 +0000
  • 90b8c3cc1f
    Merge pull request #665 from kaiyou/feat-reply-startdate mergify[bot] 2018-10-20 23:18:06 +0000
  • bce1487338
    Merge pull request #576 from hacor/master mergify[bot] 2018-10-20 22:30:38 +0000
  • 8112d31ce9
    Merge pull request #674 from paulprogrammer/feat-nginx-http2 mergify[bot] 2018-10-20 09:04:31 +0000
  • eaaf0125d1
    Merge pull request #1 from usrpro/feat-docs-versions kaiyou 2018-10-20 10:20:20 +0200
  • 1fcaef7c7e
    Merge branch 'master' into fix-sender-checks kaiyou 2018-10-20 10:18:36 +0200
  • 78bd5aea1c enable http2, because it's that easy Paul Williams 2018-10-19 11:51:33 -0600
  • 72d4fa2bc9
    remove empty line from merge conflict hoellen 2018-10-19 22:13:38 +0200
  • 857ad50509
    Merge branch 'master' into feat-reply-startdate hoellen 2018-10-19 22:06:56 +0200
  • 4a5c0a6d21
    Merge pull request #667 from kaiyou/fix-password-performance mergify[bot] 2018-10-19 18:56:26 +0000
  • 80658c30da
    Merge pull request #669 from hoellen/fix-webmail-root mergify[bot] 2018-10-19 15:18:40 +0000
  • c5be360a48 Updated setup page for stack flavor Ionut Filip 2018-10-19 17:29:35 +0300
  • 771e0ee6a2
    Remove old crypt settings from .env Tim Möhlmann 2018-10-19 16:29:47 +0300
  • ebaba8fb41 Moved variables from docker-compose.yml back to env file Ionut Filip 2018-10-19 15:27:18 +0300
  • f10416e85a Merged with new PRs Hans Cornelis 2018-10-19 13:40:17 +0200
  • 6fb0b93240 - Removed RSPAMD Password feature - Updated roles on the Front DS - Reverted the Auth limits Hans Cornelis 2018-10-19 13:39:32 +0200
  • 9c56e4c1b6 Fixed misstyped condition Ionut Filip 2018-10-19 14:09:58 +0300
  • 4ccefd6d5e
    Documentation update on local docs container Tim Möhlmann 2018-10-19 13:43:09 +0300
  • 02c802159a Updated env file with the latest version Ionut Filip 2018-10-19 12:53:26 +0300
  • 118ea0f3fb
    Merge pull request #604 from ofthesun9/feature-swarm mergify[bot] 2018-10-19 09:18:34 +0000
  • 84c6b12d06
    Updated labels in config page Tim Möhlmann 2018-10-19 11:57:02 +0300
  • 08987dfa22 Minor changes Ionut Filip 2018-10-19 11:45:55 +0300
  • 727970514d
    Merge pull request #527 from ofthesun9/feat-fuzzyhashes mergify[bot] 2018-10-18 21:59:08 +0000
  • 672fca3347
    Merge pull request #666 from kaiyou/feat-sieve-edit kaiyou 2018-10-18 23:18:39 +0200
  • 7a3922c2e7 Fixes few typos ofthesun9 2018-10-18 19:14:53 +0000
  • 5b8deed06b Made the instructions more simple Updated the volume defintion to the latest master status Removed the part around .yml variable substitution as we can use a "trick" ofthesun9 2018-10-18 18:59:22 +0000
  • 9c639eebd4 Made the instructions more simple (moved the nfs-volume example to another file) Removed he part around variable substitution as we can use a "trick" ofthesun9 2018-10-18 18:46:59 +0000
  • 82069ea3f0 Clean most of the refactored code kaiyou 2018-10-18 17:55:07 +0200
  • 35193f5530 Added functionality for stack flavor Ionut Filip 2018-10-18 17:23:25 +0300
  • f40fcd7ac0 Use click for the manager command kaiyou 2018-10-18 16:20:56 +0200
  • fc24426291 First batch of refactoring, using the app factory pattern kaiyou 2018-10-18 15:57:43 +0200
  • d4f32c3e7d remove rewrite if webmail is on root hoellen 2018-10-18 14:27:28 +0200
  • 39a1de956f
    Add docker stack flavor - Template still untested - mailu.env and setup.html are symbolic links to compose flavor Tim Möhlmann 2018-10-18 14:35:38 +0300
  • adfadab4cf
    Load steps after setting flavor Tim Möhlmann 2018-10-18 12:56:16 +0300
  • 828d96f8f0 Switch the default password scheme to PBKDF2 kaiyou 2018-10-17 21:26:44 +0200
  • 01fa179767 Update the user password in database when needed kaiyou 2018-10-17 21:21:35 +0200
  • 988e09e65e Add a profiler in debug mode for improving performance kaiyou 2018-10-17 21:21:24 +0200
  • dba8f1810d Do not check the password another time in Dovecot kaiyou 2018-10-17 21:21:00 +0200
  • dbce059ae8
    Merge pull request #5 from kaiyou/ofthesun9-feat-fuzzyhashes ofthesun9 2018-10-17 20:51:55 +0200
  • 86bdce8407 Explicitely specify the fuzzy worker listen address ofthesun9 2018-10-17 18:49:19 +0000
  • cec5c1b16b Merge branch 'master' into feat-fuzzyhashes ofthesun9 2018-10-17 18:31:42 +0000
  • d5162328ec Allow dovecot to write the source configuration directory for compiling sieve scripts kaiyou 2018-10-17 18:48:59 +0200
  • ce0bf3366d Learn fuzzy hashes automatically kaiyou 2018-10-17 18:48:28 +0200
  • b9b4a8cd77 Explicitely specify the fuzzy worker listen address kaiyou 2018-10-17 18:47:55 +0200
  • 0c40057767 Merge branch 'feat-fuzzyhashes' of https://github.com/ofthesun9/Mailu into ofthesun9-feat-fuzzyhashes kaiyou 2018-10-17 17:58:48 +0200
  • 5679d355aa
    Avoid binding conflicts on production servers Tim Möhlmann 2018-10-17 18:45:09 +0300
  • 0a5dbf6230 Re-enable local dovecot sieve scripts kaiyou 2018-10-17 17:41:21 +0200
  • b2059be966
    Merge branch 'feat-setup' of github.com:usrpro/Mailu into feat-setup Tim Möhlmann 2018-10-17 18:38:51 +0300
  • ed53d655d3
    Extend documentation in download page. Small cleanup in env. Tim Möhlmann 2018-10-17 18:38:10 +0300
  • 7c0f5b20d6 Bug fixes Ionut Filip 2018-10-17 17:54:37 +0300
  • cb1ed349bf Bug fixes Ionut Filip 2018-10-17 16:46:20 +0300
  • 6b6cbcf977 Modified variables in .env file Ionut Filip 2018-10-17 15:38:51 +0300
  • b3c7c45140 Added input form constraints Ionut Filip 2018-10-17 15:11:55 +0300
  • ef55ca525c Deleted conflicting merge files Hans Cornelis 2018-10-17 07:48:52 +0200
  • e67a0d464b Deleted old folder Hans Cornelis 2018-10-17 07:44:21 +0200