You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config_custom.inc.php 717B

12345678910111213141516171819202122232425262728
  1. <?php
  2. $config['smtp_user'] = '%u';
  3. $config['smtp_pass'] = '%p';
  4. $config['draft_autosave'] = 60;
  5. $config['create_default_folders'] = true;
  6. $config['list_cols'] = array('authres_status', 'subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment');
  7. $config['skin'] = 'elastic';
  8. $config['dont_override'][] = 'trusted_mtas';
  9. $config['dont_override'][] = 'use_fallback_verifier';
  10. $config['dont_override'][] = 'show_statuses';
  11. $config['dont_override'][] = 'enable_authres_status_column';
  12. //$config['enable_installer'] = true;
  13. //$config['debug_level'] = 1;
  14. //$config['support_url'] = 'mailto:root@example.com';
  15. //$config['product_name'] = 'Example Webmail';
  16. //$config['username_domain'] = 'example.com';