mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
docs: Improve setup
CLI password example (#2926)
* Update setup.sh.md Example to include password
This commit is contained in:
parent
7527e3db8c
commit
0eef7789a2
|
@ -84,9 +84,10 @@ DESCRIPTION
|
|||
./setup.sh debug show-mail-logs
|
||||
|
||||
EXAMPLES
|
||||
./setup.sh email add test@example.com
|
||||
./setup.sh email add test@example.com [password]
|
||||
Add the email account test@example.com. You will be prompted
|
||||
to input a password afterwards since no password was supplied.
|
||||
to input a password afterwards if no password was supplied.
|
||||
When supplying `[password]`, it should be in plaintext.
|
||||
|
||||
./setup.sh config dkim keysize 2048 domain 'example.com,not-example.com'
|
||||
Creates keys of length 2048 but in an LDAP setup where domains are not known to
|
||||
|
|
Loading…
Reference in a new issue