|
From: boricua <bo...@de...> - 2006-07-31 13:19:21
|
it wouold be nice if someone could provide a howto dns with webmin :-) |
|
From: Robert M. <rg...@ht...> - 2006-07-31 13:47:22
|
boricua wrote: > it wouold be nice if someone could provide a howto dns with webmin :-) > First you need a howto on DNS and Bind. Webmin just manages your zone files for you. You still need to know what zone files you need and what you need in them. > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > |
|
From: boricua <bo...@de...> - 2006-07-31 13:58:32
|
On Mon, 31 Jul 2006 09:46:32 -0400 "Robert Moskowitz" <rg...@ht...> wrote: > boricua wrote: > > it wouold be nice if someone could provide a howto dns with webmin :-) > > > First you need a howto on DNS and Bind. > > Webmin just manages your zone files for you. You still need to know what > zone files you need and what you need in them. > i kind of got a glimps of it http://www.linuxjournal.com/node/1000064 |
|
From: Robert M. <rg...@ht...> - 2006-07-31 14:37:13
|
boricua wrote: > On Mon, 31 Jul 2006 09:46:32 -0400 > "Robert Moskowitz" <rg...@ht...> wrote: > > >> boricua wrote: >> >>> it wouold be nice if someone could provide a howto dns with webmin :-) >>> >>> >> First you need a howto on DNS and Bind. >> >> Webmin just manages your zone files for you. You still need to know what >> zone files you need and what you need in them. >> >> > i kind of got a glimps of it > > > http://www.linuxjournal.com/node/1000064 There are some serious BIND howtos out there. Is this for DNS within a corp net? Is this for your public DNS? Do you have control of your zone and have to operate your master zone file and reverse lookup zone file? Do you have a CIDR block (of IP addresses) assigned to you and will your ISP delegate running the reverse zone for them? Is all you are after is a little experience to understand what I am even asking? I have run my own zone since I set it up in '96. With various ISPs, I have had various cooperation. My current ISP finally delegated my CIDR block to me, then I had to fight with them to get the delegation right on their side (it helps when I have spent years in IETF DNS meetings...). I have also contributed errata to Cricket's BIND book on the generate command specifically for reverse lookup delegation, and in IMNSHO, Webmin does not handle GENERATE and inbedded $ORIGIN statements well. I have to review my whole zone file after using one of the dialogs; for example when I change an MX record or add a SRV record for a SIP server. But I still use Webmin rather than plug through the old way with VI. |
|
From: boricua <bo...@de...> - 2006-07-31 22:28:32
|
> There are some serious BIND howtos out there. > > Is this for DNS within a corp net? > Is this for your public DNS? small business with mail/file sharing/ftp and web |
|
From: Robert M. <rg...@ht...> - 2006-08-01 01:38:59
|
boricua wrote: >> There are some serious BIND howtos out there. >> >> Is this for DNS within a corp net? >> Is this for your public DNS? >> > > small business with mail/file sharing/ftp and web Who are you registering for the domain name? Will you be responsible for your own master zone or will they run it from their servers, and thus you are supplying a secondary server? Who is supplying your IP addresses (public)? Will they delegate the reverse domain (arpa.in), or will you have to supply them with your PTR record information? Are you running RFC 1918 addressing (Net10, I am co-author) internally and need DNS services internally (this requires careful setup so that those addresses do not leak out). I probably should look to see what tutorials there are out there to help with the initial planning. Even before you start any configuring. |
|
From: Craig W. <cra...@az...> - 2006-07-31 15:00:49
|
On Mon, 2006-07-31 at 09:16 -0400, boricua wrote: > it wouold be nice if someone could provide a howto dns with webmin :-) > ---- Joe Cooper has some very valuable information on his website about using webmin with various daemons such as BIND http://www.swelltech.com/support/webminguide-1.0/index.html Craig |
|
From: Barry <we...@i1...> - 2006-07-31 21:01:39
|
I have just used webmin to install , via yum, SpamAssassin. For now, the default configuration in the webmin module looks fine. I am using sendmail on a CentOS4.3 box. Do I need to do anything else to get spamassassin up and running? Thanks, Barry |
|
From: Jamie C. <jca...@we...> - 2006-07-31 21:15:36
|
On 31/Jul/2006 14:00 Barry wrote .. > I have just used webmin to install , via yum, SpamAssassin. For now, the > default configuration in the webmin module looks fine. I am using > sendmail on a CentOS4.3 box. > > Do I need to do anything else to get spamassassin up and running? Is Sendmail actually calling SpamAssassin for mail arriving on your system? You can tell by looking for X-Spam headers in the delivered email.. If not, you need to enable it on the 'Procmail Spam Delivery' page in the SpamAssassin module. - Jamie |
|
From: Barry <we...@i1...> - 2006-07-31 23:02:23
|
Thanks - those headers seem to show I am good to go - that was an easy install! Best, Barry Jamie Cameron wrote: > On 31/Jul/2006 14:00 Barry wrote .. >> I have just used webmin to install , via yum, SpamAssassin. For now, the >> default configuration in the webmin module looks fine. I am using >> sendmail on a CentOS4.3 box. >> >> Do I need to do anything else to get spamassassin up and running? > > Is Sendmail actually calling SpamAssassin for mail arriving on your system? > You can tell by looking for X-Spam headers in the delivered email.. > > If not, you need to enable it on the 'Procmail Spam Delivery' page in > the SpamAssassin module. > > - Jamie > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > |