- Timestamp:
- 11/30/17 16:27:19 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- fd39136
- Parents:
- 67ad486
- Location:
- npl/mailserver/kopano_conf/root/etc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/kopano_conf/root/etc/kopano/ldap.cfg
r67ad486 rbd5cb29 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= kopano,dc=com35 #ldap_bind_user = cn=admin,cn=users,dc=zarafa,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 = kopano-contact62 ldap_company_type_attribute_value = kopano-company63 ldap_addresslist_type_attribute_value = kopano-addresslist64 ldap_dynamicgroup_type_attribute_value = kopano-dynamicgroup61 ldap_contact_type_attribute_value = zarafa-contact 62 ldap_company_type_attribute_value = zarafa-company 63 ldap_addresslist_type_attribute_value = zarafa-addresslist 64 ldap_dynamicgroup_type_attribute_value = zarafa-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 kopanoAccount attribute in the filter to differentiate77 # between non- kopano and kopanousers.76 # Hint: Use the zarafaAccount attribute in the filter to differentiate 77 # between non-zarafa and zarafa 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 = kopanoAliases134 # Active directory: kopanoAliases135 # LDAP: kopanoAliases136 # 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)133 # Optional, default = zarafaAliases 134 # Active directory: zarafaAliases 135 # LDAP: zarafaAliases 136 # 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) 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 = kopanoAdmin143 # Active directory: kopanoAdmin144 # LDAP: kopanoAdmin145 ldap_isadmin_attribute = kopanoAdmin142 # Optional, default = zarafaAdmin 143 # Active directory: zarafaAdmin 144 # LDAP: zarafaAdmin 145 ldap_isadmin_attribute = zarafaAdmin 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: kopanoSharedStoreOnly152 # LDAP: kopanoSharedStoreOnly153 ldap_nonactive_attribute = kopanoSharedStoreOnly151 # Active directory: zarafaSharedStoreOnly 152 # LDAP: zarafaSharedStoreOnly 153 ldap_nonactive_attribute = zarafaSharedStoreOnly 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 = kopanoResourceType159 # Active directory: kopanoResourceType160 # LDAP: kopanoResourceType161 ldap_resource_type_attribute = kopanoResourceType158 # Optional, default = zarafaResourceType 159 # Active directory: zarafaResourceType 160 # LDAP: zarafaResourceType 161 ldap_resource_type_attribute = zarafaResourceType 162 162 163 163 # Numeric resource capacity 164 # Optional, default = kopanoResourceCapacity165 # Active directory: kopanoResourceCapacity166 # LDAP: kopanoResourceCapacity167 ldap_resource_capacity_attribute = kopanoResourceCapacity164 # Optional, default = zarafaResourceCapacity 165 # Active directory: zarafaResourceCapacity 166 # LDAP: zarafaResourceCapacity 167 ldap_resource_capacity_attribute = zarafaResourceCapacity 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 = kopanoSendAsPrivilege172 ldap_user_sendas_attribute = zarafaSendAsPrivilege 173 173 174 174 # Optional, default = text … … 188 188 189 189 # Load extra user properties from the propmap file 190 #!propmap /etc/ kopano/ldap.propmap.cfg190 #!propmap /etc/zarafa/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 kopanoAccount attribute in the filter to differentiate198 # between non- kopano and kopanogroups.197 # Hint: Use the zarafaAccount attribute in the filter to differentiate 198 # between non-zarafa and zarafa 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 kopanoSecurityGroup value is boolean.244 # Optional, default = kopanoSecurityGroup243 # This makes a group a security group. The zarafaSecurityGroup value is boolean. 244 # Optional, default = zarafaSecurityGroup 245 245 # Active directory = groupType 246 # LDAP: kopanoSecurityGroup247 ldap_group_security_attribute = kopanoSecurityGroup246 # LDAP: zarafaSecurityGroup 247 ldap_group_security_attribute = zarafaSecurityGroup 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 kopanoAccount attribute in the filter to differentiate262 # between non- kopano and kopanocompanies.261 # Hint: Use the zarafaAccount attribute in the filter to differentiate 262 # between non-zarafa and zarafa 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 = kopanoViewPrivilege288 ldap_company_view_attribute = zarafaViewPrivilege 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 = kopanoAdminPrivilege301 ldap_company_admin_attribute = zarafaAdminPrivilege 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 = kopanoSystemAdmin315 ldap_company_system_admin_attribute = zarafaSystemAdmin 316 316 317 317 # Optional, default = text … … 330 330 331 331 # Add a filter to the addresslist search 332 # Hint: Use the kopanoAccount attribute in the filter to differentiate333 # between non- kopano and kopanoaddresslists.332 # Hint: Use the zarafaAccount attribute in the filter to differentiate 333 # between non-zarafa and zarafa 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, Kopanowill remove the previous addresslist from the339 # value changes, Zarafa 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 = kopanoFilter350 ldap_addresslist_filter_attribute = zarafaFilter 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 = kopanoBase354 ldap_addresslist_search_base_attribute = zarafaBase 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 kopanoAccount attribute in the filter to differentiate365 # between non- kopano and kopanodynamic groups.364 # Hint: Use the zarafaAccount attribute in the filter to differentiate 365 # between non-zarafa and zarafa 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, Kopanowill remove the previous dynamicgroup from the371 # value changes, Zarafa 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 = kopanoFilter382 ldap_dynamicgroup_filter_attribute = zarafaFilter 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 = kopanoBase386 ldap_dynamicgroup_search_base_attribute = zarafaBase 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 = kopanoQuotaUserWarningRecipients398 ldap_quota_userwarning_recipients_attribute = zarafaQuotaUserWarningRecipients 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 = kopanoQuotaCompanyWarningRecipients411 ldap_quota_companywarning_recipients_attribute = zarafaQuotaCompanyWarningRecipients 412 412 413 413 # Optional, default = text … … 420 420 421 421 # Whether to override the system wide quota settings 422 ldap_quotaoverride_attribute = kopanoQuotaOverride422 ldap_quotaoverride_attribute = zarafaQuotaOverride 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 = kopanoUserDefaultQuotaOverride429 ldap_userdefault_quotaoverride_attribute = zarafaUserDefaultQuotaOverride 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 = kopanoHidden443 ldap_addressbook_hide_attribute = zarafaHidden 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 kopanoAccount attribute in the filter to differentiate448 # between non- kopano and kopanoobjects.447 # Hint: Use the zarafaAccount attribute in the filter to differentiate 448 # between non-zarafa and zarafa objects. 449 449 # Default: empty 450 450 # ADS recommended: (anr=%s) -
npl/mailserver/kopano_conf/root/etc/kopano/spooler.cfg
r67ad486 rbd5cb29 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
r67ad486 rbd5cb29 82 82 mkdir /home/system/kopano_index 83 83 chown kopano /home/system/kopano_index || exit 1 84 84 ln -s /etc/kopano /usr/etc/mapi 85 85 86 86 #create public store (first time only)
Note: See TracChangeset
for help on using the changeset viewer.