Generates new DKIM keys for specified domains.
Object containing details for the DKIM key generation.
A promise that resolves to a response indicating success or failure.
Deletes DKIM keys for specified domains.
Object containing a list of domains to delete DKIM keys for.
A promise that resolves to a response indicating success or failure.
Duplicates a DKIM key from one domain to another.
Object containing source and destination domains for the DKIM key.
A promise that resolves to a response indicating success or failure.
Retrieves the DKIM public key for a specific domain.
The domain to retrieve the DKIM key for.
A promise that resolves to a DkimEntry
object.
Interface for all DKIM endpoints related to Mailcow.