General support notes.

----------------
Outbound.cfg is a sample of the configuration file that should be installed
in /etc/outbound.cfg.

----------------
If you NFS mount an area for file transfer, you will need to assure that
users don't junk up the transfer area and try to use it as storage.
Insert the following in the root crontab. 
 
 #------------------------------------------------------------------
 #       @(#)Internet Access cron entries 
 #
 # minute  hour   day   month     dayofweek         command to run
 # (0-59) (0-23) (1-31) (1-12) (0-6 with 0=Sunday)    
 #
 10  * * * * /usr/local/etc/ftp_cleanup > /dev/null 2>&1
 #
 
 The ftp_cleanup script should be installed as /usr/local/etc/ftp_cleanup.
-----------
The setdate.c file is used in the ftp_cleanup script.
