debops.opendkim
DomainKeys Identified Mail (DKIM) standard can be used by organizations to automatically sign and verify e-mail messages sent by their SMTP server(s). Other organizations can verify signed messages using public keys retrieved from the DNS database; the signature validity can then be used to classify e-mail messages as wanted or not.
The OpenDKIM library implements DKIM in the form of
a Sendmail milter service, which can be used by SMTP servers. You can use the
debops.opendkim
Ansible role to configure the OpenDKIM service on one or
multiple hosts. If debops.postfix role is used together with this one,
Postfix can be automatically configured to sign and verify e-mail messages.
Copyright
debops.opendkim - Manage OpenDKIM service using Ansible
Copyright (C) 2017 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2017 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
This repository is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.