mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
Update mailserver.md
This commit is contained in:
@ -1,7 +1,12 @@
|
|||||||
# Dovecot
|
# Dovecot
|
||||||
|
|
||||||
## Create password
|
### Create Password
|
||||||
|
|
||||||
```
|
```
|
||||||
doveadm pw -s SHA512-CRYPT
|
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:
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user