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

1121 Commits

Author SHA1 Message Date
2020df88fe corrected CONTRIBUTING & README 2020-12-22 11:08:50 +01:00
7517315b85 added description for user-patches & reworked SELinux settings 2020-12-19 13:17:48 +01:00
e11f4f609a Merge pull request #1705 from gmasse/new-1697
Add purge cron job for Dovecot dbox format
2020-12-18 23:00:36 +01:00
a2ebeea672 Merge pull request #1711 from MakerMatrix/rsyslog-ikmlog-fix
Get rid of syslogd warnings about kernel logging.
2020-12-18 16:32:43 +01:00
d400417d0e Add purge cron job for dbox 2020-12-17 20:35:06 +01:00
d9e4b89415 Merge pull request #1703 from BrandonSchmitt/acme-fixes
Small fixes for extracting certs from the acme.json file
2020-12-11 12:53:04 +01:00
ad4d4cc794 Refactor bash [[ ... ]] && ... || ... into if then else 2020-12-11 04:51:53 +01:00
6292e8ac02 This should be a config option instead. 2020-12-10 17:19:19 +00:00
31f593eee9 correcting lint.sh to properly use exit instead of return 2020-12-10 10:51:33 +01:00
fd9b9ebf1e Comment out errant/noisy kernel logging in /etc/rsyslogd 2020-12-09 20:42:21 +00:00
bc95107b54 Get rid of syslogd warning about kernel logging. 2020-12-09 20:02:27 +00:00
2629b57590 Merge pull request #1708 from williamdes/feature/sasl-options
Add more config options to saslauthd.conf
2020-12-08 22:07:41 +01:00
e58020029e Add more sasl LDAP config options
- SASLAUTHD_LDAP_PASSWORD_ATTR => ldap_password_attr
- SASLAUTHD_LDAP_AUTH_METHOD => ldap_auth_method
- SASLAUTHD_LDAP_MECH => ldap_mech
2020-12-08 15:30:55 +01:00
17962c243a Implement more sasl config options
Follow up of: https://github.com/tomav/docker-mailserver/pull/980
Ref: https://github.com/tomav/docker-mailserver/issues/1704
2020-12-08 15:07:22 +01:00
c020cc88a1 Use the environment var SSL_DOMAIN while extracting certs from the acme.json during start-up
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@live.de>
2020-12-06 20:36:22 +01:00
6251f898ea Fix error in python script extracting certs from the acme.json file if there are sections with null values as certs
Signed-off-by: Brandon Schmitt <Brandon.Schmitt@live.de>
2020-12-06 20:30:20 +01:00
ec290acd1f added OS support and multiple domain setup to the README 2020-11-25 13:31:21 +01:00
9a74a56415 Merge pull request #1690 from dayld/master
Add additional pem file for _monitored_files_checksums
2020-11-22 11:16:37 +01:00
cc014d5b4b added additional pem file for _monitored_files_checksums 2020-11-16 15:49:35 +01:00
74710cf0eb Merge pull request #1686 from aendeavor/fix_make-#1685
Correting Makefle - Fixing #1685
2020-11-12 09:50:18 +01:00
d26c4c8b31 fix for #1685 2020-11-12 09:36:15 +01:00
d4e0a571e0 Merge pull request #1683 from simonsystem/issue-1681_create-docs-for-all-dovecot-vars
Create docs for missing DOVECOT vars in README.md
2020-11-07 23:50:36 +01:00
a66a75113c Create docs for missing DOVECOT vars in README.md 2020-11-07 15:16:02 +01:00
3780783145 Housekeeping (#1682)
Housekeeping
2020-11-07 09:56:03 +01:00
ab45ae5504 Change default logrotate settings for /var/mail/maillog (#1667)
Change default logrotate settings for /var/mail/maillog

See also: https://github.com/tomav/docker-mailserver/issues/1666
2020-11-07 00:54:50 +01:00
2c65b0c260 use wait_for_smtp function instead of sleep 2020-11-06 14:11:42 +01:00
ed7106b04d housekeeping 2020-11-06 14:04:23 +01:00
2f840d7da5 Merge pull request #1680 from aendeavor/shellcheck-for-bats
Shellcheck for test/*.bats
2020-11-05 21:45:10 +01:00
462611f0be Merge remote-tracking branch 'aendeavor/shellcheck-for-bats' into shellcheck-for-bats 2020-11-05 19:15:46 +01:00
9ce719213b first refactoring fr *.bats according to shellcheck 2020-11-05 19:15:28 +01:00
46998dd816 preparation to include *.bats into shellcheck 2020-11-05 13:47:52 +01:00
24cef4bfd3 first refactoring fr *.bats according to shellcheck 2020-11-05 13:32:42 +01:00
59c18ede4d Merge pull request #1679 from aendeavor/fix-f2b-#1677
F2B script unusable - fixes #1677
2020-11-05 13:25:42 +01:00
a3ebbd2bd4 preparation to include *.bats into shellcheck 2020-11-05 12:43:03 +01:00
dd5c0b003a removing debug trace 2020-11-05 12:40:24 +01:00
5365e7f0f8 fixes #1677 2020-11-05 11:41:18 +01:00
6726871efc Merge pull request #1672 from omarc1492/patch-1
Add SELinux support
2020-11-01 21:04:28 +01:00
da8677afc2 Update README.md 2020-10-30 12:29:12 -05:00
af8da35322 Update README.md 2020-10-30 12:26:45 -05:00
1bf7929f87 Update README.md 2020-10-30 12:25:42 -05:00
96da96b513 Update README.md 2020-10-30 12:22:53 -05:00
814ebfb2ad Update compose.env
Add optional environment variable that is disabled and has -Z as default option.
2020-10-30 12:07:17 -05:00
400900fa9b Update docker-compose.yml
Add additional bind mount option for when SELinux is enabled
2020-10-30 12:05:22 -05:00
50c40c4ba6 Update README.md
Add example of using script when SELinux is enabled.
2020-10-30 10:51:27 -05:00
8665803253 Update setup.sh
Add script options -z and -Z to handle SELinux environments.
2020-10-30 10:43:31 -05:00
c22c25d623 Merge pull request #1662 from aendeavor/env-update2
Env Update 2
2020-10-28 18:44:25 +01:00
7fde5ebe36 re-trigger tests 2020-10-28 15:44:34 +01:00
46f336c721 Merge pull request #1671 from martin-schulze-vireso/bugfix/monitored_files_checksums_not_found 2020-10-28 15:41:49 +01:00
6a9e5c0b62 Fix parallel development error: Use correct filename 2020-10-28 14:39:42 +01:00
f0105f6d47 Merge pull request #1613 from martin-schulze-vireso/feature/extract_even_more_tests 2020-10-28 11:16:15 +01:00