We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I write an email, the email is not signed. When I activate debug mode, the logs say "No Entry found for domain "domain.de"
I have already reinstalled the agent, restarted the server and restarted the transport agent. Same effect.
settings.xml:
<?xml version="1.0" encoding="utf-8"?> <Settings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Loglevel>4</Loglevel> <SigningAlgorithm>RsaSha256</SigningAlgorithm> <HeaderCanonicalization>Simple</HeaderCanonicalization> <BodyCanonicalization>Simple</BodyCanonicalization> <HeadersToSign> <string>From</string> <string>Subject</string> <string>To</string> <string>Date</string> <string>MessageId</string> </HeadersToSign> <Domains> <DomainElement> <Domain>domain.de</Domain> <Selector>dkim</Selector> <PrivateKeyFile>domain.de.pem</PrivateKeyFile> </DomainElement> </Domains> </Settings>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions
Description
When I write an email, the email is not signed. When I activate debug mode, the logs say "No Entry found for domain "domain.de"
I have already reinstalled the agent, restarted the server and restarted the transport agent. Same effect.
Steps to Reproduce
settings.xml:
The text was updated successfully, but these errors were encountered: