mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
13 lines
216 B
Markdown
13 lines
216 B
Markdown
# Dovecot
|
|
|
|
### Create Password
|
|
|
|
```
|
|
doveadm pw -s SHA512-CRYPT
|
|
```
|
|
|
|
### Migrate a User from old Server
|
|
```
|
|
sudo -u vmail doveadm -o imapc_user=user@domain -o imapc_password=foobar backup -R -u user@domain imapc:
|
|
```
|