mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-02-25 15:12:58 +08:00
Fixed typo
This commit is contained in:
parent
928e5d64c7
commit
afccfdb3fc
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ mkdir example.com; cd example.com
|
||||||
opendkim-genkey -s mail -d example.com
|
opendkim-genkey -s mail -d example.com
|
||||||
cd ..
|
cd ..
|
||||||
mkdir example.org; cd example.org
|
mkdir example.org; cd example.org
|
||||||
opendkim-genkey -s mail -d example.corg
|
opendkim-genkey -s mail -d example.org
|
||||||
```
|
```
|
||||||
|
|
||||||
`opendkim-genkey` is usually in your favourite distribution provided by installing `opendkim-tools` or `opendkim-utils`.
|
`opendkim-genkey` is usually in your favourite distribution provided by installing `opendkim-tools` or `opendkim-utils`.
|
||||||
|
|
Loading…
Reference in a new issue