inn.conf(5)


NAME

   inn.conf - configuration data for InterNetNews programs

DESCRIPTION

   The  file  /etc/news/inn.conf  is used to determine various parameters.
   Blank lines and lines starting with a number sign (``#'') are  ignored.
   All  other  lines specify parameters that may be read, and should be of
   the following form:
          name : [optional whitespace] value
   Everything after the whitespace and up to the end of the line is  taken
   as  the value; multi-word values should not be put in quotes.  The case
   of names is significant --- server is not the same as Server or SERVER.

   Some parameters specified in the file may be overridden by  environment
   variables, and some file parameters may be used to mask real data, such
   as when hiding a cluster of  hosts  behind  a  single  electronic  mail
   hostname.  The current set of parameters is as follows:

   fromhost
          This  is  the  name  of  the  host to use when building the From
          header line.  The default is the fully-qualified domain name  of
          the local host.  The value of the FROMHOST environment variable,
          if it exists, overrides this.

   moderatormailer
          This names the default machine that contains forwarding  aliases
          for  all moderated groups.  It is only used if the moderators(5)
          file doesn't exist, or if the group is not matched by that file.
          The value is interpreted as a pattern match; see moderators(5).

   organization
          This  specifies  what to put in the Organization header if it is
          blank.  The value of the ORGANIZATION environment  variable,  if
          it exists, overrides this.

   pathhost
          This specifies how to name the local site when building the Path
          header line.  The default is the fully-qualified domain name  of
          the local host.

   server This  specifies  the name of the NNTP server to which an article
          should be posted.   The  value  of  the  NNTPSERVER  environment
          variable, if it exists, overrides this.

   domain This should be the domain name of the local host.  It should not
          have a leading period, and it should not be a full host address.
          It  is  used only if the GetFQDN routine in libinn(3) cannot get
          the  fully-qualified   domain   name   by   using   either   the
          gethostname(2)  or  gethostbyname(3)  calls.   The check is very
          simple; if either routine returns a name with a  period  in  it,
          then it is assumed to have the full domain name.

   nntpport
          This  is  the TCP port INN is accepting connections on. This can
          be changed, for example if you want to run in.nnrpd  from  inetd
          on port 119.  The default value is ``119.''

   useactived
          When  this  parameter is enabled (``yes''), nnrpd will try using
          the actived program.  The default value is ``no''.

   The inewsport parameter is only used by inews when posting an article.

   Three parameters are used only by nnrpd when  accepting  postings  from
   clients:

   mime-version
          If  this parameter is present, then nnrpd will add the necessary
          MIME (Multipurpose Internet Mail Extensions) headers to all  any
          articles that do not have a Mime-Version header.  This parameter
          specifies the MIME version, and should normally be ``1.0''.

   mime-contenttype
          If MIME headers are being added, this  parameter  specifies  the
          value   of  the  Content-Type  header.   The  default  value  is
          ``text/plain; charset=US-ASCII.''

   mime-encoding
          If MIME headers are being added, this  parameter  specifies  the
          value  of  the  Content-Transfer-Encoding  header.   The default
          value is ``7bit.''

   Note  that  this  file  can  be  identical  on  all  machines   in   an
   organization.

EXAMPLE

          fromhost:           foo.com
          moderatormailer:    %s@uunet.uu.net
          organization:       Foo, Incorporated
          #pathhost -- use FQDN.
          server:             news.foo.com
          domain: foo.com

   This  file  is intended to be fairly static; any changes made to it are
   typically not reflected until a program restarts.

HISTORY

   Written by Rich $alz <rsalz@uunet.uu.net> for  InterNetNews.   This  is
   revision 1.16, dated 1996/09/06.

SEE ALSO

   libinn(3), moderators(5).

                                                               INN.CONF(5)


More Linux Commands

manpages/ifplugd.8.html
ifplugd(8) - A link detection daemon for ethernet devices...
ifplugd is a daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled.

manpages/git-p4.1.html
git-p4(1) Import from and submit to Perforce repositories...
This command provides a way to interact with p4 repositories using Git. Create a new Git repository from an existing p4 repository using git p4 clone, giving it

manpages/Tk_GetCursor.3.html
Tk_GetCursor(3) - maintain database of cursors (Man Page)...
These procedures manage a collection of cursors being used by an application. The procedures allow cursors to be re-used efficiently, thereby avoiding server ov

manpages/gtk-query-immodules-2.0.1.html
gtk-query-immodules-2.0(1) - Input method module registratio
gtk-query-immodules-2.0 collects information about loadable input method modules for GTK+ and writes it to the default cache file location, or to stdout. If cal

manpages/fstatat.2.html
fstatat(2) - get file status relative to a directory file de
These functions return information about a file, in the buffer pointed to by stat. No permissions are required on the file itself, but-in the case of stat(), fs

manpages/Tcl_ChannelWatchProc.3.html
Tcl_ChannelWatchProc(3) - procedures for creating and manipu
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for

manpages/unregister_app_config_handler.3.html
unregister_app_config_handler(3) - netsnmp_config_api functi
The functions are a fairly extensible system of parsing various configuration files at the run time of an application. The configuration file flow is broken int

manpages/endhostent.3.html
endhostent(3) - get network host entry - Linux manual page
The gethostbyname*(), gethostbyaddr*(), herror(), and hstrerror() functions are obsolete. Applications should use getaddrinfo(3), getnameinfo(3), and gai_strerr

manpages/Tcl_Seek.3.html
Tcl_Seek(3) - buffered I/O facilities using channels........
The Tcl channel mechanism provides a device-independent and platform-independent mechanism for performing buffered input and output operations on a variety of f

manpages/XCompositeUnredirectSubwindows.3.html
XCompositeUnredirectSubwindows(3) - X Composite Extension li
The composite extension provides several related mechanisms: Per-hierarchy storage The rendering of an entire hierarchy of windows is redirected to off-screen s

manpages/XIGrabDevice.3.html
XIGrabDevice(3) - grab or ungrab the device - Linux man page
XIGrabDevice actively grabs control of the device. Further device events are reported only to the grabbing client. XIGrabDevice overrides any active device grab

manpages/add_wchnstr.3ncurses.html
add_wchnstr(3ncurses) - add an array of complex characters (
add_wchnstr.3ncurses - These functions copy the (null-terminated) array of complex characters wchstr into the window image structure starting at the current cur





We can't live, work or learn in freedom unless the software we use is free.