<?php

$config = array();

// ----------------------------------
// SQL DATABASE
// ----------------------------------
$config['db_dsnw'] = 'mysql://user:pw@localhost/db_name';

// ----------------------------------
// LOGGING/DEBUGGING
// ----------------------------------
$config['debug_level'] = 8;

$config['log_logins'] = true;

$config['log_session'] = true;

$config['sql_debug'] = false;

$config['imap_debug'] = true;

$config['ldap_debug'] = false;

$config['smtp_debug'] = true;

// ----------------------------------
// IMAP
// ----------------------------------
$config['imap_auth_type'] = 'PLAIN';

// ----------------------------------
// SMTP
// ----------------------------------
$config['smtp_server'] = '%h';

$config['smtp_user'] = '%u';

$config['smtp_pass'] = '%p';

$config['smtp_auth_type'] = 'PLAIN';

// ----------------------------------
// SYSTEM
// ----------------------------------
$config['login_autocomplete'] = 1;

$config['display_version'] = true;

$config['session_domain'] = '.domain.tld';

$config['username_domain'] = '%t';

$config['mail_domain'] = '%t';

// ----------------------------------
// PLUGINS
// ----------------------------------
$config['plugins'] = array(
                       'carddav'
                      ,'contextmenu'
                      ,'emoticons'
                      ,'filesystem_attachments'
                      //,'http_authentication'
                      ,'jqueryui'
                      ,'newmail_notifier'
                      //,'password'
                      ,'userinfo'
                      ,'vcard_attachments'
                      ,'zipdownload'
                     );

// ----------------------------------
// USER INTERFACE
// ----------------------------------
$config['message_sort_col'] = 'date';

$config['language'] = 'de_DE';

$config['create_default_folders'] = true;

$config['enable_spellcheck'] = false;

$config['spellcheck_engine'] = '';

$config['recipients_separator'] = ';';

//Check APC
$config['upload_progress'] = true;

// ----------------------------------
// ADDRESSBOOK SETTINGS
// ----------------------------------
$config['address_book_type'] = '';

$config['autocomplete_addressbooks'] = array('');

$config['address_template'] = '{street}<br/>{zipcode} {locality}<br/>{country}';

// ----------------------------------
// USER PREFERENCES
// ----------------------------------
$config['standard_windows'] = true;

$config['addressbook_name_listing'] = 3;

$config['show_images'] = 2;

$config['compose_extwin'] = true;

$config['htmleditor'] = 3;

$config['preview_pane'] = true;

//Test
$config['inline_images'] = false;

$config['reply_mode'] = 1;

$config['delete_junk'] = true;
