Commit Graph

2545 Commits (1e764009bf2c71f6a18f8ef4e303f7a63cb5a653)

Author SHA1 Message Date
André ce135bb773 [ACME] Log acme-client output base64 encoded, use mysqladmin status instead of ping to determine readiness 2018-10-11 11:51:13 +02:00
André Peters 4179cc74ec
Merge pull request #1830 from DynamicThijs/patch-1
Update Dutch lang file
2018-10-09 19:27:34 +02:00
André Peters 90aaae042b
Merge pull request #1853 from ntimo/master
Added Gitea and Gogs to .gitignore
2018-10-09 19:25:07 +02:00
André Peters 7936a6ce13
Merge pull request #1868 from gromez/api-dkim-details
[Web] New /get/dkim/{domain} API method to retrieve DKIM keys
2018-10-09 19:24:50 +02:00
Jérôme Groven 34ddde82c4 [Web] New /get/dkim/{domain} method to retrieve DKIM keys 2018-10-09 17:40:06 +02:00
André 699c9a7348 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2018-10-07 15:11:48 +02:00
André ad63552951 [Dovecot] Check file size of mail crypt key pair, fixes #1859
[Compose] New Dovecot image
2018-10-07 15:10:17 +02:00
André Peters 3d5706353e
Merge pull request #1858 from mailcow/relayhost-test
[web] fix relayhost test button
2018-10-07 13:22:31 +02:00
Michael Kuron 125ce8e27c
[web] fix relayhost test 2018-10-07 13:21:02 +02:00
André 152f6f3178 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2018-10-06 22:10:34 +02:00
André 9f52cd9456 [Docker API] Fix sieve list for users, fixes #1849 2018-10-06 22:09:23 +02:00
André e304860408 [Web] Fix empty domain dropdown in race condition, fixes #1849 as workaround 2018-10-06 22:09:05 +02:00
Timo N 355b3f4a64
added Gitea and Gogs folder two .gitignore 2018-10-06 16:26:36 +02:00
Timo N 52085cc3d5
Merge pull request #1 from mailcow/master
update to latest master
2018-10-06 16:24:54 +02:00
André Peters d735b93437
Merge pull request #1840 from Knight1/patch-6
Add portainer and docker-compose.override.yml to .gitignore
2018-10-06 10:29:46 +02:00
André 1893dae2d9 [Web] Fix JS pathes, fixes #1845 2018-10-05 16:52:31 +02:00
André c08149adef [SOGo] EAS changes, larger timeout 2018-10-05 11:12:55 +02:00
Tobias "Knight" S 45bfa442b8
Add portainer and docker-compose.override.yml to .gitignore 2018-10-05 04:23:59 +02:00
André 174ef1a1e7 [Compose] New Postfix image 2018-10-04 20:32:06 +02:00
André 539727330b [Web] Fix domain admin edit function 2018-10-04 20:30:42 +02:00
André f5799faf6d [Web] Feature: TLS policy maps
[Web] Avoid php extensions in links
[Web] Minor fixes
2018-10-04 14:38:12 +02:00
André c6aa3610f0 [Postfix] Enable/create smtp_tls_policy_maps 2018-10-04 14:34:53 +02:00
André f6b2a6aab2 [Postfix] Enable/create smtp_tls_policy_maps 2018-10-04 14:34:34 +02:00
André 2f18eb5ad0 [Nginx] Avoid php extensions, use rewrite 2018-10-04 14:34:00 +02:00
André b2067cb521 [SOGo] SOGoMaximumSyncWindowSize = 99 2018-10-04 14:33:32 +02:00
André 2c71c689f6 [Compose] New dovecot-mailcow image 2018-10-03 23:28:08 +02:00
André cf28727376 [Dovecot] Add timeouts to sa-rules script, remove with -f flag to return 0 2018-10-03 23:27:31 +02:00
DynamicThijs 2ef73e2255
Update Dutch lang file
Another little update to the Dutch lang file
2018-10-03 18:00:44 +02:00
André 794ec7b932 Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized 2018-10-03 17:47:23 +02:00
André d00f4744fa [Web] Fix address rewriting actions, fixes #1829 2018-10-03 17:46:59 +02:00
André Peters 38e6de4f6a
Merge pull request #1825 from mailcow/MAGICCC-patch-1
Don't print 'Collecting garbage...' twice
2018-10-03 12:45:48 +02:00
Peter 67adca4e05
Don't print 'Collecting garbage...' twice
When updating mailcow and it finished it printed 'Collecting garbage..,' twice since in docker_garbage() and before running the code we have the echo command.
Now it's printing the line before running docker_garbage()
2018-10-03 12:34:10 +02:00
André a7b51a9972 [Web] Fix user page actions 2018-10-03 12:05:01 +02:00
André 76530b7e6d [Web] Use json_encode for mail attrs when creating a mailbox 2018-10-03 11:28:25 +02:00
André d8148bef79 [Docker API] Do not print warning when maildr does not exist 2018-10-03 11:27:52 +02:00
André f0dfee7820 [Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes 2018-10-03 11:18:31 +02:00
André 7c4416bfc9 [Compose] Update dockerapi-mailcow 2018-10-03 11:18:09 +02:00
André b61f9714e9 [Update] Add MAILDIR_GC_TIME to config file, fixes #1821 2018-10-02 21:24:22 +02:00
André 668a0927ac [Web] Fix deletion of domain, fixes #1818 2018-10-02 21:20:11 +02:00
André 2af2f7836d [Dovecot] Remove fixed uid and gid 2018-10-02 10:31:22 +02:00
André fc9c0c83b0 [Compose] Fix conflict 2018-10-02 10:22:29 +02:00
André 62b27aeacb [Dovecot] Check garbage hourly
[Dovecot] Update SA rules once when container starts
2018-10-02 09:34:21 +02:00
André ca1e950c61 [Dovecot] Do not query gid and uid 2018-10-02 09:13:33 +02:00
André b8ebdc3c58 [Postfix] Increase default message size limit to 100 MiB 2018-10-01 22:06:20 +02:00
André a054182246 [Rspamd] Add desc to high spam networks 2018-09-30 18:56:35 +02:00
André d7ca5579dc [Rspamd] Ignore custom files, but keep bad asn map 2018-09-30 18:55:35 +02:00
André 71ec81db31 [Update] Add MAILDIR_GC_TIME 2018-09-30 14:49:19 +02:00
André 6cbe7a08a4 [Compose] Update Unbound image and set tty true 2018-09-30 14:44:37 +02:00
André cdca603ff5 [Unbound] Fix logging, fixes #585
[Rspamd] Fix permissions of controller password file
[Unbound] Enable unbound-control
2018-09-30 14:43:18 +02:00
André b008211f52 [Rspamd] Controller password placeholder 2018-09-30 09:55:50 +02:00