Re: [qmailtoaster] Qmail upgrade - Domainkeys

2006-05-26 Thread Vesko Nedev

Nick Hemmesch wrote:

Hi Jason,

Here is a quick explanation.
1 - Make dir for ndstorm.com:
  mkdir /var/qmail/control/domainkeys/ndstorm.com
2 - Make domainkey:
dknewkey /var/qmail/control/domainkeys/ndstorm.com/private  ndstorm-dk,txt
3 - Make dns entry:
BIND - in the ndstorm.com zone file (see ndstorm-dk.txt):
private._domainkey  IN  TXT  k=rsa; p=MEwwDQY . . . to end of key
   (NOTE QUOTATION MARKS MUST BE THERE)
...
I hope this is of help to you.

Regards,

Nick



Hi Nick,

That quick explanation helped me get working domainkeys on 
qmailtoaster and BIND9.

Mail send to yahoo  gmail validated the domain key.
This is how the TXT entries in the zone file look:
---
$ORIGIN orbinet.bg.
_domainkey  86400   IN  TXT t=y; o=~
private._domainkey  86400  IN  TXT k=rsa; 
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAN/X/xn9g6mTGLBxO5OwLifwQohYzXaFUuAnAwliyp6JAT+gulDR01cD40liyhhYewIDAQAB

...
---

Thans for the support

Vesko Nedev


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Qmail upgrade - Domainkeys

2006-05-23 Thread jason p








Hi all,



I havent upgraded my toaster to the most recent
version, Im still a little confused with the domain keys. What Im
wondering is, if I upgrade my toaster before my domain keys are published in my
DNS records, will this cause problems? Or, if my domainkeys are published
before I start using them with the new version, would that cause problems?



Also, what should the first part of my domainkey in my dns
record be? Ive seen:

_domainkey.domain.tld

private._domainkey.domain.tld

mail._domainkey.domain.tld



I thought it should be:

_domainkey.domain.tld  IN TXT
k=rsa; p=MEww



Is that right? I dont directly control my DNS records,
and I have to tell those who do control them exactly what to put in the records



Thanks in advance,

Jason








Re: [qmailtoaster] Qmail upgrade - Domainkeys

2006-05-23 Thread Dewain Riddle
Jason - I don't think domainkeys will have any effect on mail getting 
delivered or recieved. domainkeys are a form of authentication that is 
used by some mail servers (yahoo.com), but i personally didn't have any 
mail bounce back before i got them working. i sent test emails so 
hotmail, gmail and yahoo with no problems. hope this helps, if anyone 
else would like to chime in with their experience it would be helpful.


Dewain

jason p wrote:


Hi all,

I haven’t upgraded my toaster to the most recent version, I’m still a 
little confused with the domain keys. What I’m wondering is, if I 
upgrade my toaster before my domain keys are published in my DNS 
records, will this cause problems? Or, if my domainkeys are published 
before I start using them with the new version, would that cause problems?


Also, what should the first part of my domainkey in my dns record be? 
I’ve seen:


_domainkey.domain.tld

private._domainkey.domain.tld

mail._domainkey.domain.tld

I thought it should be:

_domainkey.domain.tld IN TXT k=rsa; p=MEww……

Is that right? I don’t directly control my DNS records, and I have to 
tell those who do control them exactly what to put in the records…


Thanks in advance,

Jason



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail upgrade - Domainkeys

2006-05-23 Thread Nick Hemmesch
Hi Jason,

Here is a quick explanation.

1 - Make dir for ndstorm.com:

  mkdir /var/qmail/control/domainkeys/ndstorm.com

2 - Make domainkey:

dknewkey /var/qmail/control/domainkeys/ndstorm.com/private  ndstorm-dk,txt

3 - Make dns entry:

BIND - in the ndstorm.com zone file (see ndstorm-dk.txt):

private._domainkey  IN  TXT  k=rsa; p=MEwwDQY . . . to end of key
   (NOTE QUOTATION MARKS MUST BE THERE)

DJBDNS - in /var/djbdns/tinydns/root/data (make from ndstorm-dk.txt):

'_domainkey.ndstorm.com:o=-; [EMAIL PROTECTED]
'private._domainkey.ndstorm.com:k=rsa; p=MEwwDQY . . . to end of key


I hope this is of help to you.

Regards,

