1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2026-05-19 03:07:12 +02:00

Update mailserver.md

This commit is contained in:
John-Paul Bader
2015-01-05 16:45:49 +01:00
parent 713d58faa6
commit 372d803bb2
+6 -1
View File
@@ -1,7 +1,12 @@
# Dovecot
## Create password
### 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:
```