docs: Improve setup CLI password example (#2926)

* Update setup.sh.md

Example to include password
This commit is contained in:
pravynandas 2022-12-10 15:29:41 -05:00 committed by GitHub
parent 7527e3db8c
commit 0eef7789a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,9 +84,10 @@ DESCRIPTION
./setup.sh debug show-mail-logs ./setup.sh debug show-mail-logs
EXAMPLES 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 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' ./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 Creates keys of length 2048 but in an LDAP setup where domains are not known to