-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
DKIM-Signature Body Hash Not Verified #1172
Comments
This is not a very helpful answer as you seem to have done your homework, but can you try with the latest image again? The project has picked up speed during the summer, so perhaps your issue has been fixed. DKIM seems to be working for me and I think I have a similar setup. |
I'll try again if I do another phishing campaign for work. Thanks for letting me know. Do you mind keeping this issue open? |
The same trouble for me (MXToolBox DKIM validation fails) but if I try different validator (eg. dkimvalidator.com, check-auth@verifier.port25.com) it pass well...
|
I believe that MXToolbox.com has an error on the DKIM test i have the same problem with my site, other palces i tested it passed. |
@ninkaninus If you enter the following string in the text box, it works: But when you copy the URL it doesn't work anymore. Then the string becomes |
This issue was closed due to one or more of the following reasons:
If you think this happened by accident, or feel like this issue was not actually resolved, please feel free to re-open it. If there is an issue you could resolve in the meantime, please open a PR based on the current master branch so we can review it. |
Context
I used the dkim configuration, but when I try to send an email, it gives a DKIM error
Site where I tested the mailheaders: https://mxtoolbox.com/Public/Tools/EmailHeaders.aspx
Expected Behavior
Properly signed DKIM signature
Actual Behavior
DKIM-Signature Not Correct
Possible Fix
/
Steps to Reproduce
Get latest image:
Get the tools:
Download the docker-compose.yml, the .env and the setup.sh files:
Create a docker-compose environment
Edit the
.env
to your liking. Adapt this file with your FQDN.Please note that:
HOSTNAME
shouldn't contain dot's, so dont take the domainname asHOSTNAME
.OVERRIDE_HOSTNAME
should be the same as the hostnameCreate your mail accounts
Generate DKIM keys
This will output something like this:
Put the following in in a TXT DNS record:
spin up the docker container:
Now test if you can send an email with:
Install 'swaks':
apt install swaks
orbrew install swaks
.Then:
My Environment
What already tried:
The text was updated successfully, but these errors were encountered: