##VERSION: $Id: sqwebmaild.dist.in,v 1.2 2004/05/09 03:32:01 mrsam Exp $
#
# sqwebmaild created from sqwebmaild.dist by sysconftool
#
# Do not alter lines that begin with ##, they are used when upgrading
# this configuration.
#
#  Copyright 2004 Double Precision, Inc.  See COPYING for
#  distribution information.
#
#  Courier sqwebmaild daemon configuration
#
##NAME: PIDFILE:0
#

PIDFILE=/var/run/courier/sqwebmaild.pid

##NAME: DEBUG_LOGIN:0
#
# Dump additional login diagnostics to syslog
#
# DEBUG_LOGIN=0   - turn off login debugging
# DEBUG_LOGIN=1   - turn on login debugging
# DEBUG_LOGIN=2   - turn on login debugging + log passwords too
#
# Note that most information is sent to syslog at level 'debug', so
# you may need to modify your /etc/syslog.conf to be able to see it.

DEBUG_LOGIN=0

##NAME: MAILDIRPATH:0
#
# MAILDIRPATH - directory name of the maildir directory.

MAILDIRPATH=Maildir

##NAME: AUTHMODULES:0
#
#########################################################################
##
## Authentication modules which attempt to validate userid/password
## combinations.  See authpam(8) for more information.  The default set
## is installed at configuration time.  You may have to edit the following
## to remove unnecessary authentication modules.  In particular, if
## authpam is included in the list below, you will have to remove authpwd
## and authshadow, since their functionality is included in the authpam
## module.
##
#########################################################################
#
# If this is currently set to AUTHMODULES="authdaemon", DO NOT CHANGE IT.
# Instead, change the parameter authmodulelist in authdaemonrc.

AUTHMODULES="authdaemon"

##NAME: AUTHMODULES_ORIG:0
#
# This setting is for use with webadmin

AUTHMODULES_ORIG="authdaemon"

##NAME: SQWEBMAIL_PREFORK:0
#
# Override default number of pre-forked child processes, or set to 0
# to disable pre-forking.

# SQWEBMAIL_PREFORK=5

