1

Topic: Where do I find the DKIM keys?

==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 12.04
- Related log if you're reporting an issue:
====

In the tips file, the DKIM section is empty. Where to find the key to setup DNS?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Where do I find the DKIM keys?

You can create a new key with below command:

# /usr/sbin/amavisd-new genrsa /var/lib/dkim/your_domain.pem
# chmod +r /var/lib/dkim/your_domain.pem

Then configure Amavisd to use this new DKIM key (Search 'dkim' in Amavisd config file please).