Displaying 1 result from an estimated 1 matches for "veryrandomstring".
2020 Nov 11
0
Support TLS for pure remote doveadm commands
...1 open in its firewall for
B. B just need dovecot to be installed.
- Testing without TLS:
- Add the following to A's dovecot configuration (and reload it):
```
service doveadm {
inet_listener {
port = 9091
}
}
doveadm_password=VeryRandomString
```
- On B, create a file X containing (only):
```
doveadm_password=VeryRandomString
```
- On B, running `doveadm -c X mailbox list -u ${existing_user} -S
${A}:9091` should return the mailbox list
- Switching to TLS:
- Replace what was added to A's dovecot confi...