# Copyright (c) 1992, Andrew Rosen.
# All rights reserved.
#
# This  software is supplied free of charge.  This software, or any part
# of it,  may  not  be  redistributed or otherwise made available to, or
# used  by,  any  other  person  without the inclusion of this copyright
# notice.  This software may not be used to make a profit in any way.
#
# This  software  is provided with absolutely no warranty, to the extent
# permitted  by  applicable  state law.  In no event, unless required by
# applicable law,  will the author(s) of this software be liable for any
# damages caused by this software.


## ACS variables

# Version of the software
set version = "2.2"

# Directory where all the programs, libraries and databases are
set acsdir = ~acs

# Where all the spool directories are
set pingdir = ${acsdir}/PING
set postdir = ${acsdir}/POST
set replydir = ${acsdir}/REPLY

# Where the databases and files are
set aliasdb = ${acsdir}/aliases
set indexfile = ${acsdir}/index
set signature = ${acsdir}/signature

# List of usernames to reject
set reject = ${acsdir}/reject

# List of administrative users
set adminuser = ap.admin
set pinguser = ap.ping

# Where your sendmail alias file is
set mail_aliases = /etc/aliases

# The name of the machine the ACS software will run on
set server = hri.com

# The name of the machine running nntpd.  Comment this if the ACS server
# and your news server are the one in the same.
setenv NNTPSERVER bigbird

# Distribution of anonymous posts
set distribution = world

# Newsgroup(s) to post to
set newsgroups = alt.personals

# What the Organization: field should have
set organization = "Anonymous Contact Service @ HRI"

# Prefix to assign all aliases
set prefix = ap


## Shell and environment variables
setenv NAME "Anonymous Contact Service"
set path = ( /{bin,etc} /usr/{bin,etc,ucb} /usr/local/{bin,etc} ${acsdir} )
umask 077

set quit = no

# Grr..
set quote = "'"
set dquote = '"'
set bquote = '`'
set bang = '\!'
set dollar = '$'

# Just queue messages (don't deliver yet), mail back errors (don't print them)
alias sendmail /usr/lib/sendmail -odq -oem

# If the ACS server is also your news server, you can use the full inews
# (probably ~news/inews).  Otherwise, make sure you have a local copy of
# mini-inews.
alias inews ${acsdir}/inews
