Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-05 Thread Jake Vickers

Peter Peltonen wrote:

Hi,


I've run my toaster without DomainKeys or SPF for years.

What is the benefit I will gain if I start using them?

In the beginning I decided not to use DK because so many people were
having problems with the setup...

  


If you do not have records currently published, the only benefit you'll 
get it a slightly better success rate in not being marked as spam.
If you publish them wrong then you may get emails rejected by sites that 
reject based on those descriptors, but extremely few sites penalize you 
if you do not implement them at all (only if wrong).
SPF is so simple that I set it up for everything, but DomainKeys takes a 
little more effort, and I honestly do not run it on any QMT machines at 
this time, although I will probably set it up for the mailing list 
before too long.


I personally would not use DomainKeys/SPF incoming rejection. 
Spamassassin already scores messages if the SPF is incorrect/faked and 
the same for DomainKeys. Whenever I tried to reject messages based on 
SPF or DomainKeys I always invariably blocked an "extremely important 
email" because the remote admin had set their DNS records up 
incorrectly. I found that it's better just to score the message for it 
and let the scoring handle the fate of the message rather than reject 
arbitrarily.




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-05 Thread Peter Peltonen
Hi,


I've run my toaster without DomainKeys or SPF for years.

What is the benefit I will gain if I start using them?

In the beginning I decided not to use DK because so many people were
having problems with the setup...


Regards,
Peter

2009/7/4 Jake Vickers :
> amit IKF wrote:
>>
>> Thanks JP,
>>
>> Maybe I'll study more about BIND and also about LINUX.
>
> I just published a video on June 30th on how to setup and configure
> DomainKeys using Bind. And I use vi as my editor.
> You can watch the video at http://video.qmailtoaster.com
> It's in English so it may be a little challenge if it's not your first
> language, but you should be able to follow along pretty well just from the
> visuals since I show you how to set this up step by step.
>
>
> -
> Qmailtoaster is sponsored by Vickers Consulting Group
> (www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
>     If you need professional help with your setup, contact them today!
> -
>    Please visit qmailtoaster.com for the latest news, updates, and packages.
>         To unsubscribe, e-mail:
> qmailtoaster-list-unsubscr...@qmailtoaster.com
>    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>
>

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread Jake Vickers

amit IKF wrote:

Thanks JP,

Maybe I'll study more about BIND and also about LINUX.


I just published a video on June 30th on how to setup and configure 
DomainKeys using Bind. And I use vi as my editor.

You can watch the video at http://video.qmailtoaster.com
It's in English so it may be a little challenge if it's not your first 
language, but you should be able to follow along pretty well just from 
the visuals since I show you how to set this up step by step.



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread amit IKF
Thanks JP,

Maybe I'll study more about BIND and also about LINUX.


2009/7/4 Juan Pablo García 

> Hi Amid,
>
> You can call me JP, or Juan. I tend to like GNOME also, and I use the
> terminals available (gterm, xterm if it's available).
> So far I've been reading documentation, there's two options when
> you're talking about DNS servers: BIND and djbdns.
> Both have a large amount of information and documentation running
> around the Web.
> From my (short) experience setting up a mail server, I'd recommend
> BIND, although as I said before, the configuration is such a pain in
> the arse for beginners.
>
> Juan Pablo García Hernández
>
>
>
> On Sat, Jul 4, 2009 at 7:02 AM, amit IKF wrote:
> > Hi Juan Pablo García Hernández,
> >
> > Thanks for sch a good information. Actually I'm window administrator and
> > newbie to LINUX. SO I think I was preferring GUI of BIND server. Can you
> > suggest good DNS server for LINUX.
> >
> > Thanks and regards,
> >
> > Amit
> >
> > 2009/7/4 Juan Pablo García 
> >>
> >> Hello Amit,
> >>
> >> In my experimentation, I found that the GUI Interface to config the
> >> named service is not that good. Very often in the Python console you
> >> would find all kinds of exceptions and errors, especially when trying
> >> to remove entries from the list.
> >> We all know, named configuration files are quite weird and a deviation
> >> from other config formats. However, you better restrain from using the
> >> GUI interface, unless you want to get a bird's-eye view of the
> >> configuration.
> >>
> >> The tip Aleksander gave you it's very important. There's nothing
> >> better than vi or vim to edit any of the config files. A suggestions
> >> for those who can't figure vi and vim interface (or commands) or who
> >> are just new, you can use nano editor also. It's more user friendly,
> >> albeit a bit cluttered to my taste. Just for starters.
> >>
> >> Juan Pablo García Hernández
> >>
> >>
> >>
> >> On Fri, Jul 3, 2009 at 4:25 PM, amit IKF wrote:
> >> > Thanks a lot. I'll try this and if found any problem will get back to
> >> > you.
> >> >
> >> > Regards,
> >> >
> >> > Amit
> >> >
> >> > On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly
> >> >  wrote:
> >> >>
> >> >> W dniu 03.07.2009 23:08, amit IKF pisze:
> >> >>
> >> >> I'm trying with GUI interface of BIND server. And its not allowing
> "_".
> >> >>
> >> >> /var/named/chroot/
> >> >> /var/named/chroot/etc
> >> >> /var/named/chroot/var/named
> >> >>
> >> >> Try to use vim editor. ;)
> >> >> Do not use GUI interface.
> >> >>
> >> >> --
> >> >> Regards,
> >> >> Aleksander Podsiadły
> >> >
> >> >
> >>
> >>
> >>
> -
> >> Qmailtoaster is sponsored by Vickers Consulting Group
> >> (www.vickersconsulting.com)
> >>Vickers Consulting Group offers Qmailtoaster support and
> installations.
> >>  If you need professional help with your setup, contact them today!
> >>
> >>
> -
> >> Please visit qmailtoaster.com for the latest news, updates, and
> >> packages.
> >>
> >>  To unsubscribe, e-mail:
> >> qmailtoaster-list-unsubscr...@qmailtoaster.com
> >> For additional commands, e-mail:
> >> qmailtoaster-list-h...@qmailtoaster.com
> >>
> >>
> >
> >
>
>
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>Vickers Consulting Group offers Qmailtoaster support and installations.
>  If you need professional help with your setup, contact them today!
>
> -
> Please visit qmailtoaster.com for the latest news, updates, and
> packages.
>
>  To unsubscribe, e-mail:
> qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail:
> qmailtoaster-list-h...@qmailtoaster.com
>
>
>


Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread amit IKF
Thanks Biju,

I'll try webmin.

On Sat, Jul 4, 2009 at 5:51 PM, Biju Jose  wrote:

> Amit,
>
> May I suggest you look at webmin and virtualmin for a web based control
> panel for your Bind and other server configs?
> http://webmin.com
>
>
> Biju Jose
>
> -Original Message-
> From: Juan Pablo García [mailto:g.jua...@gmail.com]
> Sent: Saturday, July 04, 2009 5:44 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS
>
> Hi Amid,
>
> You can call me JP, or Juan. I tend to like GNOME also, and I use the
> terminals available (gterm, xterm if it's available).
> So far I've been reading documentation, there's two options when
> you're talking about DNS servers: BIND and djbdns.
> Both have a large amount of information and documentation running
> around the Web.
> From my (short) experience setting up a mail server, I'd recommend
> BIND, although as I said before, the configuration is such a pain in
> the arse for beginners.
>
> Juan Pablo García Hernández
>
>
>
> On Sat, Jul 4, 2009 at 7:02 AM, amit IKF wrote:
> > Hi Juan Pablo García Hernández,
> >
> > Thanks for sch a good information. Actually I'm window administrator and
> > newbie to LINUX. SO I think I was preferring GUI of BIND server. Can you
> > suggest good DNS server for LINUX.
> >
> > Thanks and regards,
> >
> > Amit
> >
> > 2009/7/4 Juan Pablo García 
> >>
> >> Hello Amit,
> >>
> >> In my experimentation, I found that the GUI Interface to config the
> >> named service is not that good. Very often in the Python console you
> >> would find all kinds of exceptions and errors, especially when trying
> >> to remove entries from the list.
> >> We all know, named configuration files are quite weird and a deviation
> >> from other config formats. However, you better restrain from using the
> >> GUI interface, unless you want to get a bird's-eye view of the
> >> configuration.
> >>
> >> The tip Aleksander gave you it's very important. There's nothing
> >> better than vi or vim to edit any of the config files. A suggestions
> >> for those who can't figure vi and vim interface (or commands) or who
> >> are just new, you can use nano editor also. It's more user friendly,
> >> albeit a bit cluttered to my taste. Just for starters.
> >>
> >> Juan Pablo García Hernández
> >>
> >>
> >>
> >> On Fri, Jul 3, 2009 at 4:25 PM, amit IKF wrote:
> >> > Thanks a lot. I'll try this and if found any problem will get back to
> >> > you.
> >> >
> >> > Regards,
> >> >
> >> > Amit
> >> >
> >> > On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly
> >> >  wrote:
> >> >>
> >> >> W dniu 03.07.2009 23:08, amit IKF pisze:
> >> >>
> >> >> I'm trying with GUI interface of BIND server. And its not allowing
> "_".
> >> >>
> >> >> /var/named/chroot/
> >> >> /var/named/chroot/etc
> >> >> /var/named/chroot/var/named
> >> >>
> >> >> Try to use vim editor. ;)
> >> >> Do not use GUI interface.
> >> >>
> >> >> --
> >> >> Regards,
> >> >> Aleksander Podsiadły
> >> >
> >> >
> >>
> >>
> >>
> -
> >> Qmailtoaster is sponsored by Vickers Consulting Group
> >> (www.vickersconsulting.com)
> >>Vickers Consulting Group offers Qmailtoaster support and
> installations.
> >>  If you need professional help with your setup, contact them today!
> >>
> >>
> -
> >> Please visit qmailtoaster.com for the latest news, updates, and
> >> packages.
> >>
> >>  To unsubscribe, e-mail:
> >> qmailtoaster-list-unsubscr...@qmailtoaster.com
> >> For additional commands, e-mail:
> >> qmailtoaster-list-h...@qmailtoaster.com
> >>
> >>
> >
> >
>
>
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>Vickers Consulting Group offers Qmailtoaster support and installation

RE: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread Biju Jose
Amit,

May I suggest you look at webmin and virtualmin for a web based control panel 
for your Bind and other server configs?
http://webmin.com


Biju Jose

-Original Message-
From: Juan Pablo García [mailto:g.jua...@gmail.com] 
Sent: Saturday, July 04, 2009 5:44 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

Hi Amid,

You can call me JP, or Juan. I tend to like GNOME also, and I use the
terminals available (gterm, xterm if it's available).
So far I've been reading documentation, there's two options when
you're talking about DNS servers: BIND and djbdns.
Both have a large amount of information and documentation running
around the Web.
>From my (short) experience setting up a mail server, I'd recommend
BIND, although as I said before, the configuration is such a pain in
the arse for beginners.

Juan Pablo García Hernández



On Sat, Jul 4, 2009 at 7:02 AM, amit IKF wrote:
> Hi Juan Pablo García Hernández,
>
> Thanks for sch a good information. Actually I'm window administrator and
> newbie to LINUX. SO I think I was preferring GUI of BIND server. Can you
> suggest good DNS server for LINUX.
>
> Thanks and regards,
>
> Amit
>
> 2009/7/4 Juan Pablo García 
>>
>> Hello Amit,
>>
>> In my experimentation, I found that the GUI Interface to config the
>> named service is not that good. Very often in the Python console you
>> would find all kinds of exceptions and errors, especially when trying
>> to remove entries from the list.
>> We all know, named configuration files are quite weird and a deviation
>> from other config formats. However, you better restrain from using the
>> GUI interface, unless you want to get a bird's-eye view of the
>> configuration.
>>
>> The tip Aleksander gave you it's very important. There's nothing
>> better than vi or vim to edit any of the config files. A suggestions
>> for those who can't figure vi and vim interface (or commands) or who
>> are just new, you can use nano editor also. It's more user friendly,
>> albeit a bit cluttered to my taste. Just for starters.
>>
>> Juan Pablo García Hernández
>>
>>
>>
>> On Fri, Jul 3, 2009 at 4:25 PM, amit IKF wrote:
>> > Thanks a lot. I'll try this and if found any problem will get back to
>> > you.
>> >
>> > Regards,
>> >
>> > Amit
>> >
>> > On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly
>> >  wrote:
>> >>
>> >> W dniu 03.07.2009 23:08, amit IKF pisze:
>> >>
>> >> I'm trying with GUI interface of BIND server. And its not allowing "_".
>> >>
>> >> /var/named/chroot/
>> >> /var/named/chroot/etc
>> >> /var/named/chroot/var/named
>> >>
>> >> Try to use vim editor. ;)
>> >> Do not use GUI interface.
>> >>
>> >> --
>> >> Regards,
>> >> Aleksander Podsiadły
>> >
>> >
>>
>>
>> -
>> Qmailtoaster is sponsored by Vickers Consulting Group
>> (www.vickersconsulting.com)
>>Vickers Consulting Group offers Qmailtoaster support and installations.
>>  If you need professional help with your setup, contact them today!
>>
>> -
>> Please visit qmailtoaster.com for the latest news, updates, and
>> packages.
>>
>>  To unsubscribe, e-mail:
>> qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail:
>> qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
>

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread Juan Pablo García
Hi Amid,

You can call me JP, or Juan. I tend to like GNOME also, and I use the
terminals available (gterm, xterm if it's available).
So far I've been reading documentation, there's two options when
you're talking about DNS servers: BIND and djbdns.
Both have a large amount of information and documentation running
around the Web.
>From my (short) experience setting up a mail server, I'd recommend
BIND, although as I said before, the configuration is such a pain in
the arse for beginners.

Juan Pablo García Hernández



On Sat, Jul 4, 2009 at 7:02 AM, amit IKF wrote:
> Hi Juan Pablo García Hernández,
>
> Thanks for sch a good information. Actually I'm window administrator and
> newbie to LINUX. SO I think I was preferring GUI of BIND server. Can you
> suggest good DNS server for LINUX.
>
> Thanks and regards,
>
> Amit
>
> 2009/7/4 Juan Pablo García 
>>
>> Hello Amit,
>>
>> In my experimentation, I found that the GUI Interface to config the
>> named service is not that good. Very often in the Python console you
>> would find all kinds of exceptions and errors, especially when trying
>> to remove entries from the list.
>> We all know, named configuration files are quite weird and a deviation
>> from other config formats. However, you better restrain from using the
>> GUI interface, unless you want to get a bird's-eye view of the
>> configuration.
>>
>> The tip Aleksander gave you it's very important. There's nothing
>> better than vi or vim to edit any of the config files. A suggestions
>> for those who can't figure vi and vim interface (or commands) or who
>> are just new, you can use nano editor also. It's more user friendly,
>> albeit a bit cluttered to my taste. Just for starters.
>>
>> Juan Pablo García Hernández
>>
>>
>>
>> On Fri, Jul 3, 2009 at 4:25 PM, amit IKF wrote:
>> > Thanks a lot. I'll try this and if found any problem will get back to
>> > you.
>> >
>> > Regards,
>> >
>> > Amit
>> >
>> > On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly
>> >  wrote:
>> >>
>> >> W dniu 03.07.2009 23:08, amit IKF pisze:
>> >>
>> >> I'm trying with GUI interface of BIND server. And its not allowing "_".
>> >>
>> >> /var/named/chroot/
>> >> /var/named/chroot/etc
>> >> /var/named/chroot/var/named
>> >>
>> >> Try to use vim editor. ;)
>> >> Do not use GUI interface.
>> >>
>> >> --
>> >> Regards,
>> >> Aleksander Podsiadły
>> >
>> >
>>
>>
>> -
>> Qmailtoaster is sponsored by Vickers Consulting Group
>> (www.vickersconsulting.com)
>>    Vickers Consulting Group offers Qmailtoaster support and installations.
>>      If you need professional help with your setup, contact them today!
>>
>> -
>>     Please visit qmailtoaster.com for the latest news, updates, and
>> packages.
>>
>>      To unsubscribe, e-mail:
>> qmailtoaster-list-unsubscr...@qmailtoaster.com
>>     For additional commands, e-mail:
>> qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
>

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread amit IKF
Hi Juan Pablo García Hernández,

Thanks for sch a good information. Actually I'm window administrator and
newbie to LINUX. SO I think I was preferring GUI of BIND server. Can you
suggest good DNS server for LINUX.

Thanks and regards,

Amit

2009/7/4 Juan Pablo García 

> Hello Amit,
>
> In my experimentation, I found that the GUI Interface to config the
> named service is not that good. Very often in the Python console you
> would find all kinds of exceptions and errors, especially when trying
> to remove entries from the list.
> We all know, named configuration files are quite weird and a deviation
> from other config formats. However, you better restrain from using the
> GUI interface, unless you want to get a bird's-eye view of the
> configuration.
>
> The tip Aleksander gave you it's very important. There's nothing
> better than vi or vim to edit any of the config files. A suggestions
> for those who can't figure vi and vim interface (or commands) or who
> are just new, you can use nano editor also. It's more user friendly,
> albeit a bit cluttered to my taste. Just for starters.
>
> Juan Pablo García Hernández
>
>
>
> On Fri, Jul 3, 2009 at 4:25 PM, amit IKF wrote:
> > Thanks a lot. I'll try this and if found any problem will get back to
> you.
> >
> > Regards,
> >
> > Amit
> >
> > On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly
> >  wrote:
> >>
> >> W dniu 03.07.2009 23:08, amit IKF pisze:
> >>
> >> I'm trying with GUI interface of BIND server. And its not allowing "_".
> >>
> >> /var/named/chroot/
> >> /var/named/chroot/etc
> >> /var/named/chroot/var/named
> >>
> >> Try to use vim editor. ;)
> >> Do not use GUI interface.
> >>
> >> --
> >> Regards,
> >> Aleksander Podsiadły
> >
> >
>
>
> -
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>Vickers Consulting Group offers Qmailtoaster support and installations.
>  If you need professional help with your setup, contact them today!
>
> -
> Please visit qmailtoaster.com for the latest news, updates, and
> packages.
>
>  To unsubscribe, e-mail:
> qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail:
> qmailtoaster-list-h...@qmailtoaster.com
>
>
>


Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-04 Thread Juan Pablo García
Hello Amit,

In my experimentation, I found that the GUI Interface to config the
named service is not that good. Very often in the Python console you
would find all kinds of exceptions and errors, especially when trying
to remove entries from the list.
We all know, named configuration files are quite weird and a deviation
from other config formats. However, you better restrain from using the
GUI interface, unless you want to get a bird's-eye view of the
configuration.

The tip Aleksander gave you it's very important. There's nothing
better than vi or vim to edit any of the config files. A suggestions
for those who can't figure vi and vim interface (or commands) or who
are just new, you can use nano editor also. It's more user friendly,
albeit a bit cluttered to my taste. Just for starters.

Juan Pablo García Hernández



On Fri, Jul 3, 2009 at 4:25 PM, amit IKF wrote:
> Thanks a lot. I'll try this and if found any problem will get back to you.
>
> Regards,
>
> Amit
>
> On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly
>  wrote:
>>
>> W dniu 03.07.2009 23:08, amit IKF pisze:
>>
>> I'm trying with GUI interface of BIND server. And its not allowing "_".
>>
>> /var/named/chroot/
>> /var/named/chroot/etc
>> /var/named/chroot/var/named
>>
>> Try to use vim editor. ;)
>> Do not use GUI interface.
>>
>> --
>> Regards,
>> Aleksander Podsiadły
>
>

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread amit IKF
Thanks a lot. I'll try this and if found any problem will get back to you.

Regards,

Amit

On Sat, Jul 4, 2009 at 2:52 AM, Aleksander Podsiadly <
a...@westside.kielce.pl> wrote:

>  W dniu 03.07.2009 23:08, amit IKF pisze:
>
> I'm trying with GUI interface of BIND server. And its not allowing "_".
>
> /var/named/chroot/
> /var/named/chroot/etc
> /var/named/chroot/var/named
>
> Try to use vim editor. ;)
> Do not use GUI interface.
>
> --
> Regards,
> Aleksander Podsiadły
>
>


Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread Aleksander Podsiadly

W dniu 03.07.2009 23:08, amit IKF pisze:

I'm trying with GUI interface of BIND server. And its not allowing "_".

/var/named/chroot/
/var/named/chroot/etc
/var/named/chroot/var/named

Try to use vim editor. ;)
Do not use GUI interface.

--
Regards,
Aleksander Podsiadły



Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread amit IKF
Can you tell me in which folder bind store its database i.e DNS records. I'm
using centos 5.3.

2009/7/4 amit IKF 

> I'm trying with GUI interface of BIND server. And its not allowing "_".
>
>
>
> On Sat, Jul 4, 2009 at 2:36 AM, Aleksander Podsiadly <
> a...@westside.kielce.pl> wrote:
>
>>  W dniu 03.07.2009 22:57, amit IKF pisze:
>>
>> Hi Aleksander,
>>
>> But I was trying to use "_domainkey" and bind doesn't allowed me to use "
>> _"
>>
>>
>> Amit
>>
>> It's impossible, i one of my servers I have 4 records:
>> _xmpp-server._tcp.jabberIN  SRV 5 0 5269 jabber
>> _xmpp-client._tcp.jabberIN  SRV 5 0 5222 jabber
>> _jabber._tcp.jabber IN  SRV 5 0 5269 jabber
>> _domainkey  IN  TXT "o=-"
>>
>> All names starting with underscore and all works fine. Check Your files,
>> maybe the problem is one line above?
>>
>> --
>> Regards,
>> Aleksander Podsiadły
>>
>>
>


Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread amit IKF
I'm trying with GUI interface of BIND server. And its not allowing "_".


