mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 06:15:28 +00:00
docs: Improve setup
CLI password example (#2926)
* Update setup.sh.md Example to include password
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user