domain(8)


NAME

   domain - nnrpd domain resolver

SYNOPSIS

   domain domainname

DESCRIPTION

   This program can be used in readers.conf to grant access based on the
   subdomain part of the remote hostname.  In particular, it only returns
   success if the remote hostname ends in domainname.  (A leading dot on
   domainname is optional; even without it, the argument must match on
   dot-separated boundaries).  The "username" returned is whatever initial
   part of the remote hostname remains after domainname is removed.  It is
   an error if there is no initial part (that is, if the remote hostname
   is exactly the specified domainname).

EXAMPLE

   The following readers.conf(5) fragment grants access to hosts with
   internal domain names:

       auth internal {
           res: "domain .internal"
           default-domain: "example.com"
       }

       access internal {
           users: "*@example.com"
           newsgroups: example.*
       }

   Access is granted to the example.* groups for all connections from
   hosts that resolve to hostnames ending in ".internal"; a connection
   from "foo.internal" would match access groups as "foo@example.com".

BUGS

   It seems the code does not confirm that the matching part is actually
   at the end of the remote hostname (e.g., "domain: example.com" would
   match the remote host "foo.example.com.org" by ignoring the trailing
   ".org" part).

   Does this resolver actually provide any useful functionality not
   available by using wildcards in the readers.conf(5) hosts parameter?
   If so, the example above should reflect this functionality.

HISTORY

   This documentation was written by Jeffrey M. Vinocur <jeff@litech.org>.

   $Id: domain.pod 8200 2008-11-30 13:31:30Z iulius $

SEE ALSO

   nnrpd(8), readers.conf(5)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.