0 Members and 1 Guest are viewing this topic.
Like http://wiki.qmailtoaster.com/index.php/ ... il_Toaster already implemented on Kloxo-MR (also Kloxo official). If you see '_domainkey' and 'private._domainkey' TEXT on dns setting that Qmail mean as DKIM.
DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=mail.xxx.pl; h=from :to:subject:date:message-id:mime-version:content-type; s=dkim1; bh=bPg7i1jco7UFIpxlu0WvybIcVfc=; b=BdSAFNRDg1U1kfZqDsPxlu1xQnst ofRPoNryhavmNbYk3VW+8URnMRDI95cO3Gfx
Authentication-Results: mx.google.com; spf=pass (google.com: domain of smtp.mail=kloxo@xxx.pl; dkim=neutral (bad format) header.i=@xxx.pl
dkim._domainkey TXT - k=rsa; p=MEwwDQYJKoZIhvcNAQEBB...
Quote from: "MRatWork"Like http://wiki.qmailtoaster.com/index.php/ ... il_Toaster already implemented on Kloxo-MR (also Kloxo official). If you see '_domainkey' and 'private._domainkey' TEXT on dns setting that Qmail mean as DKIM.No ! It's not the same...I got this additonal entry after adding this: QuoteDKIM-Signature: v=1; a=rsa-sha1; c=simple; d=mail.xxx.pl; h=from :to:subject:date:message-id:mime-version:content-type; s=dkim1; bh=bPg7i1jco7UFIpxlu0WvybIcVfc=; b=BdSAFNRDg1U1kfZqDsPxlu1xQnst ofRPoNryhavmNbYk3VW+8URnMRDI95cO3Gfx
Quote from: "Spacedust"Quote from: "MRatWork"Like http://wiki.qmailtoaster.com/index.php/ ... il_Toaster already implemented on Kloxo-MR (also Kloxo official). If you see '_domainkey' and 'private._domainkey' TEXT on dns setting that Qmail mean as DKIM.No ! It's not the same...I got this additonal entry after adding this: QuoteDKIM-Signature: v=1; a=rsa-sha1; c=simple; d=mail.xxx.pl; h=from :to:subject:date:message-id:mime-version:content-type; s=dkim1; bh=bPg7i1jco7UFIpxlu0WvybIcVfc=; b=BdSAFNRDg1U1kfZqDsPxlu1xQnst ofRPoNryhavmNbYk3VW+8URnMRDI95cO3GfxHow to adding your text?
It might be something like this inside all DNS templates where 1360412643 is a random number:'1360412643.__base__._domainkey.__base__:v=DKIM1;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDhWmlT7pFrDkEwZCd3NaT/0bnYdmHb+xsN7o8rIN/heZX0qxn983ApgVaPTO9h4LdBCfTl6bzVQGSntcgpuh4wmgpBpv2SiAQ2zlAV2SiIcbClrPxKFZ02NffWeDEGbvSmdqwIEiy/SGNbppg79+WC3ME/6Ifw9rZrwx6YZhqcdwIDAQAB:3600::
function addDomainKey($key){ $this->addRec("txt", "_domainkey", "t=y; o=-; r=postmaster@{$this->nname}"); $this->addRec("txt", "private._domainkey", "k=rsa; p=$key");}
function addDomainKey($key){ $this->addRec("txt", "_domainkey", "t=y; o=-; r=postmaster@{$this->nname}");// $this->addRec("txt", "private._domainkey", "k=rsa; p=$key"); $this->addRec("txt", "private._domainkey", "v=DKIM1; g=*; k=rsa; p=$key");}
I will test this on my VirtualBox system
Quote from: "Spacedust"I will test this on my VirtualBox system You installed centos on a virtual machine? How do you configure kloxo without a static ip?
Quote from: "lapy"Quote from: "Spacedust"I will test this on my VirtualBox system You installed centos on a virtual machine? How do you configure kloxo without a static ip?I've edited system files on now I got static IP's. You can also add additional addresses to test exclusive domains.You need to set DMZ for VirtualBox IP.
[root@nowosci /]# cat /etc/sysconfig/network-scripts/ifcfg-eth0# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)DEVICE=eth0BOOTPROTO=staticIPADDR=192.168.1.8NETMASK=255.255.255.0GATEWAY=192.168.1.1BROADCAST=192.168.1.255ONBOOT=yes
[root@nowosci /]# cat /etc/sysconfig/network-scripts/ifcfg-eth0:0# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)DEVICE=eth0:0BOOTPROTO=staticIPADDR=192.168.1.9NETMASK=255.255.255.0ONBOOT=yes
Can DomainKeys coexist with DKIM ?
Quote from: "Spacedust"Can DomainKeys coexist with DKIM ?Domainkeys is the same as DKIM, except different 'text' content (with and without 'v=DKIM1; g=*;')
<testpoczty12349@gmail.com>:User and password not set, continuing without authentication.<testpoczty12349@gmail.com> 173.194.70.26 failed after I sent the message.Remote host said: 550-5.7.1 [62.21.xx.xx] The IP you're using to send mail is not authorized to550-5.7.1 send email directly to our servers. Please use the SMTP relay at your550-5.7.1 service provider instead. Learn more at 550 5.7.1 http://support.google.com/mail/bin/answ ... swer=10336 f3si59109489eep.123 - gsmtp
Page created in 0.055 seconds with 17 queries.