Nick



 Jason - I don't think domainkeys will have any effect on mail getting
 delivered or recieved. domainkeys are a form of authentication that is
 used by some mail servers (yahoo.com), but i personally didn't have any
 mail bounce back before i got them working. i sent test emails so
 hotmail, gmail and yahoo with no problems. hope this helps, if anyone
 else would like to chime in with their experience it would be helpful.

 Dewain

 jason p wrote:

 Hi all,

 I haven’t upgraded my toaster to the most recent version, I’m still a
 little confused with the domain keys. What I’m wondering is, if I
 upgrade my toaster before my domain keys are published in my DNS
 records, will this cause problems? Or, if my domainkeys are published
 before I start using them with the new version, would that cause
 problems?

 Also, what should the first part of my domainkey in my dns record be?
 I’ve seen:

 _domainkey.domain.tld

 private._domainkey.domain.tld

 mail._domainkey.domain.tld

 I thought it should be:

 _domainkey.domain.tld IN TXT k=rsa; p=MEww……

 Is that right? I don’t directly control my DNS records, and I have to
 tell those who do control them exactly what to put in the records…

 Thanks in advance,

 Jason


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail upgrade - Domainkeys

2006-05-23 Thread Nick Hemmesch
Please note:

dknewkey /var/qmail/control/domainkeys/ndstorm.com/private  ndstorm-dk,txt

  SHOULD BE:

dknewkey /var/qmail/control/domainkeys/ndstorm.com/private  ndstorm-dk.txt

Regards,

Nick

 Hi Jason,

 Here is a quick explanation.

 1 - Make dir for ndstorm.com:

   mkdir /var/qmail/control/domainkeys/ndstorm.com

 2 - Make domainkey:

 dknewkey /var/qmail/control/domainkeys/ndstorm.com/private 
 ndstorm-dk,txt

 3 - Make dns entry:

 BIND - in the ndstorm.com zone file (see ndstorm-dk.txt):

 private._domainkey  IN  TXT  k=rsa; p=MEwwDQY . . . to end of key
(NOTE QUOTATION MARKS MUST BE THERE)

 DJBDNS - in /var/djbdns/tinydns/root/data (make from ndstorm-dk.txt):

 '_domainkey.ndstorm.com:o=-; [EMAIL PROTECTED]
 'private._domainkey.ndstorm.com:k=rsa; p=MEwwDQY . . . to end of key


 I hope this is of help to you.

 Regards,

 Nick



 Jason - I don't think domainkeys will have any effect on mail getting
 delivered or recieved. domainkeys are a form of authentication that is
 used by some mail servers (yahoo.com), but i personally didn't have any
 mail bounce back before i got them working. i sent test emails so
 hotmail, gmail and yahoo with no problems. hope this helps, if anyone
 else would like to chime in with their experience it would be helpful.

 Dewain

 jason p wrote:

 Hi all,

 I haven’t upgraded my toaster to the most recent version, I’m still a
 little confused with the domain keys. What I’m wondering is, if I
 upgrade my toaster before my domain keys are published in my DNS
 records, will this cause problems? Or, if my domainkeys are published
 before I start using them with the new version, would that cause
 problems?

 Also, what should the first part of my domainkey in my dns record be?
 I’ve seen:

 _domainkey.domain.tld

 private._domainkey.domain.tld

 mail._domainkey.domain.tld

 I thought it should be:

 _domainkey.domain.tld IN TXT k=rsa; p=MEww……

 Is that right? I don’t directly control my DNS records, and I have to
 tell those who do control them exactly what to put in the records…

 Thanks in advance,

 Jason


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail upgrade - Domainkeys

2006-05-23 Thread Jean-Paul van de Plasse

Just a very small typo the , before txt


- Original Message - 
From: Erik Espinoza [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, May 24, 2006 2:35 AM
Subject: Re: [qmailtoaster] Qmail upgrade - Domainkeys


I'm sorry but I don't see a difference in those two lines.

On 5/23/06, Nick Hemmesch [EMAIL PROTECTED] wrote:

Please note:

dknewkey /var/qmail/control/domainkeys/ndstorm.com/private  
ndstorm-dk,txt


  SHOULD BE:

dknewkey /var/qmail/control/domainkeys/ndstorm.com/private  
ndstorm-dk.txt


Regards,

Nick

 Hi Jason,

 Here is a quick explanation.

 1 - Make dir for ndstorm.com:

   mkdir /var/qmail/control/domainkeys/ndstorm.com

 2 - Make domainkey:

 dknewkey /var/qmail/control/domainkeys/ndstorm.com/private 
 ndstorm-dk,txt

 3 - Make dns entry:

 BIND - in the ndstorm.com zone file (see ndstorm-dk.txt):

 private._domainkey  IN  TXT  k=rsa; p=MEwwDQY . . . to end of key
(NOTE QUOTATION MARKS MUST BE THERE)

 DJBDNS - in /var/djbdns/tinydns/root/data (make from ndstorm-dk.txt):

 '_domainkey.ndstorm.com:o=-; [EMAIL PROTECTED]
 'private._domainkey.ndstorm.com:k=rsa; p=MEwwDQY . . . to end of key


 I hope this is of help to you.

 Regards,

 Nick



 Jason - I don't think domainkeys will have any effect on mail getting
 delivered or recieved. domainkeys are a form of authentication that is
 used by some mail servers (yahoo.com), but i personally didn't have any
 mail bounce back before i got them working. i sent test emails so
 hotmail, gmail and yahoo with no problems. hope this helps, if anyone
 else would like to chime in with their experience it would be helpful.

 Dewain

 jason p wrote:

 Hi all,

 I haven't upgraded my toaster to the most recent version, I'm still a
 little confused with the domain keys. What I'm wondering is, if I
 upgrade my toaster before my domain keys are published in my DNS
 records, will this cause problems? Or, if my domainkeys are published
 before I start using them with the new version, would that cause
 problems?

 Also, what should the first part of my domainkey in my dns record be?
 I've seen:

 _domainkey.domain.tld

 private._domainkey.domain.tld

 mail._domainkey.domain.tld

 I thought it should be:

 _domainkey.domain.tld IN TXT k=rsa; p=MEww……

 Is that right? I don't directly control my DNS records, and I have to
 tell those who do control them exactly what to put in the records…

 Thanks in advance,

 Jason


 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: 
 [EMAIL PROTECTED]






 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Qmail upgrade - Domainkeys

2006-05-23 Thread Erik Espinoza

Oh I see it now. I've been racking my brain trying to figure it out,
and I already have working DomainKeys.

Erik

On 5/23/06, Jean-Paul van de Plasse [EMAIL PROTECTED] wrote:

Just a very small typo the , before txt


- Original Message -
From: Erik Espinoza [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, May 24, 2006 2:35 AM
Subject: Re: [qmailtoaster] Qmail upgrade - Domainkeys


I'm sorry but I don't see a difference in those two lines.

On 5/23/06, Nick Hemmesch [EMAIL PROTECTED] wrote:
 Please note:

 dknewkey /var/qmail/control/domainkeys/ndstorm.com/private 
 ndstorm-dk,txt

   SHOULD BE:

 dknewkey /var/qmail/control/domainkeys/ndstorm.com/private 
 ndstorm-dk.txt

 Regards,

 Nick

  Hi Jason,
 
  Here is a quick explanation.
 
  1 - Make dir for ndstorm.com:
 
mkdir /var/qmail/control/domainkeys/ndstorm.com
 
  2 - Make domainkey:
 
  dknewkey /var/qmail/control/domainkeys/ndstorm.com/private 
  ndstorm-dk,txt
 
  3 - Make dns entry:
 
  BIND - in the ndstorm.com zone file (see ndstorm-dk.txt):
 
  private._domainkey  IN  TXT  k=rsa; p=MEwwDQY . . . to end of key
 (NOTE QUOTATION MARKS MUST BE THERE)
 
  DJBDNS - in /var/djbdns/tinydns/root/data (make from ndstorm-dk.txt):
 
  '_domainkey.ndstorm.com:o=-; [EMAIL PROTECTED]
  'private._domainkey.ndstorm.com:k=rsa; p=MEwwDQY . . . to end of key
 
 
  I hope this is of help to you.
 
  Regards,
 
  Nick
 
 
 
  Jason - I don't think domainkeys will have any effect on mail getting
  delivered or recieved. domainkeys are a form of authentication that is
  used by some mail servers (yahoo.com), but i personally didn't have any
  mail bounce back before i got them working. i sent test emails so
  hotmail, gmail and yahoo with no problems. hope this helps, if anyone
  else would like to chime in with their experience it would be helpful.
 
  Dewain
 
  jason p wrote:
 
  Hi all,
 
  I haven't upgraded my toaster to the most recent version, I'm still a
  little confused with the domain keys. What I'm wondering is, if I
  upgrade my toaster before my domain keys are published in my DNS
  records, will this cause problems? Or, if my domainkeys are published
  before I start using them with the new version, would that cause
  problems?
 
  Also, what should the first part of my domainkey in my dns record be?
  I've seen:
 
  _domainkey.domain.tld
 
  private._domainkey.domain.tld
 
  mail._domainkey.domain.tld
 
  I thought it should be:
 
  _domainkey.domain.tld IN TXT k=rsa; p=MEww……
 
  Is that right? I don't directly control my DNS records, and I have to
  tell those who do control them exactly what to put in the records…
 
  Thanks in advance,
 
  Jason
 
 
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 
 
 
 
 
  -
   QmailToaster hosted by: VR Hosted http://www.vr.org
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]