Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 76b9c19e111a41e129489c783387dc9a > files > 1

webfeed-1.5-3mdk.noarch.rpm

# $Id: webfeed.conf,v 1.1 2000-06-14 00:21:43-06 vdanen Exp $
#
# This is the configuration file for webfeed
#
# All fields are *required* except for LOG, DEBUG, KEEPFILE, and KEEPEMAIL.

# Debug logging?  1=log, 0=don't log.  You must specify LOG for this to
# work.  If you omit this keyword, debug logging will be off.
DEBUG=1

# Logfile to report errors to, full path and filename.  This field is not
# required if you do not want logging (used for debugging).
LOG=/var/log/webfeed.log

# Choose local SMTP server: qmail or sendmail
MAILER=qmail

# Email address to send the web form email to
SENDTO=vdanen@linux-mandrake.com

# URL to redirect to if form completed successfully
LOCATION=www.freezer-burn.org/appsent.php3

# URL to redirect to if form is not completed successfully
LOCERROR=www.freezer-burn.org/apperror.php3

# String to use as subject line for email messages
SUBJECT=Web Feedback for Freezer Burn!

# Keep email address?  Select yes if this form will be spanning multiple
# pages and you don't want to continue to prompt the user from re-entering
# their email address multiple times.  This field is not required if you
# don't want to keep the email address (if not included, it assigns 0 by
# default).  This field is required for all forms that span (ie. it is used
# to read the email address from KEEPFILE if email=tmpfile, and to write the
# email address to KEEPFILE if email!=tmpfile).  1=keep,  0=don't keep
KEEPEMAIL=1

# Full path and filename of file to keep email addresses in.  This should be 
# somewhere secure and read/writable by your httpd (ie. user nobody).  This
# field is only required if KEEPEMAIL=1.
KEEPFILE=/tmp/webfeed.email

# What variables are we going to require the user fills out?  This string is
# separated by commas, and each variable is required (take the name from your
# form (ie. for name="feedback" use feedback, and so on).  Case *is*
# important, the case here must match the case used in your form.
REQUIRE=email,Position

## eof ##