Commit Graph

237 Commits

Author SHA1 Message Date
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 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
Dmytro Makovey 5e55182b90 fix type check as per pull request comment 2017-09-25 06:59:01 -07:00
kaiyou 971e839201 Merge branch 'master' into feature-xforwarded-prefix 2017-09-24 11:46:58 +02:00
Dmytro Makovey 8cf93ab999 added bacports and resolved conflicts 2017-09-22 00:42:37 -07:00
Dmytro Makovey f86391f839 be smarted about destination field 2017-09-19 08:27:19 -07:00
kaiyou e14f93d429 Do not remove openssl during the admin container setup 2017-09-18 21:34:43 +02:00
kaiyou 6cd8e0e336 Fix the redirect to /webmail 2017-09-17 19:01:02 +02:00
kaiyou f615af4a88 Fix the behavior during login 2017-09-17 18:55:54 +02:00
kaiyou 2b13af4638 Update messages.po (POEditor.com) 2017-09-17 16:32:59 +02:00
kaiyou 9fd60c3fa8 Update translations 2017-09-17 16:26:40 +02:00
kaiyou 924ca02016 Update messages.po (POEditor.com) 2017-09-17 16:25:56 +02:00
kaiyou bb8c4e86c1 Update translations after moving mailu.admin 2017-09-17 14:38:00 +02:00
kaiyou fed7665a0a Fix all references to mailu.admin 2017-09-17 14:37:10 +02:00
kaiyou 9358a76d89 Start moving things out of the admin module 2017-09-17 14:36:44 +02:00
kaiyou 5192034c02 Fix the missing openssl requirement 2017-09-17 12:56:55 +02:00
kaiyou 52daccb74e Clean the requirements after removing certbot 2017-09-17 12:03:50 +02:00
kaiyou a96478c496 Fix remaining migration scripts and remove initdb/flushdb from manage.py 2017-09-17 11:55:12 +02:00
kaiyou 829e4a5e28 Merge pull request #254 from Mailu/feature-traefik
Switch to traefik for proxying and querying letsencrypt
2017-09-16 22:39:07 +02:00
kaiyou 95970cd7b8 Stamp the database when creating it, fixes #259 2017-09-16 22:29:36 +02:00
kaiyou a138bed95e Fix the docker-compose.yml so that / is handled by the admin container 2017-09-16 18:12:21 +02:00
kaiyou a08185911d Merge branch 'master' into feature-traefik 2017-09-16 17:54:09 +02:00
kaiyou 9ee795a694 Redirect / to /webmail by default 2017-09-16 17:53:16 +02:00
kaiyou 68ba514297 Merge pull request #257 from Mailu/feature-relays
Implement relaying emails to specific SMTP
2017-09-16 13:07:49 +02:00
kaiyou 4463a4eade Merge pull request #252 from Mailu/feature-alternative-domains
Implement alternative domains
2017-09-16 13:06:52 +02:00
Dmytro Makovey e6bedabef0 fix print call 2017-09-11 14:06:00 -07:00
Dmytro Makovey e6a92af806 add verbosity level configuration option 2017-09-11 09:48:35 -07:00
Dmytro Makovey e28285155e Expect list instead of string for destination 2017-09-11 09:11:12 -07:00
kaiyou c4120dc132 Install openssl for dhparam generation 2017-09-10 21:07:43 +02:00
kaiyou 70d9972584 Check if a certificate already exists before trying to read it 2017-09-10 21:05:54 +02:00
kaiyou d4254bfd1f Avoid duplicating relays with alternatives or domains 2017-09-10 20:49:49 +02:00
kaiyou 01ddfef149 Implement relayed domains in the admin interface 2017-09-10 20:48:39 +02:00
kaiyou b5c55d10d3 Add the relay concept to the model 2017-09-10 20:30:03 +02:00
kaiyou 03b352cbcd Declare the DMARC RUA/RUF configuration items 2017-09-10 19:35:43 +02:00
kaiyou 9754fffbc4 Simplify the details page for RUA/RUF 2017-09-10 19:35:31 +02:00
kaiyou 9acad29a24 Merge branch 'master' of https://github.com/Xumeiquer/Mailu into Xumeiquer-master 2017-09-10 19:28:00 +02:00