• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Email DKIM failure?

Status
Not open for further replies.

NoName

Chevereto Member
System sent email from admin tools with ALL spam header PASS, but DKIM fail with normal mail like register, password recover, etc...
Is there have any bug? I was tried use PHP mail() function or SMTP still have this problem, please check attached picture.

Sorry for my bad English.
 

Attachments

  • 2017-12-30_4-46-09.png
    2017-12-30_4-46-09.png
    84.6 KB · Views: 12
When you use SMTP, the relay signs the dkim stuff. Usually they will ask for a txt record in your domain. I use sendgrid and they do that stuff.

When you use php mail(), I do believe that php uses postfix/sendmail in which case, that thing signs your emails.

In any case, is very arkward to rely in the script layer to sign your emails.
 
Yes, my server using smtp reply, but test mail tools (Admin Setting --> Tools) without any error? Also, I can send out my email on same server with other website without DKIM fail.
 
Like I said, is the relay who sings dkim. I won't add php dkim.
 
Again...

Is the relay which sings the email. The RELAY not the script. Not php, not Chevereto.

You need to setup dkim at your cpanel, whm, plesk o whatever you use.
 
This is only a test, which relies on your configuration on the server side. If you don't mind using a third-party service you should check out https://www.zoho.eu/mail/ they offer free email hosting, you can set it up with SMTP, domain and so on. Works like a charm. This is how your custom login will look and you'll never have to think about email settings and such again.
j3tZ3.png
 
Status
Not open for further replies.
Back
Top