1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00
Commit Graph

1838 Commits

Author SHA1 Message Date
e5d04aa30d Remove references to unused targets 2020-10-17 02:02:46 +02:00
190f4961c0 Move mail container creation into tests file 2020-10-17 02:02:46 +02:00
9c285db520 Extract mail_override_hostname into own test file 2020-10-17 02:02:46 +02:00
06b137e5a8 Extract container mail_smtponly_without_config into test 2020-10-17 02:02:46 +02:00
ad0be553d8 Extract SRS DOMAINNAME tests/container into own file 2020-10-17 02:02:46 +02:00
d38ff4c122 Extrract disabled clamav tests into own file 2020-10-17 02:02:46 +02:00
94c2a68bd5 Updated submodule target/docker-configomat 2020-10-11 19:41:53 +02:00
854c1b5223 Created IPv6 (markdown) 2020-10-08 15:45:58 -07:00
ad240b00e9 Updated Full text search (markdown) 2020-10-08 15:38:12 -07:00
3db4b75d6e Updated Full text search (markdown) 2020-10-08 15:37:26 -07:00
b986c4375b Created Full-text search (markdown) 2020-10-08 15:36:39 -07:00
pyy
673d7307b6 add account without restart container 2020-10-06 19:30:33 +02:00
c7135c29ae Merge pull request #1632 from artonge/patch-1
Remove write access to group and others to Amavis configuration files
2020-10-06 17:16:31 +02:00
916ef571b9 Miscellaneous cleanup / housekeeping (#1641) 2020-10-06 14:45:55 +02:00
e693596b95 Make final permissions on amavis config files more predictable 2020-10-05 17:11:15 +02:00
ed6e3ebd30 Outsourced linting tests into its own file (#1636)
* outsourced linting tests into its own file
* trigger rebuild
* added SCRIPT variable to setup.sh
* trigger rebuild again
* major test rewrite
* outsourced `hadolint` too
* rewrote some parts of the linting logic due to a logic bug
* adjusted TravisCI
* corrected .bats test line
* corrected logging in linting tests
* updated `hadolint`
2020-10-04 19:34:15 +02:00
4c76565380 merge pull request #1638 from casperklein/patch-3
updated comments
2020-10-04 18:46:00 +02:00
76fb799023 Update user-patches.sh.dist 2020-10-04 18:00:18 +02:00
a851da4793 Comments updated
https://github.com/tomav/docker-mailserver/issues/1608
2020-10-04 13:49:23 +02:00
e633eca38e Updated FAQ and Tips (markdown) 2020-10-04 13:45:29 +02:00
16df7b8b8b Updated FAQ and Tips (markdown) 2020-10-04 13:44:21 +02:00
108bdbd463 Merge pull request #1635 from aendeavor/master
streamlined all scripts adhering to CONTRIBUTING.md
2020-10-02 16:14:42 +02:00
177d24feab streamlined all scripts (now completely adhering to the contributing guidelines) 2020-10-02 15:45:57 +02:00
84dbf4a7b4 Merge pull request #1634 from 3ap/master
fix: use self-signed cert for dovecot
2020-10-01 22:32:15 +02:00
4fc4fe97f7 Update for key_type global option with Caddy v2 for people sharing their LE certs between Caddy and docker-mailserver 2020-10-01 14:06:51 -04:00
a9c5367490 Update Dockerfile
Remove write access to group and others to Amavis configuration files

Fix: #1446
2020-10-01 13:54:43 +02:00
a0c2dc27c8 Merge pull request #1628 from aendeavor/master
possible fix for tomav#1383
2020-09-28 14:24:29 +02:00
1d18cb81fb possible fix for tomav#1383 2020-09-28 11:42:50 +02:00
85d670bba0 dovecot community repo info removed (#1627) 2020-09-27 22:23:23 +02:00
68e27162f3 added warning message for PERMIT_DOCKER=network when using IPv6 (#1405) 2020-09-27 22:15:21 +02:00
6aad01abbd added warning message for PERMIT_DOCKER=network when using IPv6 (#1405) 2020-09-27 22:14:27 +02:00
8e8671bb42 added option to use non-default network-interface, resolves #1227 (#1621)
* added option to use non-default network-interface (#1227)
* minor (stylistic) changes
* properly working with Bash arrays for CONTAINER_NETWORKS
* cleanup to trigger rebuild
* added CODE_OF_CONDUCT to trigger rebuild
2020-09-26 15:11:52 +02:00
4424495f63 Traefik2's wildcard certificates now work with :stable 2020-09-26 14:52:36 +02:00
a0791ef457 formatting files according to standard (#1619)
* added EditorConfig linting
* adding `eclint` as Travis script target
* re-adjusted .pem files to have a newline
2020-09-24 14:54:21 +02:00
9f7414d95f remove unnecessary use of cat (#1616) 2020-09-23 21:53:07 +02:00
566eaa0e13 complete refactoring for start-mailserver.sh (#1605)
* completely refactored `start-mailserver.sh`
* added braces; correctly formatted tabs / spaces
*  included `start-mailserver` into shellcheck checks
* cleanup
* removed unnecessary shellcheck comments adding braces and "" where necessary
* corrected some mistakes in CONTRIBUTING
* Makefile now uses correct shellcheck
2020-09-23 10:21:37 +02:00
9b5d4d307c getting rid of ELK & updating Compose (#1614)
* removed elk diretory
* removed filebeat / elk compose.yml.dist; adjusted other compose files
* final README update for env variables
* updated compose files
2020-09-21 13:54:31 +02:00
pyy
cde15e365f how to set timezone for container 2020-09-10 20:59:33 +02:00
fa84895ab2 fix for #1603 (#1604)
closing #1603
2020-09-09 22:36:00 +02:00
ae6f41e303 Merge pull request #1601 from aendeavor/master
- outsourced badges-links in `README.md` to clean this section up
- refactored `.travis.yml` with Prettier and added **shellcheck capabilities**
- refactored Makefile to make it verbose where it should be and added a **shellcheck target**
- refactored all scripts in `target/` (except `start-mailserver.sh`)
- added **coding style guidelines** to `CONTRIBUTING.md` so everyone can and must adhere to consistent guidelines
- `start-mailserver.sh` had to be touched due to renaming of functions
- added a table of contents to Markdown documents
2020-09-09 18:31:42 +02:00
77520bf96f adjusted coding style guidelines; added table of contents 2020-09-09 17:19:48 +02:00
523a0e25a9 fixing #1563 2020-09-09 11:19:57 +02:00
34e8a76300 using exact shellcheck location now for correct version (not using Travis')
using
2020-09-08 20:22:27 +02:00
4096c782cf had to uninstall shellcheck with apt to get fixed version 0.7.1 2020-09-08 20:18:43 +02:00
286b53c9d5 corrected cp shellcheck path due to version change 2020-09-08 19:54:16 +02:00
323303431a fixed shellcheck version 2020-09-08 19:49:19 +02:00
f7ca406ec9 fixing #1602; variable-brace-policy changed; 2020-09-06 12:27:40 +02:00
67e1e586c7 coherent renaming of functions 2020-09-05 16:53:36 +02:00
bf679a5504 changes from tomav#1599 without start-mailserver.sh
included all changes from the work on refactoring all scripts, but excluded one big script to make merging easier; replaced mapfile with read
2020-09-05 16:19:12 +02:00
14aa0cdcc3 Merge pull request #1596 from mwnx/relayhostmap-from-virtual
Populate relayhost_map from virtual accounts (and other fixes)
2020-09-05 14:01:11 +02:00