From b14249faf28aaae7f96aeaabe9090cd5b2005b49 Mon Sep 17 00:00:00 2001 From: 17Halbe Date: Tue, 30 Jan 2018 18:05:00 +0100 Subject: [PATCH] Updated Setup docker mailserver using the script setup.sh (markdown) --- ...ker-mailserver-using-the-script-setup.sh.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md b/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md index 63dbf199..c0ca67bc 100644 --- a/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md +++ b/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md @@ -24,6 +24,7 @@ SUBCOMMANDS: email: ./setup.sh email add + ./setup.sh email update ./setup.sh email del ./setup.sh email list @@ -44,4 +45,21 @@ SUBCOMMANDS: ./setup.sh debug inspect ./setup.sh debug login ``` +# email +* `./setup.sh email add `: Add an email-account (\ is optional) +* `./setup.sh email update `: Change the password of an email-account (\ is optional) +* `./setup.sh email del ': delete an email-account +* `./setup.sh email list`: list all existing email-accounts +# alias +* `./setup.sh alias add `: add an alias(email) for an email-account(recipient) +* `./setup.sh alias del `: delete an alias +* `./setup.sh alias list`: list all aliases +# config +* `./setup.sh config dkim`: autoconfig the dkim-config +* `./setup.sh config ssl`: generate ssl-certificates +# debug +* `./setup.sh debug fetchmail`: see [wiki](https://github.com/tomav/docker-mailserver/wiki/Retrieve-emails-from-a-remote-mail-server-%28using-builtin-fetchmail%29#debugging) +* `./setup.sh debug show-mail-logs`: show the logfile contents of the mail container +* `./setup.sh debug inspect`: show infos about the running container +* `./setup.sh debug login `: run a inside the mail container (omit the command to get shell access)