Georg Lauterbach
c7e4981945
Move setup process via script into container ( #2174 )
...
Decoupling setup process from `setup.sh` script by introducing a setup script _inside_ the container that coordinates the setup process.
**This is not a breaking change**. This way, we do not have to keep track of versions of `setup.sh`.
This change brings the additional benefit for Kubernetes users to be able to make use of `setup` now, without the need for `setup.sh`.
---
* move setup process into container; setup.sh versioning not needed anymore
* add tilde functionality to docs
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2021-09-12 11:29:02 +12:00
Nathan Pierce
c267d8a990
HOSTNAME and DOMAINNAME setting improvements ( #2175 )
...
Centralize the collection of the HOSTNAME and DOMAINAME so that it's predictable and uniform across the various scripts (using the helper). Ensure it supports the various configurations users can have (both subdomain and without subdomain, override and no override).
---
* using _obtain_hostname_and_domainname helper + covers when not a subdomain
doc: OVERRIDE_HOSTNAME takes priority
* added tests for non-subdomain hostname + further improvements
* moved SRS DOMAINANME tests into hostname test file + Allowing DOMAINNAME ENV to override what would be automatically set
---
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2021-09-12 02:20:16 +12:00
William Desportes
05eb8cb10e
More typo fixes and improve ports example at POP3 docs ( #2128 )
...
Co-authored-by: Casper <casperklein@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2021-08-13 10:33:10 +02:00
William Desportes
3a38b23a1a
Improve fail2ban docs and fix a typo ( #2126 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2021-08-13 10:30:39 +02:00
Georg Lauterbach
78c4bc8282
chore(docs): adjust K8s documentation ( #2111 )
2021-08-12 23:01:49 +00:00
Andrew Low
016d90249d
update aws ses configuration doc ( #2105 )
...
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2021-07-29 20:45:52 +00:00
eleith
4473b881cf
add dovecot-fts-xapian ( #2064 )
...
* add dovecot-fts-xapian
update Docker to build from debian bullseye slim, as it contains
packages for fts-xapian.
update Docker to install dovecot-fts-xapian.
update docs with instructions on how to enable fts-xapian or fts-solr
and what considerations to take into when deciding.
* address review feedback
* update backport method to previously proposed approach (which was lost in a forced push)
2021-07-05 10:25:26 +00:00
Casper
ea81aebf83
Follow-up #2035 ( #2047 )
...
* remove volumes section
* bind mounts + localtime
2021-06-21 17:36:59 +02:00
Nathan Pierce
9c5d6ad25c
reworked mail_crypt guide to make things way more simple and prepare … ( #2043 )
...
* reworked mail_crypt guide to make things way more simple and prepare for user folder encryption
* Update docs/content/config/security/mail_crypt.md
Co-authored-by: Casper <casperklein@users.noreply.github.com>
* Update docs/content/config/security/mail_crypt.md
Co-authored-by: Casper <casperklein@users.noreply.github.com>
* Update docs/content/config/security/mail_crypt.md
Co-authored-by: Casper <casperklein@users.noreply.github.com>
* Update docs/content/config/security/mail_crypt.md
Co-authored-by: Casper <casperklein@users.noreply.github.com>
* Update docs/content/config/security/mail_crypt.md
Co-authored-by: Casper <casperklein@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2021-06-19 12:33:30 +02:00
Frederic Werner
a0f4a37512
v10.0.0 release ( #1978 )
...
* chore: prepare v10 release
* chore: bump version to v10.0.0
* chore: bump version to v10.0.0
* chore: add changelog for v10.0.0
* Fail2ban compatibility/downgrade info added
* chore: add PR and PR links
* fix a dot in the README
* chore: add pr 1996
* chore: add pr 1921 and 1989
* Revert "chore: add pr 1996"
This reverts commit 58a8ba4b44
.
* chore: add grace_period pr reference
* remove :stable and other deprecated stuff
* corrected linting and removed generate ssl bin
* updated CHANGELOG
* fix: list of prs
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* fix: list of prs
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
* partial revert of dc8f49de54
* chore: add pr 2021
Co-authored-by: Casper <casperklein@users.noreply.github.com>
Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2021-06-01 12:17:14 +02:00
Brennan Kinney
2a08385578
docs: SSL - Revise self-signed cert provisioning ( #2021 )
...
* docs: SSL - Deprecate internal self-signed cert tool
We no longer support this method with `setup.sh` from v10 onwards, `SSL_TYPE=self-signed` remains supported however. Advice has been revised for users to provide their own self-signed cert or use an external tool with an example provided.
* chore: typo fix
* chore: fix docker cmd
* chore: fix link syntax
2021-06-01 09:56:35 +02:00
Frederic Werner
e20a66864a
docs(deps): bump mkdocs-material to 7.1.6 ( #2015 )
...
* docs(deps): bump mkdocs-material to 7.1.6
* chore: trigger preview on changes to preview workflows too
* fix: replace deprecated admonition
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2021-05-31 19:02:56 +12:00
okami
d10a54d74c
chore(docs): Update Kubernetes CRI-O Capability Description ( #2006 )
...
Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
2021-05-26 10:35:13 +02:00
Moritz Marquardt
66bc157c1d
fix!: Allow protocol in SASLAUTHD_LDAP_SERVER & adjust SASLAUTHD_LDAP_ default values ( #1989 )
...
* fix: make sure the SASLAUTHD_LDAP_HOST/PROTO logic makes sense and use LDAP_SERVER_HOST as a fallback (#1983 )
* chore(docs): document changes to LDAP/SASLAUTHD as of #1983
* fix!: apply default value modifications suggested in #1983
https://github.com/docker-mailserver/docker-mailserver/issues/1983#issuecomment-844848224
* chore(test): Test SASLAUTHD_LDAP_SERVER with protocol and ..._SSL=0, as well as with default bind credentials
Note that there are currently no regression tests for this as there's only one setup_file, so that would require big changes to the testing methodology.
* refactor!: completely remove SASLAUTHD_LDAP_SSL and SASLAUTHD_LDAP_PROTO
Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com>
2021-05-22 22:52:56 +02:00
Moritz Marquardt
44622e6292
docs: Improve LDAP documentation ( #1921 )
...
* docs(ldap): Make DOVECOT_PASS_FILTER clearer and add a small DOVECOT_AUTH_BIND section
* docs(ldap): Remove superfluous environment variables as of #1989
* docs(ldap): Document defaults for DOVECOT_*_ATTRS/FILTER
* docs(ldap): Add documentation for LDAP with TLS and StartTLS
Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2021-05-22 10:17:29 +12:00
Patrizio Bekerle
803450e6dc
Add Kmail as sieve client ( #1993 )
...
* Add Kmail as sieve client
2021-05-22 09:54:47 +12:00
Casper
bab0277723
Update check ( #1951 )
...
* mail binary
* initial work
* make env vars available
* typo
* some fixes
* make script ugly, to satisfy linter..
* mailserver.env updated
* Version to welcome message added
* remove VERSION file references
* VERSION --> DMS_VERSION
* fetch remote version
* variable usage
* Quoting added
* edge test & docu
* dash removed
* subject changed
* re-add VERSION
* VERSION added
* new file: VERSION
* rewrite
* unnecessary additions from fail2ban PR removed
* UPDATE_CHECK_INTERVAL added
* syntax check & _log function
* comment added
* final commit
2021-05-19 21:18:06 +02:00
Georg Lauterbach
5449efd8d4
chore(docs): outsourcing environment vars to the documentation ( #1948 )
...
Co-authored-by: Frederic Werner <20406381+wernerfred@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2021-05-11 22:15:34 +12:00
Georg Lauterbach
04e98dc49f
introduce variable to control Amavis' loglevel ( #1947 )
2021-05-06 23:51:45 +02:00
Georg Lauterbach
8313d9753b
Adjusted documentation for service name and Traefik certificate issuance ( #1918 )
...
Co-authored-by: Casper <casperklein@users.noreply.github.com>
2021-04-18 15:21:08 +02:00
Nathan Pierce
0fb5251c20
docs: add mail_crypt plugin documentation ( #1913 )
...
* mail_crypt plugin + quick improvement to dovecot override defaults doc
* quick change for <your-container-name> to use mailserver
Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
2021-04-18 00:31:09 +02:00
Moritz Marquardt
271d94a37e
Add LDAP_QUERY_FILTER_SENDERS setting for spoof protection with LDAP ( #1902 )
2021-04-17 22:40:19 +02:00
Casper
b2842f3bbc
Fix typo ( #1910 )
2021-04-15 11:49:23 +02:00
Casper
af2991fefe
POP3 warning removed ( #1908 )
2021-04-14 17:38:19 +02:00
Casper
deca22bcd4
small enhancements ( #1899 )
2021-04-12 10:08:17 +00:00
Shyim
87b5628696
Mailserver needs recreation after adding new volume ( #1897 )
2021-04-11 20:27:07 +02:00
Georg Lauterbach
65622c56e9
Better incorporate the new, great documentation ( #1878 )
2021-04-02 09:44:31 +13:00
polarathene
1b971a89cb
docs(sync): Add Github Wiki contributions
...
During the long-lived PR, multiple contributions to the existing Github Wiki were made, this commit applies those here and mentions the files and authors attributed to the changes:
JaapD: dkim.md + forward-only-mailserver-with-ldap-authentication.md
Added corrections to `setup.sh config dkim` command.
Added compatibility warning about 4096-bit key sizes or greater.
Added ldap tip.
---
fred727-temp: optional-config.md
Added a mention for `user-patches.sh`.
---
Semir Patel: setup.sh.md + debugging.md
Minor corrections. Additionally corrected `tvial` references that had already been updated in this PR series.
---
Stefan Neben: kubernetes.md
> Port 25 proxy protocol configuration in master.cf was missing
docs(sync): Add Github Wiki contributions
> IMAP with STARTTLS is also active, so we need that option here as well
docs(sync): Add Github Wiki contribution
2021-03-25 11:49:24 +13:00
wernerfred
711b4c9d83
docs(refactor): Convert more content to use admonitions + improvements
2021-03-25 11:49:24 +13:00
wernerfred
463bc967d2
docs(fix): Update wiki references to the new docs url
...
Additionally replaces old references to `tvial` images with the new `mailserver` docker image name.
2021-03-25 11:49:24 +13:00
wernerfred
724fe72d20
docs: Update metadata and links to new locations
...
Also removed the FAQ inline heading link for Rancher. It's not a relevant link (as the question already expects knowledge of Rancher), and breaks out of the bg colour heading style due to the HTML generation logic from mkdocs.
2021-03-25 11:49:24 +13:00
wernerfred
1a8552b96c
docs(refactor): Restructure document hierarchy
...
Additionally rename `installation-examples.md` and split
2021-03-25 11:49:24 +13:00
polarathene
021e942c4c
docs(refactor): Large refactor + additions + fixes
...
Consistency pass, formatting cleanup and fixes, introduce admonitions, add front-matter.
---
docs: Add front-matter
---
docs: Fix and format links
- Some links were invalid (eg files moved or renamed)
- Some were valid but had invalid section headers (content removed or migrated)
- Some use `http://` instead of `https://` when the website supports a secure connection.
- Some already used the `[name][reference]` convention but often with a number that wasn't as useful for maintenance.
- All referenced docs needed URLs replaced. Opted for the `[name][reference]` approach to group them all clearly at the bottom of the doc, especially with the relative URLs and in some cases many duplicate entries.
- All `tomav` references from the original repo prior to switch to an organization have been corrected.
- Minor cosmetic changes to the `name` part of the URL, such as for referencing issues to be consistent.
- Some small changes to text body, usually due to duplicate URL reference that was unnecessary (open relay, youtous)
- Switched other links to use the `[name][reference]` format when there was a large group of URLs such as wikipedia or kubernetes. Github repos that reference projects related to `docker-mailserver` also got placed here so they're noticed better by maintainers. This also helped quite a bit with `mermaid` external links that are very long.
- There was a Github Wiki supported syntax in use `[[name | link]]` for `fetchmail` page that isn't compatible by default with MkDocs (needs a plugin), converted to `[name][reference]` instead since it's a relative link.
---
docs: Update commit link for LDAP override script
Logic moved to another file, keeping the permalink commit reference so it's unaffected by any changes in the file referenced in future.
---
docs: Heading corrections
Consistency pass. Helps with the Table of Contents (top-right UI) aka Document Outline.
docs: codefence cleanup
---
docs: misc cleanup
---
docs: Add Admonitions
Switches `<details>` usage for collapsible admonitions (`???`) while other text content is switched to the visually more distinct admoniton (`!!!` or `???+`) style.
This does affect editor syntax highlighting a bit and markdown linting as it's custom non-standard markdown syntax.
2021-03-25 11:49:24 +13:00
Georg Lauterbach
7b3e416184
Updated Configure DKIM (markdown)
2021-02-08 12:21:12 +01:00
Georg Lauterbach
a5a6096032
Updated Configure Aliases (markdown)
2021-02-08 12:11:47 +01:00
Georg Lauterbach
b5c46127ae
Updated Configure Accounts (markdown)
2021-02-08 12:09:38 +01:00
Georg Lauterbach
4ea6598d27
Updated Setup docker mailserver using the setup.sh script (markdown)
2021-01-27 22:18:24 +01:00
Georg Lauterbach
1fbabeefc0
Updated Configure DKIM (markdown)
2021-01-27 22:17:07 +01:00
Georg Lauterbach
9ec789d7c5
Updated Configure DKIM (markdown)
2021-01-27 22:10:26 +01:00
Georg Lauterbach
7e04232f76
Updated Configure Aliases (markdown)
2021-01-27 22:07:59 +01:00
Georg Lauterbach
4609759703
Updated Configure Accounts (markdown)
2021-01-27 22:07:42 +01:00
Frederic Werner
d41922a430
Updated Configure DKIM (markdown)
2021-01-27 13:41:37 +01:00
Frederic Werner
6e04c1ce76
Updated Configure DKIM (markdown)
2021-01-26 17:28:40 +01:00
Dashamir Hoxha
8a7dcc67b0
Add a ToDo note
2020-12-30 20:40:36 +01:00
Patrizio Bekerle
8b9a102e3e
Mention maintained autodiscover-email-settings
2020-12-13 21:42:51 +01:00
Germain Masse
ee557c9e3f
Command-line to verify certificate dates
2020-11-29 20:23:43 +01:00
Germain Masse
77308d269d
Moving Caddy pitfall to a dedicated section
2020-11-29 19:44:50 +01:00
Dorian Ayllón
28a5fb6436
Fix example YAML markdown code block
2020-10-21 17:08:34 +02:00
pyy
673d7307b6
add account without restart container
2020-10-06 19:30:33 +02:00
engelant
e633eca38e
Updated FAQ and Tips (markdown)
2020-10-04 13:45:29 +02:00
engelant
16df7b8b8b
Updated FAQ and Tips (markdown)
2020-10-04 13:44:21 +02:00
squash
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
Georg Lauterbach
6aad01abbd
added warning message for PERMIT_DOCKER=network when using IPv6 ( #1405 )
2020-09-27 22:14:27 +02:00
Georg Lauterbach
4424495f63
Traefik2's wildcard certificates now work with `:stable`
2020-09-26 14:52:36 +02:00
pyy
cde15e365f
how to set timezone for container
2020-09-10 20:59:33 +02:00
Erik Wramner
6dce6c6cf7
Changed stable to latest for Traefik as the code has not been merged into stable yet
2020-08-07 09:54:31 +02:00
Michael
6f04051ffd
traefik v2 section added
2020-07-16 21:12:50 +02:00
Trangar
c6f1af4fff
Added information about stealth blocks on port 25
2020-07-15 08:32:38 +02:00
idaadi
68e9e5dd36
mailto was missing from the forensics receiver (ruf)
2020-07-07 00:58:25 +02:00
Amin Vakil
78af9f97a2
Change postfix-aliases.cf to postfix-virtual.cf & add setup.sh alias link
2020-06-21 10:01:01 +04:30
Brennan Kinney
4a53a2566a
Add flowchart for SMTP, expand on inbound/outband SMTP traffic and ports
2020-06-13 20:44:34 +12:00
Brennan Kinney
acf3d88d43
Initial more details page to redirect from README on the ports section
2020-06-12 20:19:52 +12:00
Sascha Scandella
1dc4328ed5
Updated FAQ and Tips (markdown)
2020-06-04 23:49:10 +02:00
Jean-Denis Vauguet
2b745c9f81
Updated Configure SPF (markdown)
2020-06-01 02:54:02 +02:00
Jean-Denis Vauguet
9ff7e1eaa3
Updated Configure SPF (markdown)
2020-06-01 02:53:42 +02:00
Jean-Denis Vauguet
8f4e56c98b
Updated Configure SPF (markdown)
2020-06-01 02:42:55 +02:00
Jean-Denis Vauguet
78b09c20ab
Updated Configure SPF (markdown)
2020-06-01 02:31:12 +02:00
Jean-Denis Vauguet
54e5ed90d5
Updated FAQ and Tips (markdown)
2020-05-31 05:42:37 +02:00
Jean-Denis Vauguet
eeeda460a8
Updated FAQ and Tips (markdown)
2020-05-31 05:39:28 +02:00
Jean-Denis Vauguet
d4bfb7f2b4
Updated Configure DMARC (markdown)
2020-05-31 05:13:46 +02:00
Jean-Denis Vauguet
acc2e31ba8
Updated Configure DKIM (markdown)
2020-05-31 05:11:06 +02:00
Jean-Denis Vauguet
e61114b4d8
Updated Configure DKIM (markdown)
2020-05-31 05:10:32 +02:00
Jean-Denis Vauguet
533a224963
Updated Configure autodiscover (markdown)
2020-05-31 05:02:09 +02:00
Jean-Denis Vauguet
47f1ffe65c
Updated Configure Aliases (markdown)
2020-05-31 04:52:34 +02:00
Jean-Denis Vauguet
e269f4f381
Updated Configure Accounts (markdown)
2020-05-31 04:36:25 +02:00
Jean-Denis Vauguet
dade40d66c
Updated Configure Accounts (markdown)
2020-05-31 04:36:09 +02:00
Jean-Denis Vauguet
322cd2c169
Updated Configure Accounts (markdown)
2020-05-31 04:32:43 +02:00
Jean-Denis Vauguet
472088cf48
Updated Configure Accounts (markdown)
2020-05-31 04:30:39 +02:00
Jean-Denis Vauguet
943b4a9f71
Updated Configure SSL (markdown)
2020-05-29 10:25:02 +02:00
Jean-Denis Vauguet
bbcc7e3038
better not to keep outdated example, upstream's doc is the way to go
2020-05-29 10:23:58 +02:00
Jean-Denis Vauguet
729196d97e
Updated FAQ and Tips (markdown)
2020-05-29 05:41:07 +02:00
Jean-Denis Vauguet
1f220f5418
Updated FAQ and Tips (markdown)
2020-05-29 05:40:17 +02:00
Jean-Denis Vauguet
aea271d6fe
Updated Configure Accounts (markdown)
2020-05-29 05:37:48 +02:00
Oleg Kainov
3ce6ecd9d1
Updated Configure DMARC (markdown)
2020-05-17 18:57:36 +02:00
Oleg Kainov
c95e877a23
Updated Configure DMARC (markdown)
2020-05-15 22:49:53 +02:00
Oleg Kainov
a5af73e8a3
Updated Configure DMARC (markdown)
2020-05-15 22:49:31 +02:00
Oleg Kainov
bce6912988
Add DMARC guide
2020-05-15 22:49:00 +02:00
youtous
a6b0a490c5
Updated Configure DKIM (markdown)
2020-05-15 18:45:33 +02:00
rhyst
087a4ae750
Adding instructions for Caddy V2
2020-05-11 17:52:25 +01:00
msheakoski
fa387eff1f
Update config file mentioned in cron instructions to env-mailserver
2020-05-08 18:15:06 -04:00
msheakoski
8b9b4d3b69
Update config file mentioned in cron instructions to env-mailserver
2020-05-08 18:12:24 -04:00
Erik Wramner
2e0284ded3
Added note about caddy
2020-05-04 08:01:53 +02:00
youtous
5bb68e9905
Update SA-learn
2020-05-02 19:41:36 +02:00
youtous
f5f7fc8879
Add MOVE_SPAM_TO_JUNK
2020-05-02 19:40:16 +02:00
lukas
57837ccd92
Updated FAQ and Tips (markdown)
2020-05-02 11:55:27 +02:00
youtous
19a86565d7
Updated Configure Accounts (markdown)
2020-05-01 23:53:37 +02:00
youtous
478d073deb
quota update
2020-05-01 23:53:23 +02:00
youtous
ee7e314c39
Updated Configure Accounts (markdown)
2020-04-26 19:38:49 +02:00
youtous
a8969647c6
quota update
2020-04-25 23:29:37 +02:00
youtous
404ac5a438
add ssl doc: traefik
2020-04-23 15:49:52 +02:00
Hans-Cees Speel
88e1d453f0
Updated Configure SSL (markdown)
2020-02-25 14:27:31 +01:00
Hans-Cees Speel
4ca57b8e9e
Updated Configure SSL (markdown)
2020-02-25 14:24:36 +01:00
Hans-Cees Speel
1b86123954
added user-patches.sh explanation and example
2020-02-24 22:14:09 +01:00
Hans-Cees Speel
5ace30e413
Updated FAQ and Tips (markdown)
2020-02-24 22:13:16 +01:00
Hans-Cees Speel
957e3056e6
Updated FAQ and Tips (markdown)
2020-02-24 22:11:50 +01:00
odinis
85aed0d1d1
Proxy setup is nowhere mentioned.
2020-02-14 01:14:31 +02:00
Erik Wramner
30bbc15a8b
Improved description for bare domains
2020-01-18 12:27:45 +01:00
Erik Wramner
53f092e8c6
Added FAQ about naked/bare domains
2020-01-18 11:39:04 +01:00
Germain Masse
5d0715c2e1
Add sections for catch-all and delete
2019-12-20 18:14:02 +01:00
Kaan88
90a9cba1c0
Spamassing cron directories are wrong for Archive and Inbox. On my fresh install it's not .Archives but .Archive and I don't have a separate INBOX folder, just cur, new etc under main mail dir.
2019-11-20 15:10:46 +03:00
Vilius
2305c464bb
Fixed a typo in docker repository name (certbot instead of cerbot)
2019-11-17 11:47:23 +02:00
Germain Masse
2ebea365e6
Replace deliveries/certbot docker image by official certbot/cerbot
2019-11-04 19:36:52 +01:00
Erik Wramner
bb7bfdbf1e
Added note about clamav memory usage and swap.
2019-10-28 09:15:34 +01:00
mchamplain
c755c763f5
adding note about keys on multiple line
2019-10-27 01:37:42 -04:00
Andreas Perhab
37966e425d
path for generated certificates has changed
2019-10-11 12:10:23 +02:00
Thomas VIAL
3fc2da3be2
Updated FAQ and Tips (markdown)
2019-09-11 16:50:15 +02:00
Thomas VIAL
038ec5942e
Updated FAQ and Tips (markdown)
2019-09-11 16:49:25 +02:00
Thomas VIAL
4556c808d7
Edit backup script
2019-09-11 16:48:58 +02:00
Erik Wramner
2c3dd2adb8
Added reference to https://github.com/tomav/docker-mailserver/issues/1247 .
2019-09-03 15:59:31 +02:00
lukas
96524e30b4
Updated Configure SSL (markdown)
2019-08-23 12:35:00 -06:00
lukas
aaaa0398b6
Updated Configure SPF (markdown)
2019-08-23 12:31:33 -06:00
lukas
eb9c857903
Updated Configure SSL (markdown)
2019-08-22 10:12:23 -06:00
Ovidiu Predescu
c7e5755fb8
Syntax correction.
2019-08-06 14:39:08 -07:00
cternes
e03af03ef9
Fix wrong directory for spamassassin learning
2019-08-02 22:10:14 +02:00
Thomas VIAL
0a0e758d92
Add info about mail-state
2019-07-24 14:31:42 +02:00
MegaXLR
2df81a970b
LetsEncrypt has a http challenge that runs http and https.
2019-04-19 14:15:44 +02:00
Sebastian Wiesendahl
3ceeef5a00
SA_SPAM_SUBJECT values
2019-03-24 18:17:35 +01:00
Sebastian Wiesendahl
da78a4969d
add consitent comments
2019-03-12 14:47:08 +01:00
Sebastian Wiesendahl
8f6249cc3f
change ham folder to Archives
2019-03-12 14:44:44 +01:00
Sebastian Wiesendahl
d5ba2f8e42
emphasize difference between user and system crontab
2019-03-11 15:49:47 +01:00
Sebastian Wiesendahl
4541b0dea9
change user to root. amavis is not sufficient
2019-03-11 15:48:17 +01:00
Jeremy Shipman
7567d2e7a8
Typo in link
2019-03-09 09:55:05 +13:00
Jeremy Shipman
3d7b47c99a
Added info about DMS_DEBUG variable
2019-03-09 09:54:33 +13:00
Sebastian Wiesendahl
7bb9596f72
add hint for system cron file
2019-03-08 16:14:51 +01:00
Sebastian Wiesendahl
4559699f9a
add a blank line in the docker-compose.yml example
2019-03-08 16:11:45 +01:00
Sebastian Wiesendahl
a0fa63750b
unify documentation
2019-03-08 16:06:13 +01:00
Sebastian Wiesendahl
90fa8b0544
remove docker-compose swarm only statement
2019-03-08 16:01:17 +01:00
Sebastian Wiesendahl
b5a827ff31
change min docker-compose version
2019-03-08 15:59:27 +01:00
Sebastian Wiesendahl
aa7774801f
add a plain docker-compose example without docker swarm
2019-03-08 15:57:33 +01:00
Anne
5d29e8e8c9
Updated Configure SSL (markdown)
2019-02-20 15:00:22 +01:00
Anne
225de9aadb
Updated Configure SSL (markdown)
2019-02-20 14:50:48 +01:00
Anne
2500b0704c
Updated Configure SSL (markdown)
2019-02-20 14:46:54 +01:00
Christian Glahn
7a9737dd90
add a better example for sa-learn cron-jobs
2019-01-30 08:44:39 +01:00
Christian Glahn
70887618e2
Updated FAQ and Tips (markdown)
2019-01-30 08:32:42 +01:00
Christian Glahn
cbbd1fbf0e
language fix
2019-01-19 12:23:27 +01:00
Gabriel Landais
907afcfbce
Updated Configure SSL (markdown)
2018-11-12 23:29:42 +01:00
tamueller
a604857200
Updated Debugging (markdown)
2018-11-10 11:46:58 +01:00
Serge van den Boom
cbe8cb9105
fix typo
2018-10-28 15:56:16 +01:00
helmutundarnold
72f6dafc0d
Updated Configure DKIM (markdown)
2018-04-12 23:25:12 +02:00
andymel
a67a8d8125
undo my last edit as I'm surprised it seems to really edit the original page
2018-03-28 00:24:49 +02:00
andymel
b73a1cee2d
wrong binding of host<->container directory (etc/<->etc/letsencrypt)
2018-03-27 23:26:30 +02:00
Marek Walczak
d74fa95afa
DKIM Key Size introduced in #868
2018-03-03 07:39:24 +01:00
17Halbe
260486b305
Updated Configure SPF (markdown)
2018-02-09 22:16:48 +01:00
17Halbe
7fc0bf145f
Updated Configure Fail2ban (markdown)
2018-02-08 08:28:41 +01:00
Johan Smits
a643caf793
Add restart message
2018-02-06 19:57:16 +01:00
Johan Smits
84c0d23a80
Remove no mail option.
2018-01-09 08:39:54 +01:00
Steve Johnson
55b0a5bfb8
Updated Debugging (markdown)
2018-01-01 21:07:54 -07:00
Steve Johnson
db63b693d3
Updated Debugging (markdown)
2018-01-01 14:23:27 -07:00
Steve Johnson
34f929ed6b
Updated Debugging (markdown)
2018-01-01 14:20:58 -07:00
Steve Johnson
276f199e4f
Updated Debugging (markdown)
2018-01-01 10:33:39 -07:00
Steve Johnson
11e5262b09
Updated Debugging (markdown)
2018-01-01 10:32:03 -07:00
Steve Johnson
a77d21a6c4
Updated Debugging (markdown)
2018-01-01 10:30:55 -07:00
Steve Johnson
a95250e74f
Updated Debugging (markdown)
2018-01-01 10:30:39 -07:00
Steve Johnson
1065e17dcb
Updated Debugging (markdown)
2018-01-01 10:29:12 -07:00
Steve Johnson
3363d77f96
Updated Debugging (markdown)
2018-01-01 10:28:23 -07:00
Steve Johnson
1a94c99c3a
Updated Debugging (markdown)
2018-01-01 10:27:39 -07:00
Steve Johnson
8c4ba0e2d8
Updated Debugging (markdown)
2018-01-01 10:27:15 -07:00
Marek Walczak
2be8757322
this an explaining PR #769
2017-11-30 22:55:27 +01:00
makloda
b7259d2500
Added info on how to use Synology NAS generated letsencrypt certificates and how to find them
2017-11-11 18:38:37 +01:00
presocratics
f7e153ed2b
I added a sub-section describing how Let's Encrypt certificate generation and renewal for docker-mailserver can be done with nginx-proxy and letsencrypt-nginx-proxy-companion
2017-09-26 14:39:39 -05:00
Johan Smits
caaae0eb76
Add note that a container restart is needed
2017-09-13 08:21:32 +02:00
Johan Smits
af90682d64
Initial wiki page
2017-09-07 19:39:48 +02:00
Edmond Varga
d513564d98
After running certbot successfully and mounted ~/docker/letsencrypt/etc/letsencrypt, the /etc/letsencrypt in the docker-mailserver was empty. Certificates are now located in ~/docker/letsencrypt/etc/live, reason I suggested the edit for mounting the right path of `/home/ubuntu/docker/letsencrypt/etc/`
2017-08-25 09:15:39 +03:00
Thomas VIAL
8d7579b45e
Updated FAQ and Tips (markdown)
2017-08-19 10:07:20 +02:00
Leo Winter
453ee67f23
cd to right path for the next command with $PWD
2017-08-06 22:16:34 +02:00
Johan Smits
21ff017b23
Use the correct link to the wiki page. During edit it is wrong previewed.
2017-07-28 18:54:54 +02:00
Johan Smits
52ddb57dc5
Add the update and cleanup to the FAQ page
2017-07-28 18:54:16 +02:00
Thomas VIAL
504494e4dd
Updated Configure Accounts (markdown)
2017-06-19 20:39:22 +02:00
Thomas VIAL
fc9f40b398
Added information regarding multi-domain
2017-06-19 20:38:37 +02:00
Florian Wendelborn
17fe0d7b70
Updated Debugging (markdown)
2017-05-13 21:56:06 +02:00
Robert Gregor
a8c8a8d2dd
Cleaned up headings, added call for authors/contributors
2017-05-13 14:16:08 -04:00
arneke
19355761c6
Expanded recipient delimiter description because the referenced blog post does not cover Dovecot LDA
2017-03-27 00:15:28 +02:00
Petar Šegina
656cf5f34c
Mention address tags #542
2017-03-19 14:54:58 +01:00
Edward Knyshov
197318f1ab
Updated Configure SSL (markdown)
2017-02-12 17:14:53 +07:00
Guillaume Simon
830fb9807b
Wrong volume reference when using docker-compose (ref: http://stackoverflow.com/a/39125414 )
2017-02-11 16:28:36 +01:00
Wim
597d642f8c
Add docker letsencrypt example
2017-01-31 00:13:26 +01:00
makloda
0bb57163d2
Updated FAQ and Tips (markdown)
2017-01-29 17:45:33 +01:00
makloda
0b7f07c79c
Added question about acl rules for Spamassassin domain matching handling in amavis
2017-01-29 17:44:49 +01:00
Dominik
bec968f482
Updated FAQ and Tips (markdown)
2017-01-19 22:14:17 +01:00
Thomas VIAL
5e2effeab0
Added info about ONE_DIR
2017-01-19 21:39:20 +01:00
Thomas VIAL
5583ad2779
Added common errors
2017-01-09 17:39:22 +01:00
Tim Buschmann
d0e1eb2805
Updated FAQ and Tips (markdown)
2017-01-05 09:06:21 +01:00
Rubytastic2
c41aed1df4
Updated Debugging (markdown)
2017-01-04 01:58:12 +01:00
Rubytastic2
c0f3113b62
Updated Debugging (markdown)
2017-01-04 01:46:39 +01:00
Rubytastic2
5cff438927
draft for adding a debugging page with many known issues and solutions
2017-01-04 01:41:59 +01:00
Thomas VIAL
c12a478da1
Updated FAQ and Tips (markdown)
2016-12-17 16:29:44 +01:00
JꙨdцӍoηҬ
3fe2247269
"Add Environment Variable" is the words we could repair in the Rancher UI; which make more sense; at least for me; instead of looking for OPTION or PERMIT_DOCKER in Network.
2016-12-15 22:45:19 +01:00
柯十六夜
0d7cd4f775
Updated Configure Aliases (markdown)
2016-12-15 03:19:31 +08:00
Josef Friedrich
571baa16b1
How to configure docker-mailserver in a rancher environment
2016-10-27 17:01:08 +02:00
Florian Wendelborn
f5ba4308e9
Updated FAQ and Tips (markdown)
2016-10-11 05:25:41 +02:00