Zimbra DKIM (DomainKeys identified Mail) in zimbra
Zimbra DKIM (Domainkeys identified Mail) include: 1. Private-key insert header of email sending mail server. 2. Public-key updated into DNS public. Step 1: To configure zimbra DKIM To add DKIM data into domain not existing DKIM /opt/zimbra/libexec/zmdkimkeyutil -a -d example.com The output as bellow DKIM Data added to LDAP for domain example.com with selector 0E9F133A-9577-11E1-AD0E-2A2FBBAC6BCB Public key to enter into DNS: 0E9F133A-9577-11E1-AD0E-2A2FBBAC6BCB._domainkey IN TXT "v=DKIM1;=rsa; p=MIGfMA0GCXXXSSFWwfdfdfEEAA4GNADCBiQKBgQDY5CBg15nZ2vYnRmrNub6Jn6ghQ2DXQbQgOJ/E5IGziUYEuE2OnxkBm1h3jived21uHjpNy0naOZjLj0xLyyjclVy1chrhSbsGAhe8HLXUsdXyfRvNTq8NWLsUnMEsoomtJCJ /4GSWYU1whOQ9oKZVAwWHSovAWZpByqNMZmFg7QIDAQAB" ; ----- DKIM 0E9F133A-9577-11E1-AD0E-2A2FBBAC6BCB for example.com After created key, then update DNS with text record is public-key a top. How to update zimbra DKIM data for domain /opt/zimbra/libexec/zmdkimkeyutil -u -d example.com How to retrie...