I would like to add the i, Identity — the identity of the signer — in email address format
Can you help me?
/etc/opendkim.conf contains:
KeyTable refile:/var/lib/dkimkeys/keyTable
SigningTable refile:/var/lib/dkimkeys/signingTable
OversignHeaders From
/var/lib/dkimkeys/signingTable contains:
*.mydomain.com selector._domainkey.mydomain.com
I would like to add i= tag in email siganture.
What actions should I take?
Thanks