Ok can I use domain keys with dkim? Am confused about the two. Yes I do have the dkim keys in the dns and as said the global works but since I have a lot of domains yahoo is sometimes not accepting due to domain mismatch so wanted to setup the keys per domain but there a I always get the fail signature doesn’t verify I did setup the dns with the new key
Sent from my iPad > On Mar 16, 2020, at 8:13 PM, Eric Broch <[email protected]> wrote: > > The DK* settings in tcp.smtp are for domainkeys which is different than > domain keys identified mail (dkim). > > If you don't use domainkeys you can remove DKSIGN and DKVERIFY from tcp.smtp > and rebuild. > > Also, do you have your DKIM key set up in your DNS settings? > >>>> On 3/16/2020 5:09 PM, Erald (nnservices) wrote: >> I have followed the instructions on the page >> http://www.qmailtoaster.net/dkim.html >> The global domain keys are working but when I add an domain key for one of >> my domains it indicates me a fail (signature doesn't verify) when testing. >> The key is there but seems it cannot verify. >> My config >> <dkimsign> >> <!-- per default sign all mails using dkim --> >> <global algorithm="rsa-sha1" domain="/var/qmail/control/me" >> keyfile="/var/qmail/control/dkim/global.key" method="simple" >> selector="dkim1"> >> <types id="dkim" /> >> </global> >> <xxxx.be domain="xxxx.be" keyfile="/var/qmail/control/dkim/xxxx.key" >> selector="dkim1"> >> <types id="dkim" /> >> <types id="domainkey" method="nofws" /> >> </xxxx.be> >> </dkimsign> >> Am confused about the smtp.tcp and think something is wrong there >> 127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private" >> :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",NOP0FCHECK="1",QMAILQUEUE="/var/qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-queue.orig",DKVERIFY="DEGIJKfh",DKSIGN="/var/qmail/control/domainkeys/%/private" >> This because I have an old /var/qmail/control/domainkeys/%/ directory but >> not for the domain I am trying to get working. >> What am I missing > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
