Changes in / [df958d5:34a7c56]
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitmodules
rdf958d5 r34a7c56 2 2 path = npl/mailserver/kopano_core/kopano-core 3 3 url = https://github.com/Kopano-dev/kopano-core.git 4 [submodule "npl/mailserver/kopano_webapp/kopano-webapp"]5 path = npl/mailserver/kopano_webapp/kopano-webapp6 url = https://github.com/Kopano-dev/kopano-webapp.git -
npl/mailserver/kopano_conf/root/etc/kopano/ldap.cfg
rdf958d5 r34a7c56 33 33 # The userPassword attribute must be readable for this user if the 34 34 # ldap_authentication_method option is set to password. 35 #ldap_bind_user = cn=admin,cn=users,dc= zarafa,dc=com35 #ldap_bind_user = cn=admin,cn=users,dc=kopano,dc=com 36 36 ldap_bind_user = 37 37 … … 59 59 ldap_user_type_attribute_value = shadowAccount 60 60 ldap_group_type_attribute_value = posixGroup 61 ldap_contact_type_attribute_value = zarafa-contact62 ldap_company_type_attribute_value = zarafa-company63 ldap_addresslist_type_attribute_value = zarafa-addresslist64 ldap_dynamicgroup_type_attribute_value = zarafa-dynamicgroup61 ldap_contact_type_attribute_value = kopano-contact 62 ldap_company_type_attribute_value = kopano-company 63 ldap_addresslist_type_attribute_value = kopano-addresslist 64 ldap_dynamicgroup_type_attribute_value = kopano-dynamicgroup 65 65 66 66 … … 74 74 # Extra search for users using this LDAP filter. See ldap_search(3) or RFC 75 75 # 2254 for details on the filter syntax. 76 # Hint: Use the zarafaAccount attribute in the filter to differentiate77 # between non- zarafa and zarafausers.76 # Hint: Use the kopanoAccount attribute in the filter to differentiate 77 # between non-kopano and kopano users. 78 78 # Optional, default = empty (match everything) 79 79 # For active directory, use: … … 131 131 ldap_emailaddress_attribute = mail 132 132 133 # Optional, default = zarafaAliases134 # Active directory: zarafaAliases135 # LDAP: zarafaAliases136 # DatuX: 3-oct-2011: Disabled this because it causes zarafa to 'resolve' the aliases to the primary adres. This causes confusion and doesnt allow mailrules that filters on such adresses. ( also see https://jira.zarafa.com/browse/ZCP-4850. same 'feature' exists for to-adresses)133 # Optional, default = kopanoAliases 134 # Active directory: kopanoAliases 135 # LDAP: kopanoAliases 136 # DatuX: 3-oct-2011: Disabled this because it causes kopano to 'resolve' the aliases to the primary adres. This causes confusion and doesnt allow mailrules that filters on such adresses. ( also see https://jira.kopano.com/browse/ZCP-4850. same 'feature' exists for to-adresses) 137 137 #ldap_emailaliases_attribute = alias 138 138 … … 140 140 # boolean, 0 and false (case insensitive) meaning no, all other values 141 141 # yes. 142 # Optional, default = zarafaAdmin143 # Active directory: zarafaAdmin144 # LDAP: zarafaAdmin145 ldap_isadmin_attribute = zarafaAdmin142 # Optional, default = kopanoAdmin 143 # Active directory: kopanoAdmin 144 # LDAP: kopanoAdmin 145 ldap_isadmin_attribute = kopanoAdmin 146 146 147 147 # Whether a user is a non-active user. This means that the user will … … 149 149 # able to log in 150 150 # Optional, default = empty 151 # Active directory: zarafaSharedStoreOnly152 # LDAP: zarafaSharedStoreOnly153 ldap_nonactive_attribute = zarafaSharedStoreOnly151 # Active directory: kopanoSharedStoreOnly 152 # LDAP: kopanoSharedStoreOnly 153 ldap_nonactive_attribute = kopanoSharedStoreOnly 154 154 155 155 # A nonactive store, or resource, can be specified to be a user, room or equipment. 156 156 # Set it to 'room' or 'equipment' to make such types. If set to empty, 157 157 # or wrong word, or 'user' it will be a nonactive user. 158 # Optional, default = zarafaResourceType159 # Active directory: zarafaResourceType160 # LDAP: zarafaResourceType161 ldap_resource_type_attribute = zarafaResourceType158 # Optional, default = kopanoResourceType 159 # Active directory: kopanoResourceType 160 # LDAP: kopanoResourceType 161 ldap_resource_type_attribute = kopanoResourceType 162 162 163 163 # Numeric resource capacity 164 # Optional, default = zarafaResourceCapacity165 # Active directory: zarafaResourceCapacity166 # LDAP: zarafaResourceCapacity167 ldap_resource_capacity_attribute = zarafaResourceCapacity164 # Optional, default = kopanoResourceCapacity 165 # Active directory: kopanoResourceCapacity 166 # LDAP: kopanoResourceCapacity 167 ldap_resource_capacity_attribute = kopanoResourceCapacity 168 168 169 169 # Optional 170 170 # The attribute which indicates which users are allowed 171 171 # to send on bahalf of the selected user 172 ldap_user_sendas_attribute = zarafaSendAsPrivilege172 ldap_user_sendas_attribute = kopanoSendAsPrivilege 173 173 174 174 # Optional, default = text … … 188 188 189 189 # Load extra user properties from the propmap file 190 #!propmap /etc/ zarafa/ldap.propmap.cfg190 #!propmap /etc/kopano/ldap.propmap.cfg 191 191 192 192 ########## … … 195 195 # Search for groups using this LDAP filter. See ldap_search(3) for 196 196 # details on the filter syntax. 197 # Hint: Use the zarafaAccount attribute in the filter to differentiate198 # between non- zarafa and zarafagroups.197 # Hint: Use the kopanoAccount attribute in the filter to differentiate 198 # between non-kopano and kopano groups. 199 199 # Optional, default = empty (match everything) 200 200 # For active directory, use: … … 241 241 242 242 # A group can also be used for security, eg. setting permissions on folders. 243 # This makes a group a security group. The zarafaSecurityGroup value is boolean.244 # Optional, default = zarafaSecurityGroup243 # This makes a group a security group. The kopanoSecurityGroup value is boolean. 244 # Optional, default = kopanoSecurityGroup 245 245 # Active directory = groupType 246 # LDAP: zarafaSecurityGroup247 ldap_group_security_attribute = zarafaSecurityGroup246 # LDAP: kopanoSecurityGroup 247 ldap_group_security_attribute = kopanoSecurityGroup 248 248 249 249 # In ADS servers, a special bitmask action is required on the groupType field. … … 259 259 260 260 # Search for companies using this LDAP filter. 261 # Hint: Use the zarafaAccount attribute in the filter to differentiate262 # between non- zarafa and zarafacompanies.261 # Hint: Use the kopanoAccount attribute in the filter to differentiate 262 # between non-kopano and kopano companies. 263 263 # Optional, default = empty (match everything) 264 264 # For active directory, use: … … 286 286 # The attribute which indicates which companies are allowed 287 287 # to view the members of the selected company 288 ldap_company_view_attribute = zarafaViewPrivilege288 ldap_company_view_attribute = kopanoViewPrivilege 289 289 290 290 # Optional, default = text … … 299 299 # The attribute which indicates which users from different companies 300 300 # are administrator over the selected company. 301 ldap_company_admin_attribute = zarafaAdminPrivilege301 ldap_company_admin_attribute = kopanoAdminPrivilege 302 302 303 303 # Optional, default = text … … 313 313 # The attribute which indicates which user is the system administrator 314 314 # for the specified company. 315 ldap_company_system_admin_attribute = zarafaSystemAdmin315 ldap_company_system_admin_attribute = kopanoSystemAdmin 316 316 317 317 # Optional, default = text … … 330 330 331 331 # Add a filter to the addresslist search 332 # Hint: Use the zarafaAccount attribute in the filter to differentiate333 # between non- zarafa and zarafaaddresslists.332 # Hint: Use the kopanoAccount attribute in the filter to differentiate 333 # between non-kopano and kopano addresslists. 334 334 # Optional, default = empty (match everything) 335 335 ldap_addresslist_search_filter = … … 337 337 # This is the unique attribute of a addresslist which is never going 338 338 # to change, unless the addresslist is removed from LDAP. When this 339 # value changes, Zarafawill remove the previous addresslist from the339 # value changes, Kopano will remove the previous addresslist from the 340 340 # database, and create a new addresslist with this unique value 341 341 ldap_addresslist_unique_attribute = cn … … 348 348 # matching this filter AND matching the default 349 349 # ldap_user_search_filter will be included in the addresslist 350 ldap_addresslist_filter_attribute = zarafaFilter350 ldap_addresslist_filter_attribute = kopanoFilter 351 351 352 352 # This is the name of the attribute on the addresslist object that 353 353 # specifies the search base to be applied for this addresslist. 354 ldap_addresslist_search_base_attribute = zarafaBase354 ldap_addresslist_search_base_attribute = kopanoBase 355 355 356 356 # The attribute containing the name of the addresslist … … 362 362 363 363 # Add a filter to the dynamicgroup search 364 # Hint: Use the zarafaAccount attribute in the filter to differentiate365 # between non- zarafa and zarafadynamic groups.364 # Hint: Use the kopanoAccount attribute in the filter to differentiate 365 # between non-kopano and kopano dynamic groups. 366 366 # Optional, default = empty (match everything) 367 367 ldap_dynamicgroup_search_filter = … … 369 369 # This is the unique attribute of a dynamicgroup which is never going 370 370 # to change, unless the dynamicgroup is removed from LDAP. When this 371 # value changes, Zarafawill remove the previous dynamicgroup from the371 # value changes, Kopano will remove the previous dynamicgroup from the 372 372 # database, and create a new dynamicgroup with this unique value 373 373 ldap_dynamicgroup_unique_attribute = cn … … 380 380 # matching this filter AND matching the default 381 381 # ldap_user_search_filter will be included in the dynamicgroup 382 ldap_dynamicgroup_filter_attribute = zarafaFilter382 ldap_dynamicgroup_filter_attribute = kopanoFilter 383 383 384 384 # This is the name of the attribute on the dynamicgroup object that 385 385 # specifies the search base to be applied for this dynamicgroup. 386 ldap_dynamicgroup_search_base_attribute = zarafaBase386 ldap_dynamicgroup_search_base_attribute = kopanoBase 387 387 388 388 # The attribute containing the name of the dynamicgroup … … 396 396 # The attribute which indicates which users (besides the user who exceeds his quota) 397 397 # should also receive a warning mail when a user exceeds his quota. 398 ldap_quota_userwarning_recipients_attribute = zarafaQuotaUserWarningRecipients398 ldap_quota_userwarning_recipients_attribute = kopanoQuotaUserWarningRecipients 399 399 400 400 # Optional, default = text … … 409 409 # The attribute which indicates which users should receive a warning mail 410 410 # when a company exceeds his quota. 411 ldap_quota_companywarning_recipients_attribute = zarafaQuotaCompanyWarningRecipients411 ldap_quota_companywarning_recipients_attribute = kopanoQuotaCompanyWarningRecipients 412 412 413 413 # Optional, default = text … … 420 420 421 421 # Whether to override the system wide quota settings 422 ldap_quotaoverride_attribute = zarafaQuotaOverride422 ldap_quotaoverride_attribute = kopanoQuotaOverride 423 423 424 424 ldap_warnquota_attribute = … … 427 427 428 428 # Whether to override the system wide quota settings for all users within the company 429 ldap_userdefault_quotaoverride_attribute = zarafaUserDefaultQuotaOverride429 ldap_userdefault_quotaoverride_attribute = kopanoUserDefaultQuotaOverride 430 430 431 431 ldap_userdefault_warnquota_attribute = … … 441 441 442 442 # Attribute which indicates if the user should be hidden from addressbook 443 ldap_addressbook_hide_attribute = zarafaHidden443 ldap_addressbook_hide_attribute = kopanoHidden 444 444 445 445 # LDAP object search filter. %s in this filter will be replaced with 446 446 # the object being searched. 447 # Hint: Use the zarafaAccount attribute in the filter to differentiate448 # between non- zarafa and zarafaobjects.447 # Hint: Use the kopanoAccount attribute in the filter to differentiate 448 # between non-kopano and kopano objects. 449 449 # Default: empty 450 450 # ADS recommended: (anr=%s) -
npl/mailserver/kopano_conf/root/etc/kopano/spooler.cfg
rdf958d5 r34a7c56 3 3 4 4 # Outgoing mailserver name or IP address 5 #smtp_server = localhost5 ; smtp_server = localhost 6 6 smtp_server = 127.0.0.3 7 7 -
npl/mailserver/kopano_conf/root/etc/postinst.d/post.kopano_conf
rdf958d5 r34a7c56 82 82 mkdir /home/system/kopano_index 83 83 chown kopano /home/system/kopano_index || exit 1 84 ln -s /etc/kopano /usr/etc/mapi 84 85 85 86 86 #create public store (first time only) -
npl/syn3/webint/src/trafficcontrol/trafficcontrol.php
rdf958d5 r34a7c56 36 36 $GLOBAL_SETTINGS_TC=TcReadGlobalConf(); 37 37 #Command 38 $IPTABLES=" iptables";39 $RESOLVEIP=" resolveip";40 $TC=" tc";41 $IP=" ip";38 $IPTABLES="/usr/sbin/iptables"; 39 $RESOLVEIP="/usr/bin/resolveip"; 40 $TC="/usr/sbin/tc"; 41 $IP="/usr/sbin/ip"; 42 42 43 43 $INET_DEV=$GLOBAL_SETTINGS_TC['INET_DEV'];
Note: See TracChangeset
for help on using the changeset viewer.