On Sat, Jul 4, 2009 at 2:36 AM, Aleksander Podsiadly <
a...@westside.kielce.pl> wrote:

>  W dniu 03.07.2009 22:57, amit IKF pisze:
>
> Hi Aleksander,
>
> But I was trying to use "_domainkey" and bind doesn't allowed me to use "_
> "
>
>
> Amit
>
> It's impossible, i one of my servers I have 4 records:
> _xmpp-server._tcp.jabberIN  SRV 5 0 5269 jabber
> _xmpp-client._tcp.jabberIN  SRV 5 0 5222 jabber
> _jabber._tcp.jabber IN  SRV 5 0 5269 jabber
> _domainkey  IN  TXT "o=-"
>
> All names starting with underscore and all works fine. Check Your files,
> maybe the problem is one line above?
>
> --
> Regards,
> Aleksander Podsiadły
>
>


Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread Aleksander Podsiadly

W dniu 03.07.2009 22:57, amit IKF pisze:

Hi Aleksander,

But I was trying to use "_domainkey" and bind doesn't allowed me to 
use "_"



Amit

It's impossible, i one of my servers I have 4 records:
_xmpp-server._tcp.jabberIN  SRV 5 0 5269 jabber
_xmpp-client._tcp.jabberIN  SRV 5 0 5222 jabber
_jabber._tcp.jabber IN  SRV 5 0 5269 jabber
_domainkey  IN  TXT "o=-"

All names starting with underscore and all works fine. Check Your files, 
maybe the problem is one line above?


--
Regards,
Aleksander Podsiadły



Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread amit IKF
Hi Aleksander,

But I was trying to use "_domainkey" and bind doesn't allowed me to use "_"


Amit

On Sat, Jul 4, 2009 at 1:34 AM, Aleksander Podsiadly <
a...@westside.kielce.pl> wrote:

>  W dniu 03.07.2009 20:04, amit IKF pisze:
>
> Hi All, I'm using BIND DNS. When I'm trying to create associated TXT
> record by name "_domainkey", it is giving me error that key should be
> start with number or alphabet. Will it be fine if I created it via name "
> domainkey" and "private.domainkey".
> I think I also have to modify in public.txt file in domainkey folder of
> qmail from "private._domainkey" to "private.domainkey".
>
> Please help me if I'm making any mistake.
>
> Thanks and regards,
>
> Amit
>
> Look at RFC-1033 (p. 3):
> 8<--
> [...]
>
> Because of other protocol
>restrictions, only the following characters are recommended for use
>in a host name (besides the dot separator):
>
>"A-Z", "a-z", "0-9", dash and underscore
> [...]
>
> 8<-- EOT
>
>
> --
> Regards,
> Aleksander Podsiadły
>
>


Re: [qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread Aleksander Podsiadly

W dniu 03.07.2009 20:04, amit IKF pisze:



Hi All,

I'm using BIND DNS. When I'm trying to create associated TXT record by 
name "_domainkey", it is giving me error that key should be start with 
number or alphabet. Will it be fine if I created it via name 
"domainkey" and "private.domainkey".
I think I also have to modify in public.txt file in domainkey folder 
of qmail from "private._domainkey" to "private.domainkey".


Please help me if I'm making any mistake.

Thanks and regards,

Amit

Look at RFC-1033 (p. 3):
8<--
[...]

Because of other protocol
   restrictions, only the following characters are recommended for use
   in a host name (besides the dot separator):

   "A-Z", "a-z", "0-9", dash and underscore
[...]

8<-- EOT


--
Regards,
Aleksander Podsiad?y



[qmailtoaster] Help needed in setting domainkey in BIND DNS

2009-07-03 Thread amit IKF
Hi All,I'm using BIND DNS. When I'm trying to create associated TXT record
by name "_domainkey", it is giving me error that key should be start with
number or alphabet. Will it be fine if I created it via name "domainkey" and
"private.domainkey".
I think I also have to modify in public.txt file in domainkey folder of
qmail from "private._domainkey" to "private.domainkey".

Please help me if I'm making any mistake.

Thanks and regards,

Amit