INSTALL
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:3k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. Current known issues -
  2.    Windows support, is currently a big unknown. The installation
  3.    scripts are php based and if windows supports both mysql and
  4.    imap it _should_ work.
  5. Installing prometheus:
  6.    * Database installation procedures, currently all of prometheus 
  7.      only works with mysql.
  8.      Prereqs:
  9.       * Working mysql install
  10.       * Ability to create new databases
  11.       * Apache with php3/4 :
  12.          imap module
  13.          database support (mysql module)
  14.       * Working vpopmail + qmail install if you want vpopmail
  15.         intergration -
  16.         Vpopmail - http://www.inter7.com/vpopmail/
  17.         Qmail    - http://www.qmail.org
  18.    * Run the webbased installer - http://yoururl.com/install.php3
  19.      You want to create all of the databases and such, and the
  20.      prouser mysql acct.
  21.    * Now you should be able to log in and use the default system:
  22.       The default username and password is :
  23.          Username root
  24.          Password changeme
  25.       The user management tool by default only manages prometheus
  26.       specific accounts.
  27.    * scripts/
  28.      sync_passwd_file.pl - A perl based sync tool to make it so
  29.       that you can syncronize a password file based system
  30.       to prometheus.
  31. **** VPOPMAIL is broken therfor not in this release *****
  32. There are hooks to manage vpopmail accounts
  33.       at the same time. If you need these hooks, edit the config/db.php3
  34.       to enable the vpopmail support.
  35. **** VPOPMAIL is broken therfor not in this release *****
  36. Configuring prometheus:
  37. In ./config/ you'll find :
  38. all.config           - Brings in all of the configuration files
  39. current_apps.php3    - Lets the appserver know what applications are
  40.                        present
  41. db.php3              - Database configuration, you'll need to change
  42.                        this if you want to do something fancy like not
  43.                        store all of the databases on one host
  44. defaults.php3        - Global all application settings, set your
  45.                        temporary directory here
  46. html.php3            - The themes that are currently installed or
  47.                        possible need to be listed here.
  48. manager.php3         - Configuration specific to the user account
  49.                        manager
  50. pimp.php3            - Configuration specific to the
  51.                        Prometheus Internet Mail Program (P1MP).
  52. prometheus.php3      - Configuration options specific to all of
  53.                        prometheus ie. encrypting passwords
  54. smtp.php3            - Configuration for the outbound mail support
  55. url.php3             - Url configuration, if you have a need to move
  56.                        the graphics or some of the other content onto
  57.                        other servers.