Hi SiT users and enthusiast,
I am new to this program and it is really gaining popularity. I was task by my Boss to install to CentOS. I am installing this program now but I always bring me back to this prompt:
Found an existing config file /var/www/html/sit/config.inc.php
Important: The file permissions on the configuration file allow it to be modified, we recommend you make this file read-only once SiT! is configured.
MySQL Database Hostname
The Hostname or IP address of the MySQL Database Server, usually 'localhost'
$CONFIG['db_hostname'] =
MySQL Database Name
$CONFIG['db_database'] =
MySQL Database Username
$CONFIG['db_username'] =
MySQL Database Password
$CONFIG['db_password'] =
MySQL Database Table Prefix
Prefix database tables with the a string (e.g. 'sit_', use this if the database you are using is shared with other applications
$CONFIG['db_tableprefix'] =
Filesystem Path
The full absolute filesystem path to the SiT! directory with trailing slash. e.g. '/var/www/sit/'
$CONFIG['application_fspath'] =
The path to SiT! from the browsers perspective with a training slash. e.g. /sit/
$CONFIG['application_webpath'] =
The full absolute file system path to the attachments directory (with a trailing slash)
This directory should be writable
$CONFIG['attachment_fspath'] =
The path to the attachments directory from the browsers perspective
$CONFIG['attachment_webpath'] =
Enable incoming mail to SiT
Normal users should choose 'POP/IMAP' and fill in the details below', advanced users can choose to pipe straight to SiT from their MTA, please read the docs for help on this.
$CONFIG['enable_inbound_mail'] =
Incoming email account username
Only fill in this and the following options if you have selected 'POP/IMAP email retrieval
$CONFIG['email_username'] =
Incoming email account password
$CONFIG['email_password'] =
Incoming email account address
$CONFIG['email_address'] =
Incoming email account server URL
$CONFIG['email_server'] =
Incoming email account server type
$CONFIG['email_servertype'] =
Extra options to pass to the mailbox
e.g. Gmail needs '/ssl', secure Groupwise needs /novalidate-cert etc. See uk2.php.net/imap_open for examples
$CONFIG['email_options'] =
Incoming email account port
$CONFIG['email_port'] =
is there anyone who can help me. I thank you in advance.

