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

2854 Commits

Author SHA1 Message Date
3a6b6ef198 Use quotation marks for hostnames for better separation between key and values. Imap and pop3 can't be written in quotation marks. 2016-08-22 22:42:25 +02:00
393b5239c5 Add "IMPORTANT" warning 2016-08-22 22:30:47 +02:00
ec1064de3b password should be pass 2016-08-22 22:24:07 +02:00
e963f7f65e Shorter examples 2016-08-22 22:23:34 +02:00
859df6866b Delete orphaned configuration file (#273)
The config file target/dovecot/dovecot.conf is not used to build the
docker-mailserver image. All tests are working without this file. The
additional config file config/dovecot.cf won’t be loaded if
target/dovecot/dovecot.conf is used.
2016-08-22 17:37:45 +02:00
41a9de317b Add link to chapter 2016-08-22 10:45:14 +02:00
19d2fd6fec Fix links 2016-08-22 10:41:52 +02:00
256291895f Add link to the fetchmail man page 2016-08-22 10:40:34 +02:00
2fbca66b28 Updated Retrieve emails from a remote mail server (using builtin fetchmail) (markdown) 2016-08-22 10:25:14 +02:00
8623b155a0 Add more headlines 2016-08-22 10:23:51 +02:00
941114be12 Add link to fetchmail website 2016-08-22 10:20:59 +02:00
4f46a059ce Add tree view of folder structure 2016-08-22 10:16:47 +02:00
0e9ce32dcc Add debug commands 2016-08-22 10:12:04 +02:00
e354569eda Remove warning 2016-08-21 23:32:05 +02:00
e7de8b9245 Implement fetchmail (#260) (#271)
To retrieve emails from external mail accounts.
2016-08-21 22:13:13 +02:00
b8a31a801b Updated Home (markdown) 2016-08-21 22:11:11 +02:00
8b289f6717 Adding the PERMIT_DOCKER option (#270)
* Adding the PERMIT_DOCKER option

See README.md for more informations

* Adding some test for PERMIT_DOCKER option

* Fix test cases

* Opendkim and Openmarc configuration

Fix docker network range
Adding opendkim and openmarc configuration

* Adding some options for tests

* Update log message

* Update tests
2016-08-21 22:10:13 +02:00
e633624155 Add configuration examples 2016-08-21 14:10:33 +02:00
45bc1a44d3 Better docker-compose example 2016-08-21 14:03:37 +02:00
3b7ed57dde Add documentation proposal for fetchmail service 2016-08-21 14:02:06 +02:00
feeb0aba6e Updated Home (markdown) 2016-08-18 09:54:38 +02:00
0e8934c151 Minor corrections to README.md (#264)
One example was missing a useful line, which was present in the wiki's example and without which the example does not run.

A typographical error was found in a file.
2016-08-18 09:54:17 +02:00
d2a9e6c1ee Updated Configure SSL (markdown) 2016-08-17 09:38:35 -03:00
01afb57ffa More details on the generation of DKIM key 2016-08-17 13:50:18 +02:00
4872d0e777 selective service disable (#250)
* Allow disabling amavis service

Setting the `DISABLE_AMAVIS=1` env var will skip the starting of the
amavis process.

* Enable option to not run spamassassin

Setting the `DISABLE_SPAMASSASSIN=1` env var will start this container
without spamassain.

* Allow starting of the container without clamav

Setting the `DISABLE_CLAMAV=1` env var will start this container without
starting clamav.
2016-08-04 21:04:26 +02:00
bfecb65947 Merge branch 'master' of github.com:tomav/docker-mailserver 2016-08-02 14:27:53 +02:00
4964e4dce6 Added shields 2016-08-02 14:24:02 +02:00
3014b9efcd Merge pull request #247 from KyleOndy/startup_logging
Startup logging
2016-07-29 14:21:09 +02:00
f4f70899c9 Add echo when sieve managemnt is enabled 2016-07-28 14:35:09 -04:00
43b366aaad Add echo when Fail2ban is enabled 2016-07-28 14:34:20 -04:00
f3c7e7bc0b docker run --rm -it tvial/docker-mailserver:latest sh -c "dovecot --version" 2.2.9 2016-07-28 14:00:32 -04:00
87709aae0d Merge pull request #243 from auchri/patch-1
Add paths to CA to postifx
2016-07-26 09:36:11 +02:00
9998416590 Add paths to CA to postifx
Fixes untrusted TLS connections

See: http://giantdorks.org/alain/fix-for-postfix-untrusted-certificate-tls-error/
2016-07-25 22:50:36 +02:00
b2ccd99e51 Merge pull request #241 from tomav/added-test-on-catchall
Added test on catchall
2016-07-24 00:02:33 +02:00
c813e6a4b3 Added test on catchall 2016-07-23 23:42:18 +02:00
354c396068 Merge pull request #240 from tomav/issue-230
Fixed #230 adding postifx configuration. Also added tests.
2016-07-23 22:05:29 +02:00
0f7e7bb693 Fixed #230 adding postifx configuration. Also added tests. 2016-07-23 21:01:01 +02:00
4d164bb71b Merge pull request #239 from tomav/issue-237
Fixed #237 by fixing format
2016-07-23 20:35:15 +02:00
911d6643b0 Fixed #237 by fixing format 2016-07-23 19:54:10 +02:00
4a413e8e58 Merge pull request #238 from tomav/fix-expired-certs
Changed test regarding certificate which has expired. Can't generate …
2016-07-23 19:40:44 +02:00
ce8d586701 Updated Override default postfix configuration (markdown) 2016-07-23 18:38:34 +02:00
8b144038e1 Changed test regarding certificate which has expired. Can't generate cert each time, so let's keep for the moment. 2016-07-23 18:20:19 +02:00
0937aa7212 Merge pull request #229 from vifino/master
Fix some bugs in the shell scripts.
2016-07-20 00:12:37 -10:00
133d6eba32 Fix some bugs in the shell scripts. 2016-07-12 17:40:08 +02:00
e4d70d5147 Merge pull request #222 from sspreitzer/changelog
Add changelog
2016-07-07 05:22:49 +02:00
7099f2eb7d Add changelog 2016-07-03 14:27:03 +02:00
4c5e757fec Added Docker Pull image 2016-06-25 10:57:46 +02:00
1d942fa4d2 Merge pull request #211 from Crafter6432/usermanagement
Usermanagement
2016-06-20 12:18:15 +02:00
94679df291 move addmailuser, delmailuser to target/bin 2016-06-15 19:50:01 +02:00
b21282cea8 Updated Configure Accounts (markdown) 2016-06-14 18:07:42 +02:00