1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-12-28 11:51:40 +01:00

Commit Graph

  • ee0d0853dd Dovecot based version of the mailserver. Courier and Cyrus Sasl have been removed and substituted with Dovecot which now handle authentication for Postfix, Imap and Pop3, with support for SSL. This allow the use of several encryption schemes for the password as well as a single user db. OpenDKIM keys can now be provided at the startup and will be used instead of generating new ones (so that you don't have to change your DNS configuration). angus 2016-04-07 14:20:51 +0200
  • 25ac07cae7 Introduce the env variable ENABLE_FAIL2BAN. Modified the Makefile so that the containers startup with a short delay between each other. Corrected a small bug in start-mailserver.sh that prevented the correct configuration of the jails. angus 2016-04-06 19:29:39 +0200
  • d2bb97a810 check .pem existence and concat to combined.pem with added eol Thomas Willems 2016-04-05 11:53:20 +0200
  • 0f94378842 All email-related services now logs in /var/log/mail/ and fail2ban config has been updated accordingly. Added also a check before copying spamassassin rule file. angus 2016-04-01 17:18:13 +0200
  • 5048f8b509 Merge pull request #114 from 00angus/feat_fail2ban_change Thomas VIAL 2016-04-01 12:46:53 +0200
  • 5219aab9e8 Add ENABLE_FAIL2BAN environment variable to enable fail2ban service (it's not enabled by default, now). angus 2016-03-31 12:33:47 +0200
  • 735bbcae34 Merge pull request #111 from Reldeis/master Thomas VIAL 2016-03-31 10:48:05 +0200
  • 09315d3d3c Add eol to letsencrypt provided files Reldeis 2016-03-30 11:51:40 +0200
  • 8c6464d430 Merge pull request #108 from dominikbechstein/logrotate_fix Thomas VIAL 2016-03-26 10:13:18 +0100
  • b7355656bf Merge branch 'master' into logrotate_fix Dominik Bechstein 2016-03-26 06:12:05 +0100
  • 8cc9df8bae Merge remote-tracking branch 'origin/logrotate_fix' Dominik Bechstein 2016-03-26 06:04:21 +0100
  • 97c8ccf401 Allow already configured user databases, with passwords already setup. * Dockerfile: added script to generate-user-databases * generate-user-databases: script can be called to generate DBs from account.cf file and export them to the host * start-mailserver.sh: implemented logic for managing users provided in account.cf files or in user databases angus 2016-03-23 16:24:32 +0100
  • 6fddc39d6a Merge 8de15b6a57bf03039fdffebfe76713088f9be4bb into 55cfa3049137113ef7925bbad80d735c8d3778d7 Thomas VIAL 2016-03-19 16:48:28 +0000
  • 8de15b6a57 Checking configuration Thomas VIAL 2016-03-19 17:45:42 +0100
  • 35085360d4 Merge branch 'PhilippeChepy-master' Thomas VIAL 2016-03-19 14:33:48 +0100
  • 8f04f49009 Merge branch 'master' of https://github.com/PhilippeChepy/docker-mailserver into PhilippeChepy-master Thomas VIAL 2016-03-19 14:33:18 +0100
  • 55cfa30491 Merge pull request #104 from Chris54721/relay Thomas VIAL 2016-03-18 20:45:06 +0100
  • 53959b8eae Add tests for SASL_PASSWD Chris54721 2016-03-18 20:12:18 +0100
  • ec5837d496 Update start-mailserver.sh Chris54721 2016-03-18 20:10:05 +0100
  • 3cabf10520 Add tests for main.cf overrides Chris54721 2016-03-18 20:07:58 +0100
  • 19fed39dc4 Merge remote-tracking branch 'upstream/master' into relay Chris54721 2016-03-18 20:00:48 +0100
  • 082577f27b continue to write the log information in the newly created file after rotating the old log file Dominik Winter 2016-03-11 21:37:04 +0100
  • 76fc093b52 Merge c47c651812811b9573aebe8b89407f497c8d6fe4 into dc796ea9f2855f93530e0ce66e48d44726e9d81d Philippe Chepy 2016-03-11 11:54:55 +0000
  • c47c651812 Image size optimization Philippe Chepy 2016-03-11 12:19:20 +0100
  • 87730cabbd Revised package installation and cleanup process Philippe Chepy 2016-03-11 00:04:23 +0100
  • 7ad0ed0bed Updated FAQ (markdown) Thomas VIAL 2016-03-04 18:59:32 +0100
  • 2c886fa3cd Updated FAQ (markdown) Thomas VIAL 2016-03-04 18:57:22 +0100
  • 94a2c9a798 Updated FAQ (markdown) Thomas VIAL 2016-03-04 18:56:45 +0100
  • dc796ea9f2 Merge pull request #92 from mjung/master Thomas VIAL 2016-03-01 09:18:50 +0100
  • cbf72bdb53 Better documentation for SMTP_ONLY environment variable Marko J 2016-03-01 01:04:31 +0000
  • ca35e0e313 on special request also some documentation Marko Jung 2016-03-01 00:21:23 +0100
  • 2769269bd6 new SMTP_ONLY environment option to disable all courier daemons Marko Jung 2016-02-29 23:52:10 +0100
  • 3c2bc6ccac Merge pull request #90 from emazzotta/patch-1 Thomas VIAL 2016-02-27 20:11:47 +0100
  • 6bd5c5015a Allowing CA signed custom certificates Emanuele Mazzotta 2016-02-27 17:16:28 +0100
  • ab9fd69052 Fixed test file now moved to "bats" Thomas VIAL 2016-02-25 12:15:33 +0100
  • 67f3381808 Merge pull request #85 from tomav/move-test-framework-to-bats Thomas VIAL 2016-02-25 09:42:09 +0100
  • 890b70a133 Fixes 84 => moved to bats unit test framework Thomas VIAL 2016-02-25 00:17:01 +0100
  • 22b79b82f8 Moved from assert.sh to bats Thomas VIAL 2016-02-25 00:11:48 +0100
  • 91554372e5 Removed assert.sh and tests Thomas VIAL 2016-02-25 00:11:18 +0100
  • d36ecaa2c0 Add SASL_PASSWD environment variable to configure relay authentication Robert Dolca 2016-02-20 02:17:14 +0000
  • 0e2ef0f8c2 Allow custom main.cf settings Robert Dolca 2016-02-20 02:16:54 +0000
  • 2ff42baf41 Remove duplicate DKIM headers Robert Dolca 2016-02-20 02:15:17 +0000
  • 0f1695cbb2 Set smtp_tls_security_level for smtp-amavis in master.cf Robert Dolca 2016-02-20 02:14:04 +0000
  • 10d04efece Merge pull request #80 from tomav/fix-spamassassin-default-config Thomas VIAL 2016-02-18 23:16:06 +0100
  • 8fee26080d Merge pull request #81 from espitall/master Thomas VIAL 2016-02-18 22:58:29 +0100
  • 842d54e051 fix pop3 certificate path Damien Espitallier 2016-02-18 22:16:50 +0100
  • 59a6649f0e Fixes #79 and add spamassassin configuration variables (see README.md) Thomas VIAL 2016-02-18 22:11:24 +0100
  • 24e3b1286e Fixes #79 and spamassassin default configuration Thomas VIAL 2016-02-17 22:51:57 +0100
  • f77e2e9ffa Added fail2ban to features list Thomas VIAL 2016-02-13 12:20:15 +0100
  • 0e5de114b7 Merge pull request #78 from dominikwinter/fail2ban Thomas VIAL 2016-02-13 11:26:05 +0100
  • b54bce7b77 fixed timing problem for fail2ban test Dominik Winter 2016-02-13 05:37:06 +0100
  • 5d157dceca added fail2ban tests Dominik Winter 2016-02-13 04:43:57 +0100
  • 25b09928a3 add NET_ADMIN container capabilities instead of all privileges Dominik Winter 2016-02-13 01:40:36 +0100
  • 7e7c34a256 added fail2ban Dominik Winter 2016-02-12 00:19:21 +0100
  • 52accb596c Merge pull request #77 from millaguie/master Thomas VIAL 2016-02-11 19:10:25 +0100
  • 7ce4b8c7d9 Update test.sh Javier Picado Ladrón de Guevara 2016-02-11 18:36:08 +0100
  • aa2ae98b2a Default imap folders Javier Picado Ladrón de Guevara 2016-02-11 14:00:59 +0100
  • 14cf4b2353 Updated Home (markdown) Thomas VIAL 2016-02-10 09:54:57 +0100
  • dfd3a486d1 Moved SSL doc to the Wiki Thomas VIAL 2016-02-10 09:53:51 +0100
  • c2237c0705 Updated SSL (markdown) Thomas VIAL 2016-02-10 09:51:31 +0100
  • aa63d2e3cc Updated FAQ Frequently Asked Questiond (markdown) Thomas VIAL 2016-02-10 09:50:18 +0100
  • f3f52a7ef5 Updated FAQ (markdown) Thomas VIAL 2016-02-10 09:50:07 +0100
  • 38aad68e53 Created SSL (markdown) Thomas VIAL 2016-02-10 09:49:22 +0100
  • 64feb9421b Updated Home (markdown) Thomas VIAL 2016-02-10 09:44:50 +0100