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 501B

123456789101112131415161718192021
  1. $config['smtp_user'] = '%u';
  2. $config['smtp_pass'] = '%p';
  3. $config['draft_autosave'] = 60;
  4. $config['create_default_folders'] = true;
  5. $config['list_cols'] = array('authres_status', 'subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment');
  6. $config['skin'] = 'elastic';
  7. $config['enable_installer'] = true;
  8. //$config['debug_level'] = 1;
  9. //$config['support_url'] = 'mailto:root@example.com';
  10. //$config['product_name'] = 'Example Webmail';
  11. //$config['username_domain'] = 'example.com';