/salt-formula-opendkim

Salt Stack Formula for OpenDKIM

Primary LanguageSaltStackApache License 2.0Apache-2.0

OpenDKIM

Formulas to set up and configure the OpenDKIM service.

Note

See the full Salt Formulas installation and usage instructions.

Available states

Installs the OpenDKIM package.

Configures the OpenDKIM package.

Will generate a default key if the default key file does not yet exist.

Will create private key files based on private key content stored in pillar.

Will configure sysconfig file for service and ensure service is enabled and running.

Includes:
  • opendkim
  • opendkim.config
  • opendkim.keys

Includes are to enable require/watch options for config/etc files. Use the 'manage' options under 'config', and don't define keys, to disable this if you only want the service to be managed.

TODO

  1. Configure firewalld to permit port if OpenDKIM should be accessible.