Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835366
config.inc.php.dist
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
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
Fri, Apr 24, 1:17 PM (3 d, 10 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1d/02/6345843a8cdaa1e10a204a4d64dc
Default Alt Text
config.inc.php.dist (1 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline