1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2025-05-06 17:05:30 +02:00

Commit Graph

  • b92e2c52c5 Using travis_retry for image building (#664) Daniel Panteleit 2017-07-23 21:27:38 +0200
  • b1330e4dd6 Disable logrotate and cron job for updating clamav if clamav is disabled (fixes #660) Daniel Panteleit 2017-07-23 12:56:32 +0200
  • 50dae03997 remove /etc/cron.weekly/fstrim since we don't want to fstrim in docker (#669) Daniel Panteleit 2017-07-23 21:03:06 +0200
  • da04a77ea5 remove /etc/cron.weekly/fstrim since we don't want to fstrim in docker Daniel Panteleit 2017-07-23 20:37:08 +0200
  • af8b1657ab Dockerfile cleanup (#665) Daniel Panteleit 2017-07-23 19:38:34 +0200
  • 5b9f0a6b9d Improvements: * Stray pid files that could hinder a proper startup of postgrey and dovecot are now removed on container start * When the container is stopped, all services are now shut down properly - previously, the services were just killed, resulting in stray pid files and - possibly - corruption of files modified by the services at the time of termination - stopping the container is now much faster (previously took 10 seconds - the standard grace period for containers from being signalled by 'docker stop' and timing out and being killed off) Felix Schwarz 2017-07-23 14:26:14 +0200
  • 63970b6f2b using travis_retry for image building Daniel Panteleit 2017-07-23 12:00:44 +0200
  • 7b13e1b480 Dockerfile cleanup Daniel Panteleit 2017-07-23 11:34:18 +0200
  • 88e3d88de1 Fixed Postgrey re-startup by reoving pid file, suggested by @Sharsie (#658) Thomas VIAL 2017-07-20 10:59:41 +0200
  • 7674297e92 Fixed Postgrey re-startup by reoving pid file, suggested by @Sharsie Thomas VIAL 2017-07-20 10:12:39 +0200
  • ffb9c180b8 New features: * ADD_PERMIT_NETWORK options allows to specify additional networks to whitelist in mynetworks while retaining the benefits of automatically determining relevant networks through PERMIT_DOCKER. E.g. to add the network "10.0.1.0/24", set ADD_PERMIT_NETWORK to "10.0.1.0/24" * DISABLE_FILTERS_FOR_MYNETWORKS option to add amavisd-new configuration to disable clamav/spamassassin filters for the IPv4 hosts listed in mynetworks (amavisd-new doesn't seem to support IPv6 here). Set DISABLE_FILTERS_FOR_MYNETWORKS to enable this. * Added PCRE support to postfix, allowing efficient rejections of mail headers and body based on PCRE regexps. The regexps can be placed in config/postfix-reject_body_checks and config/reject_header_checks accordingly. See postfix main.cf documentation on header_checks and body_checks for more information. * Added support for the second postgrey whitelist (whitelist_clients.local) Felix Schwarz 2017-07-18 16:15:30 +0200
  • f9ff2d1676 Merge branch 'master' into feature/mailfolder Steffen 2017-07-11 23:34:58 +0200
  • 3f0108b9a6 Modified bats tests to have the new maildir, except ldap Steffen Sachse 2017-07-11 23:32:07 +0200
  • af760295bd Change Email-Folder to /var/mail/%d/%u/mails Steffen Sachse 2017-07-11 22:15:32 +0200
  • 47468b1495 Merge b6f2bade842242ebd8cc20f4d6837e9b14a01221 into dbf65789f2bd35d725217048d8aa9b8cc49b6090 Luke Allen 2017-07-09 22:11:03 +0000
  • dbf65789f2 Integrate docker-configomat for configuration parts of start-mailserver.sh #648 (#650) alinmear 2017-07-10 00:11:00 +0200
  • b6f2bade84 make all processes log to console Luke 2017-07-09 14:58:34 -0700
  • 1e0acd93c4 Replaced override_config with configomat.sh alinmear 2017-07-08 23:45:50 +0200
  • 60bfc60a2e Add configomat.sh to Dockerfile alinmear 2017-07-08 23:43:49 +0200
  • b250422d5e Add submodule docker-configomat alinmear 2017-07-08 23:42:02 +0200
  • 0f24b45cfe set Dovecot config files before starting it Luke 2017-07-06 01:42:41 -0700
  • c15d0c2f39 Updated Configue LDAP (markdown) alinmear 2017-07-03 13:52:19 +0200
  • 4370439a87 Updated Configue LDAP (markdown) alinmear 2017-07-03 13:47:48 +0200
  • a5a301e24d Updated Configue LDAP (markdown) alinmear 2017-07-03 13:47:12 +0200
  • 7a0633566f Merge 65d2808f130de868a4f2789d61dc3874e050b00a into 21fb3f3c86391f079afb7fb59260b64019fa2e51 Johan Smits 2017-07-03 11:33:20 +0000
  • 21fb3f3c86 Fix ldap related critical Problems (#644) alinmear 2017-07-03 13:16:16 +0200
  • ee1d627cfa Update README.md alinmear 2017-07-03 11:57:46 +0200
  • 06c557380a Update Readme alinmear 2017-07-03 11:34:38 +0200
  • 75dc1d4eb8 Add DOVECOT Vars to Makefile; commented USER and PASS FILTER alinmear 2017-07-02 23:02:58 +0200
  • 67ca124e48 Update Makefile to reflect recent changes alinmear 2017-07-02 22:14:49 +0200
  • 441ba81242 Add 3 env variables for ldap: LDAP_QUERY_FILTER_{USER,GROUP,ALIAS} alinmear 2017-07-02 22:13:15 +0200
  • ac135ee84c Fix mail_with_ldap setting dn pass explicit alinmear 2017-07-02 10:05:13 +0200
  • f9f25972c9 Renamed Test 129, to be clear that this belongs to ldap alinmear 2017-07-02 09:59:00 +0200
  • 0a2f308ec4 Fix quoting typo alinmear 2017-07-02 00:01:27 +0200
  • 8a21f497e7 Fix erroneous removal of an conditional within the postfix override alinmear 2017-07-01 21:37:26 +0200
  • e448235aff Fix typo alinmear 2017-07-01 21:32:03 +0200
  • f6403d954a Merge a88b7ce2f333ba1fd7428bcfacb6642492f019a3 into 1effcdebd744077361d2e27d4b28c3c19f334b83 alinmear 2017-07-01 19:25:38 +0000
  • a88b7ce2f3 Fix erroneous removal of an conditional within the postfix override function alinmear 2017-07-01 21:25:28 +0200
  • a5877e4d59 Fix override_config for strings containing & alinmear 2017-07-01 20:47:28 +0200
  • 1effcdebd7 Letsencrypt : do not check the optional cert.pem (#639) Richard Février 2017-07-01 14:32:12 +0200
  • 6cd603c0d6 Fix wrong ldap hosts value within the bats test alinmear 2017-06-30 23:25:47 +0200
  • bc11ead67d Fix typo within DEFAULT_VARS Definitions alinmear 2017-06-30 23:01:17 +0200
  • 2afc3e11c2 Fix Dovecot Ldap Problems alinmear 2017-06-30 11:34:54 +0200
  • 6162cac0fa Add in-Kubernetes usage docs tyranron 2017-06-27 22:23:54 +0300
  • 82cf6c8be8 Letsencrypt : do not check the optional cert.pem Richard Février 2017-06-25 20:20:29 +0200
  • 65d2808f13 Also search on the mail so that the email can be delivered. Johan Smits 2017-06-24 12:05:38 +0200
  • 5a86193dbf Environment variable for amavis subject tag (#596) Alexander Elbracht 2017-06-23 21:50:01 +0200
  • 1cc032ee41 Overwrite environment variable in config file Alexander Elbracht 2017-06-23 20:06:27 +0200
  • 504494e4dd Updated Configure Accounts (markdown) Thomas VIAL 2017-06-19 20:39:22 +0200
  • fc9f40b398 Added information regarding multi-domain Thomas VIAL 2017-06-19 20:38:37 +0200
  • 12ce51bf40 show startup output on stdout Luke 2017-06-15 03:25:11 -0700
  • 3569aebcb6 Support for modifying Postfix' master.cf (#595) MadsRC 2017-06-13 13:20:25 +0200
  • 23c4aa5919 tests Luke 2017-06-09 15:28:05 -0700
  • cae491c82a Merge branch 'issue-594' of github.com:MadsRC/docker-mailserver into issue-594 Mads R. Havmand 2017-06-09 12:49:07 +0200
  • 73f1e46796 Added unit test for postfix master.cf overrides Mads R. Havmand 2017-06-09 12:45:08 +0200
  • 0c1cd2b1b3 Merge 36b88290fcfc94d3b1d7745b75b57da49173225f into 2e4e65b705bf3d53710f56e87a60af079e1bd5db Jonathan Elias Caicedo 2017-06-09 00:34:10 +0000
  • 1cf3a01435 Merge 1a017ca2bf9771e02e2d8163db0aa975b80daa01 into 2e4e65b705bf3d53710f56e87a60af079e1bd5db Matthias Walthart 2017-06-08 19:45:30 +0000
  • 308e82b66a Merge 865873cdb9d3e7e0debb1356e88d7c341bb67b78 into 2e4e65b705bf3d53710f56e87a60af079e1bd5db Robert Schumann 2017-06-08 08:39:39 +0000
  • b8f17b4d0f Updated Configue LDAP (markdown) alinmear 2017-06-08 08:42:23 +0200
  • e9196226f3 final fixes Luke 2017-06-07 15:57:48 -0700
  • 2e4e65b705 Fix Container Startup Fails on daemon start: opendkim #621 (#627) alinmear 2017-06-07 15:35:42 +0200
  • 323d13a68a cleanup Luke 2017-06-07 02:48:00 -0700
  • 348d2e34a8 seems to work now Luke 2017-06-07 02:17:17 -0700
  • 36b88290fc Increase message size limit to 25MB Jonathan Elias Caicedo 2017-06-06 20:48:52 -0400