squirrelmail/config_local_kolab.php

changeset 157
3214ed6c04f6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/squirrelmail/config_local_kolab.php	Wed Apr 15 22:49:00 2009 +0200
     1.3 @@ -0,0 +1,62 @@
     1.4 +<?php
     1.5 +/*
     1.6 + * config_local.php
     1.7 + */
     1.8 +
     1.9 +$squirrelmail_default_language = 'en_US';
    1.10 +$default_charset = 'utf-8';
    1.11 +
    1.12 +$imapServerAddress      = 'localhost';
    1.13 +$imap_auth_mech         = 'login';
    1.14 +
    1.15 +$optional_delimiter     = '/';
    1.16 +
    1.17 +$trash_folder           = 'INBOX/Trash';
    1.18 +$sent_folder            = 'INBOX/Sent';
    1.19 +$draft_folder           = 'INBOX/Drafts';
    1.20 +$auto_create_special    = true;
    1.21 +
    1.22 +$useSendmail = false;
    1.23 +$smtpServerAddress = 'localhost';
    1.24 +$smtpPort = 465;
    1.25 +$use_smtp_tls = true;
    1.26 +$smtp_auth_mech = 'plain';
    1.27 +
    1.28 +/* $encode_header_key      = 'ec708b484289'; */
    1.29 +/* $hide_auth_header       = false; */
    1.30 +
    1.31 +$org_name = "Kolab";
    1.32 +$org_logo = SM_PATH . 'images/sm_logo.png';
    1.33 +$org_logo_width = '308';
    1.34 +$org_logo_height = '111';
    1.35 +
    1.36 +$org_title = "Kolab";
    1.37 +
    1.38 +$provider_name = 'Kolab';
    1.39 +$provider_uri = 'http://www.kolab.org/';
    1.40 +
    1.41 +$edit_identity = false;
    1.42 +
    1.43 +unset($plugins);
    1.44 +$plugins[0]  = 'abook_take';
    1.45 +$plugins[]  = 'administrator';
    1.46 +$plugins[]  = 'calendar';
    1.47 +$plugins[]  = 'compatibility';
    1.48 +$plugins[]  = 'delete_move_next';
    1.49 +$plugins[]  = 'listcommands';
    1.50 +$plugins[]  = 'message_details';
    1.51 +$plugins[] = 'newmail';
    1.52 +$plugins[] = 'squirrelspell';
    1.53 +$plugins[] = 'squirrel_logger';
    1.54 +$plugins[] = 'translate';
    1.55 +
    1.56 +$plugins[] = 'addgraphics';
    1.57 +$plugins[] = 'check_quota';
    1.58 +$plugins[] = 'folder_sizes';
    1.59 +$plugins[] = 'pupdate';
    1.60 +$plugins[] = 'show_user_and_ip';
    1.61 +$plugins[] = 'smallcal';
    1.62 +$plugins[] = 'vkeyboard';
    1.63 +$plugins[] = 'username';
    1.64 +
    1.65 +?>

mercurial