typo
This commit is contained in:
parent
a6613d0e62
commit
bbefc7efaf
1 changed files with 1 additions and 1 deletions
|
|
@ -215,5 +215,5 @@ doveadm pw -s BLF-CRYPT
|
||||||
Remember to remove that sample data before you go live with your mail server. Thanks to the _delete cascade_ you just need to remove the virtual\_domain. The alias and the mailbox will be deleted automatically. This would be the SQL query you should run before taking your mail server into production:
|
Remember to remove that sample data before you go live with your mail server. Thanks to the _delete cascade_ you just need to remove the virtual\_domain. The alias and the mailbox will be deleted automatically. This would be the SQL query you should run before taking your mail server into production:
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
DELETE FROM mailserver.virtual\_domains WHERE name='example.org';
|
DELETE FROM mailserver.virtual_domains WHERE name='example.org';
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue