smtp-dkim-signing

SMTP DKIM Signing Charm

  • Haw Loeung
Channel Revision Published Runs on
latest/stable 3 12 Oct 2022
Ubuntu 22.04 Ubuntu 20.04
juju deploy smtp-dkim-signing
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • admin_email | string

    Administrator's email address where root@ emails will go.

  • domains | string

    Default: *

    Comma or space separated list of sender domain(s) to sign messages for (default '*' will sign messages for all domains).

  • keytable | string

    Key table mapping (use 'MANUAL' to manually manage).

  • log_retention | int

    Default: 120

    Number of days of mail logs to retain during rotation.

  • mode | string

    Default: sv

    Selects operating modes. The string is a concatenation of characters that indicate which mode(s) of operation are desired. Valid modes are s (signer) and v (verifier). The default is sv

    See http://www.opendkim.org/opendkim.conf.5.html

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • selector | string

    Default: mail

    Selector to use when signing messages with DKIM.

  • signingtable | string

    Signing table mapping (use 'MANUAL' to manually manage).

  • trusted_sources | string

    Comma-separated list of networks or hosts considered trusted to DKIM sign messages (default '' will sign for all).