head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2008.01.04.13.19.20;	author rse;	state Exp;
branches;
next	;
commitid	7WRubZtHAL9Mc6Ms;


desc
@@


1.1
log
@apply patches contributed by Alain Spineux <alain.spineux@@gmail.com>
@
text
@<?php
/*
 * config_local.php
 */

$squirrelmail_default_language = 'en_US';
$default_charset = 'utf-8';

$imapServerAddress      = 'localhost';
$imap_auth_mech         = 'login';

$optional_delimiter     = '/';

$trash_folder           = 'INBOX/Trash';
$sent_folder            = 'INBOX/Sent';
$draft_folder           = 'INBOX/Drafts';
$auto_create_special    = true;

$useSendmail = false;
$smtpServerAddress = 'localhost';
$smtpPort = 465;
$use_smtp_tls = true;
$smtp_auth_mech = 'plain';

/* $encode_header_key      = 'ec708b484289'; */
/* $hide_auth_header       = false; */

$org_name = "Kolab";
$org_logo = SM_PATH . 'images/sm_logo.png';
$org_logo_width = '308';
$org_logo_height = '111';

$org_title = "Kolab";

$provider_name = 'Kolab';
$provider_uri = 'http://www.kolab.org/';

$edit_identity = false;

unset($plugins);
$plugins[0]  = 'abook_take';
$plugins[]  = 'administrator';
$plugins[]  = 'calendar';
$plugins[]  = 'compatibility';
$plugins[]  = 'delete_move_next';
$plugins[]  = 'listcommands';
$plugins[]  = 'message_details';
$plugins[] = 'newmail';
$plugins[] = 'squirrelspell';
$plugins[] = 'squirrel_logger';
$plugins[] = 'translate';

$plugins[] = 'addgraphics';
$plugins[] = 'check_quota';
$plugins[] = 'folder_sizes';
$plugins[] = 'pupdate';
$plugins[] = 'show_user_and_ip';
$plugins[] = 'smallcal';
$plugins[] = 'vkeyboard';
$plugins[] = 'username';

?>
@
