Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841217
config.inc.php.dist
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
config.inc.php.dist
View Options
<?php
/**
* Kolab WAP Client plugin configuration
*
* Copyright (C) 2016, Kolab Systems AG <contact@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Kolab WAP API URL
$config['wap_client_uri'] = '/kolab-webadmin/api';
// Log conversation with WAP
$config['wap_client_debug'] = false;
// Domain root DN
$config['wap_client_root_dn'] = 'dc=example,dc=org';
// Domain base DN
$config['wap_client_base_dn'] = 'dc=example,dc=org';
// Accounts definition
$config['wap_client_accounts'] = array();
/*
$config['wap_client_accounts'] = array(
'Lite' => array(
'description' => 'Mail account with 2GB quota',
'nsroledn' => array('cn=imap-user,$base_dn', 'cn=active-user,$root_dn'),
'mailquota' => 2097152,
),
'Professional' => array(
'description' => 'Professional groupware account with 10GB quota',
'nsroledn' => array('cn=activesync-user,$base_dn', 'cn=kolab-user,$base_dn', 'cn=active-user,$root_dn'),
'mailquota' => 10485760,
),
);
*/
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Aug 25, 2:33 PM (10 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
228642
Default Alt Text
config.inc.php.dist (1 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment