mailConfig -- Holds global configuration data for the webmail system.
All global configuration options for the webmail system are set in this file.
The following configuration options are available:
DSN: Database connection string.
DB_USER: Database user name for DSN.
DB_PASS: Password for database user.
COOKIE_PATH: Server address path for webmail system. Used in setting cookies.
SERVER_ADMIN: Email address of the system administrator.
IMAP_SERVER: Address of the IMAP server machine.
IMAP_PORT: Port the IMAP server is listening on.
SMTP_SERVER: Address of SMTP server for sending outgoing mail.
MAIL_DOMAIN: Domain suffix appended to account name to form reply-to address.
SESSION_TIME: Inactive time in seconds a session is valid for.
LDAP_SERVER: The address of the LDAP server machine.
$Id: mailConfig.pm,v 1.6 2001/12/19 13:28:42 kyle Exp $
Kyle Kuypers <kkuypers@hmc.edu>
Copyright (c) 2001 Kyle Kuypers. All rights reserved.