Home   Search Site   Customer Login   Shopping Cart    Check Out  
 Standard osCommerce Templates     CRE Loaded.com 
East Coast | West Coast | Europe | Japan
Call Toll Free 800-294-8182
For international or project support numbers click here
 
Online Support
F.A.Q.
Guide to Hosting
Web Site Hosting
Virtual Private Servers
Dedicated Servers
Search Support
Definitions
Contact
Email and Phone Numbers
 



 
 

Vnews

Vnews is a powerful news program that provides news services on your Virtual Private Servers. With Vnews, you can create local newsgroups, post to these newsgroups, and reply to posted messages.

NOTE: Vnews does not give access to the USENET newsfeed.


Installation
Do the following, according to your Virtual Private Servers O/S.

  1. Install the Vnews software.

  2. To make it easy for your users, we suggest creating a CNAME record to your DNS information, in order to keep with the normal standard of news.YOUR-DOMAIN.NAME.

Access
All those who wish to access a Vnews newsgroup must have a valid Virtual Private Servers User Account on the Virtual Private Servers. The user account username and password must be used for authentication each time the user accesses the news server. Vnews newsgroups can be accessed using an Internet news reader, such as:

Configure the Internet news reader to access your Virtual Private Servers on port 119.

Management
We provide two ways to manage Vnews newsgroups.

  • vnews-setup
    This is a simple utility that is run from the Unix command-line.

  • Vnews Newsgroup Manager
    This user-friendly interface is accessed from your own web browser.

Customization
Vnews can be customized by making changes to the ~/etc/vnews.conf file. Use an online file editor, like pico, or transfer the file to your PC in order to edit the file. Be sure to download and upload the ~/etc/vnews.conf file in ASCII mode.

The format of the ~/etc/vnews.conf file is as follows.

  • At the beginning of the first line there will be the # symbol. This is called a remark. Placing a # in front of a line, causes Apache not to read the text that follows on that same line.

  • The lines without a # will be read and processed by Apache. Make sure that these lines include valid commands. Usually a remark and explanation of these commands will appear on the following line.

You can enable Vnews logging by modifying the ~/etc/vnews.conf file. Remove the # character from the beginning of the following line.

#VNEWS_LOGFILE   /usr/log/vnews.log

If you want to change the name or location of the log file, change /usr/log/vnews.log to the name or location that you prefer.