Skip to content

DKIM Signing Module cache_key and cache_expiry options #85

@rob4226

Description

@rob4226

Hi,

A DKIM signing guide document page references options named cache_key and cache_expiry listed in the performance section. I don't see any reference to these options anywhere else in the docs nor in the source code for the DKIM signing module. Is this section correct?

### Performance Optimization
1. **Key caching**:
```hcl
# /etc/rspamd/local.d/dkim_signing.conf
# Cache keys in memory
cache_key = true;
cache_expiry = 3600;
```

Also, the next section lists an option sign_inbound:

sign_inbound = false; # Never sign inbound

I see the ARC module has this option but does the DKIM signing module also have this option? I didn't see it listed in other DKIM signing module document pages or the default config file.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions