MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: MRatWork on 2013-08-26, 21:42:45

Title: [TIP] Fix domainkeys
Post by: MRatWork on 2013-08-26, 21:42:45
As we know, Kloxo official using domainkeys with '384' BITS, and then Kloxo-MR change to '1024' BITS.

To make sure, go to <!-- m -->http://www.protodave.com/tools/dkim-key-checker/ (http://www.protodave.com/tools/dkim-key-checker/)<!-- m --> and enter 'private' in "SELECTOR' and your domain in 'DOMAIN' and then click 'Check Key'.

To fix this issue, run 'sh /script/fixdomainkey; sh /script/restart-all' from ssh.
Title: Re: [TIP] Fix domainkeys
Post by: Spacedust on 2013-09-04, 22:43:45
Very good tip. I just found most of my domains were still using 384 bit keys !
Title: Re: [TIP] Fix domainkeys
Post by: GentZu on 2013-09-06, 08:17:02
Quote from: "MRatWork"
As we know, Kloxo official using domainkeys with '384' BITS, and then Kloxo-MR change to '1024' BITS.

To make sure, go to http://www.protodave.com/tools/dkim-key-checker/ (http://www.protodave.com/tools/dkim-key-checker/) and enter 'private' in "SELECTOR' and your domain in 'DOMAIN' and then click 'Check Key'.

To fix this issue, run 'sh /script/fixdomainkey; sh /script/restart-all' from ssh.
still 384 bits ...
unchanged afther run 'sh /script/fixdomainkey; sh /script/restart-all'...
Title: Re: [TIP] Fix domainkeys
Post by: MRatWork on 2013-09-06, 13:51:30
Run 'sh /script/sysinfo' to know your system. I was tested with latest upload of 6.5.0.f or 6.5.1.a
Title: Re: [TIP] Fix domainkeys
Post by: GentZu on 2013-09-14, 05:56:18
Quote from: "MRatWork"
Run 'sh /script/sysinfo' to know your system. I was tested with latest upload of 6.5.0.f or 6.5.1.a
A. Kloxo-MR: 6.5.0.f-2013091202

B. OS: CentOS release 5.9 (Final) i686

C. Apps:
   1. MySQL: mysql-5.0.95-5.el5_9
   2. PHP: php53u-5.3.27-1.ius.el5
   3. Httpd: httpd-2.2.25-1.el5
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.5.4-1.el5
   6. Qmail: qmail-toaster-1.03-1.3.27.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el5
   7. Dns: bind-9.9.3-5.P2.el5

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1024        641        382          0          0        299
   -/+ buffers/cache:        341        682
   Swap:         1024          1       1022

but still 384 bit after update and fix domainkeys
Title: Re: [TIP] Fix domainkeys
Post by: GentZu on 2013-09-16, 00:21:10
up