Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 968fb36a1d13190d5ed9d2ee3bf64b87 > files > 5

sympa-3.2.1-4mdk.i586.rpm

## Configuration file for Sympa
## many parameters are optional (defined in src/Conf.pm) 
## refer to the documentation for a detailed list of parameters

## Directory containing config. files for the lists, helpfile and list
## of lists. Non-absolute path is relative to this directory.
home		/var/lib/sympa/expl

## Directory for configuration files
## It also contains scenari/ and templates/ directories
etc		/etc/sympa

## File containing Sympa PID while running. Sympa also locks this file to
## ensure that it isn't running more than once. Caution : user sympa 
## need to write access without special privilegee.
pidfile		/var/run/sympa/sympa.pid

## Umask used for file creation by Sympa
umask		027

## Facility used by Syslogd
syslog		LOCAL1

## Communication mode with syslogd is either 'unix' (via Unix sockets) or 
## 'inet' (use of UDP)
log_socket_type	unix

## Maximum number of recipients per call to Sendmail
nrcpt		25

## Average number of recipients (ie max. number of different domains)
## per call to Sendmail
avg		10

## Max. number of Sendmail processes (launched by Sympa) running simultaneously
## Proposed value is quite low, you can rise it up to 100, 200 or even 300
## with powerfull systems.
maxsmtp		20

## The full path to the Message Transfer Agent program (default is Sendmail 8.7
## or above)
sendmail	/usr/sbin/sendmail

## Name of the host for Sympa
host		MY_HOST

## Listmaster
listmaster	listmaster@MY_HOST

## WWSympa root URL
wwsympa_url	http://MY_HOST/wws

## Cookie used to generate MD5 authentication keys
cookie		671236384

## E-mail address for sending / replying to administrative commands
## Effective address will be $EMAIL@$HOST
email		sympa

## Directory containig available NLS catalogues (Message internationalization).
## At startup, Sympa uses default.cat if it exists. 
msgcat		/usr/lib/sympa/nls

## default language
lang            us

####   Spools location
## Directory is the main spool containing various specialized spools
## All spool are created at runtime by sympa.

spool           /var/spool/sympa

## queue and queuebounce are specific and must be explicitly named here.
queue		/var/spool/sympa/msg
 
queuebounce     /var/spool/sympa/bounce

## Delay between two scan of the main spool (queue). Avoid Zero value !
sleep           5

##  path to OpenSSL command (optional, need openssl 0.95a)
#openssl         /usr/local/ssl/bin/openssl

# trusted CA certificat option  (required if openssl is set)
#trusted_ca_options      -CAfile /home/sympa/bin/etc/ca-bundle.crt

## User CERTs directory
ssl_cert_dir	--DIR--/expl/X509-user-certs

#################################
## Database connection parameters
## If defined, default for "user_data_source" list parameter
## becomes "database"

## Database type ; maybe one of mysql, Pg, Oracle, Sybase
## DBI requires the appropriate DBD to be installed !!
#db_type		mysql

## Name of your database
#db_name		sympa

## Your database hostname
#db_host		localhost

## Username to connect to the DB
#db_user		sympa

## Password for the user
#db_passwd	yourpasswd