Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Enabling DomainKeys Identified Mail

AQ_MailService supports protecting against email spoofing using DKIM. It can be enabled or disabled per sender domain, but not per email address individually.

...

  1. A private key placed on the server running the Runtime in order to sign the email message;
  2. A public key available in the DNS of the recipient (so either at ISP level, a sender public facing DNS server or a recipient private DNS server).

Runtime Configuration

In

Include Page
_PropertiesFileJava
_PropertiesFileJava
, add the following settings for each domain where DKIM should be activated:

...

No special configuration at the service definition level is required.

Testing DKIM

Assuming the email messages are sent correctly, there are two ways of checking that DKIM actually works. Both these methods assume the DNS TXT record is published by the sender domain (public corporate DNS server or ISP DNS server) properly:

...