mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-15 11:54:50 +02:00
The title doesn't support markdown
This commit is contained in:
parent
e8c6badcf2
commit
d6c66fa2b7
1 changed files with 0 additions and 0 deletions
|
@ -1,29 +0,0 @@
|
|||
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 <subcommand> <subcommand> [args]
|
||||
|
||||
SUBCOMMANDS:
|
||||
|
||||
email:
|
||||
|
||||
./setup.sh email add <email> <password>
|
||||
./setup.sh email del <email>
|
||||
./setup.sh email list
|
||||
|
||||
config:
|
||||
|
||||
./setup.sh config dkim
|
||||
./setup.sh config ssl
|
||||
|
||||
debug:
|
||||
|
||||
./setup.sh debug fetchmail
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue