Skip to content

dreamhost/ansible-opendkim-role

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opendkim

Install and configure OpenDKIM to apply DKIM signatures to mail in large or complex installations that require using Signing and Key Tables to define signing instructions.

Role Variables

opendkim_signing_table: Signing Table dataset

opendkim_key_table: Key Table dataset

Documentation on the allowed syntax of datasets is available here: http://www.opendkim.org/opendkim.8.html#DATA%20SETS

Options

  • packages_focal_opendkim: Package name to install. Default: opendkim

  • opendkim_socket: Socket where opendkim listens for milter connections from the MTA. Default: inet:[email protected]

  • opendkim_signature_algorithm: Algorithm used for all signing. Default: rsa-sha256

  • opendkim_debug: Toggle verbose logging. Default: no

Example Playbook

  - hosts: mail_hostgroup
    roles:
      - role: opendkim

Author Information

DreamHost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%