mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 06:34:40 +03:00
11
doc.go
11
doc.go
@ -50,6 +50,7 @@ low-maintenance self-hosted email.
|
||||
mox dkim lookup selector domain
|
||||
mox dkim txt <$selector._domainkey.$domain.key.pkcs8.pem
|
||||
mox dkim verify message
|
||||
mox dkim sign message
|
||||
mox dmarc lookup domain
|
||||
mox dmarc parsereportmsg message ...
|
||||
mox dmarc verify remoteip mailfromaddress helodomain < message
|
||||
@ -503,6 +504,16 @@ that was passed.
|
||||
|
||||
usage: mox dkim verify message
|
||||
|
||||
# mox dkim sign
|
||||
|
||||
Sign a message, adding DKIM-Signature headers based on the domain in the From header.
|
||||
|
||||
The message is parsed, the domain looked up in the configuration files, and
|
||||
DKIM-Signature headers generated. The message is printed with the DKIM-Signature
|
||||
headers prepended.
|
||||
|
||||
usage: mox dkim sign message
|
||||
|
||||
# mox dmarc lookup
|
||||
|
||||
Lookup dmarc policy for domain, a DNS TXT record at _dmarc.<domain>, validate and print it.
|
||||
|
Reference in New Issue
Block a user