Author Topic: Duplicated DKIM Records  (Read 7107 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Duplicated DKIM Records
« on: November 19, 2020, 02:40:11 AM »
You have more than one DKIM signature in your message.
Please enable only one signature, you should let your mail server sign the message and disable DKIM on your Newsletter software.

Signature 1 :

   v=1;
   a=rsa-sha256;
   c=relaxed/simple;
   d=mydomain.com;
   s=default;
   t=1605751409;
   bh=v0PCw6PHtFEI+GSOBRdJL3ZodUqtMBk6xojkM/3MWU8=;
   h=Date:From:To:Subject;
   b=<Some key1 record>

Signature 2 :

   v=1;
   a=rsa-sha256;
   c=relaxed/simple;
   d=mydomain.com;
   s=default;
   t=1605751407;
   bh=v0PCw6PHtFEI+GSOBRdJL3ZodUqtMBk6xojkM/3MWU8=;
   h=Date:From:To:Subject;
   b=<Some key 2 record>

How can I fix this?

Offline
*
Re: Duplicated DKIM Records
« Reply #1 on: November 19, 2020, 05:13:00 AM »
more information needed, how are you sending the emails?

Offline
*
Re: Duplicated DKIM Records
« Reply #2 on: November 19, 2020, 05:15:39 PM »
I tested this message using Round Cube and PHP mailer.

Offline
*
Re: Duplicated DKIM Records
« Reply #3 on: November 19, 2020, 08:01:18 PM »
you need to check maillogs or check with experienced sysadmin or cwp support
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: Duplicated DKIM Records
« Reply #4 on: November 20, 2020, 03:29:21 AM »
Ok the problem seems to be missing DKIM entry in my DNS configuration when sending mails using PHP Mailer and Duplicate entry when using Round Cube, but I don't know where to find this public key to add it to my DNS TXT entry nor where the signature is duplicated. No need to pay for external sysadmin, but some help in this "help forum" will be welcomed and usefull.

Offline
*
Re: Duplicated DKIM Records
« Reply #5 on: November 21, 2020, 09:31:44 AM »
dkim configuration is in /etc/opendkim
or you can check with cwp support
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: Duplicated DKIM Records
« Reply #6 on: November 21, 2020, 04:30:28 PM »
Ok thanks for your clues, it was already repaired yesterday! But for today, for some reason after "yum update" into CWP all server went down! Only showing test page. What is wrong now, where is my CWP installation?

After
$service cwpsrv start

Now RoundCube doesn't exists!
The requested URL /roundcube/ was not found on this server.

After Rebuilding Apache everything got normal.
« Last Edit: November 21, 2020, 05:05:17 PM by asenges400 »