manager.php3
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. $default->manager_base_dir       = './manager';
  3. $default->manager_templates      = './manager/templates';
  4. /*
  5. Encrypt passwords:
  6. ----------------------------------------------------------
  7. Some platforms might have issues with encrypting passwords
  8. These are one way encrypted passwords.
  9. ----------------------------------------------------------
  10. The fallback is plaintext passwords.
  11. */
  12. $default->crypt_passwords        = 1;
  13. $default->vpopmail_enabled       = 0;
  14. $default->vpopmail_db            = new DbDefaults();
  15. ?>