1

Topic: DKIM auto sign all emails

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

Hello Zhang,

Is it possible to auto sign all outgoing emails that are hosted ?

----

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

2

Re: DKIM auto sign all emails

Check below lines in amavisd.conf:

@dkim_signature_options_bysender_maps = ( {
    ...
    # catchall defaults
    '.' => { a => 'rsa-sha256', c => 'relaxed/simple', ttl => 30*24*3600 },
} );