From e8c6badcf2943bfdd49a065d31f2532298d8449c Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 29 Aug 2016 21:51:09 +0200 Subject: [PATCH] New page about setup.sh --- ...mailserver`-using-the-script-`setup.sh`.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/content/setup-`docker-mailserver`-using-the-script-`setup.sh`.md 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 new file mode 100644 index 00000000..2db2e5fc --- /dev/null +++ b/docs/content/setup-`docker-mailserver`-using-the-script-`setup.sh`.md @@ -0,0 +1,29 @@ +The latest version of the script `setup.sh` is included in the `docker-mailserver` repository. Get the last version to the script by copying this command in your console: + +``` +wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh +``` + +Run `./setup.sh` without arguments and you get some usage informations. + +``` +Usage: ./setup.sh [args] + +SUBCOMMANDS: + + email: + + ./setup.sh email add + ./setup.sh email del + ./setup.sh email list + + config: + + ./setup.sh config dkim + ./setup.sh config ssl + + debug: + + ./setup.sh debug fetchmail +``` +