So if I have this configuration:
dkim_key("ekonferencja.pl", "dkim", "/var/lib/dkim/ekonferencja.pl.pem");
@dkim_signature_options_bysender_maps = ( {
"ekonferencja.pl" => { d => "ekonferencja.pl", a => 'rsa-sha256', ttl => 10*24*3600 },
'.' => { a => 'rsa-sha256', c => 'relaxed/simple', ttl => 30*24*3600 },
} );
does it mean that the appropriate DKIM is assigned to the corresponding e-mail?
Thanks and regards,
Pawel