Changeset bd5cb29 for npl


Ignore:
Timestamp:
11/30/17 16:27:19 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
fd39136
Parents:
67ad486
Message:

fixes

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  
    3333# The userPassword attribute must be readable for this user if the
    3434# ldap_authentication_method option is set to password.
    35 #ldap_bind_user = cn=admin,cn=users,dc=kopano,dc=com
     35#ldap_bind_user = cn=admin,cn=users,dc=zarafa,dc=com
    3636ldap_bind_user =
    3737
     
    5959ldap_user_type_attribute_value = shadowAccount 
    6060ldap_group_type_attribute_value = posixGroup
    61 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
     61ldap_contact_type_attribute_value = zarafa-contact
     62ldap_company_type_attribute_value = zarafa-company
     63ldap_addresslist_type_attribute_value = zarafa-addresslist
     64ldap_dynamicgroup_type_attribute_value = zarafa-dynamicgroup
    6565
    6666
     
    7474# Extra search for users using this LDAP filter.  See ldap_search(3) or RFC
    7575# 2254 for details on the filter syntax.
    76 # Hint: Use the kopanoAccount attribute in the filter to differentiate
    77 # between non-kopano and kopano users.
     76# Hint: Use the zarafaAccount attribute in the filter to differentiate
     77# between non-zarafa and zarafa users.
    7878# Optional, default = empty (match everything)
    7979# For active directory, use:
     
    131131ldap_emailaddress_attribute = mail
    132132
    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)
     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)
    137137#ldap_emailaliases_attribute = alias
    138138
     
    140140# boolean, 0 and false (case insensitive) meaning no, all other values
    141141# yes.
    142 # Optional, default = kopanoAdmin
    143 # Active directory: kopanoAdmin
    144 # LDAP: kopanoAdmin
    145 ldap_isadmin_attribute = kopanoAdmin
     142# Optional, default = zarafaAdmin
     143# Active directory: zarafaAdmin
     144# LDAP: zarafaAdmin
     145ldap_isadmin_attribute = zarafaAdmin
    146146
    147147# Whether a user is a non-active user. This means that the user will
     
    149149# able to log in
    150150# Optional, default = empty
    151 # Active directory: kopanoSharedStoreOnly
    152 # LDAP: kopanoSharedStoreOnly
    153 ldap_nonactive_attribute = kopanoSharedStoreOnly
     151# Active directory: zarafaSharedStoreOnly
     152# LDAP: zarafaSharedStoreOnly
     153ldap_nonactive_attribute = zarafaSharedStoreOnly
    154154
    155155# A nonactive store, or resource, can be specified to be a user, room or equipment.
    156156# Set it to 'room' or 'equipment' to make such types. If set to empty,
    157157# or wrong word, or 'user' it will be a nonactive user.
    158 # Optional, default = kopanoResourceType
    159 # Active directory: kopanoResourceType
    160 # LDAP: kopanoResourceType
    161 ldap_resource_type_attribute = kopanoResourceType
     158# Optional, default = zarafaResourceType
     159# Active directory: zarafaResourceType
     160# LDAP: zarafaResourceType
     161ldap_resource_type_attribute = zarafaResourceType
    162162
    163163# Numeric resource capacity
    164 # Optional, default = kopanoResourceCapacity
    165 # Active directory: kopanoResourceCapacity
    166 # LDAP: kopanoResourceCapacity
    167 ldap_resource_capacity_attribute = kopanoResourceCapacity
     164# Optional, default = zarafaResourceCapacity
     165# Active directory: zarafaResourceCapacity
     166# LDAP: zarafaResourceCapacity
     167ldap_resource_capacity_attribute = zarafaResourceCapacity
    168168
    169169# Optional
    170170# The attribute which indicates which users are allowed
    171171# to send on bahalf of the selected user
    172 ldap_user_sendas_attribute = kopanoSendAsPrivilege
     172ldap_user_sendas_attribute = zarafaSendAsPrivilege
    173173
    174174# Optional, default = text
     
    188188
    189189# Load extra user properties from the propmap file
    190 #!propmap /etc/kopano/ldap.propmap.cfg
     190#!propmap /etc/zarafa/ldap.propmap.cfg
    191191
    192192##########
     
    195195# Search for groups using this LDAP filter.  See ldap_search(3) for
    196196# details on the filter syntax.
    197 # Hint: Use the kopanoAccount attribute in the filter to differentiate
    198 # between non-kopano and kopano groups.
     197# Hint: Use the zarafaAccount attribute in the filter to differentiate
     198# between non-zarafa and zarafa groups.
    199199# Optional, default = empty (match everything)
    200200# For active directory, use:
     
    241241
    242242# 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 = kopanoSecurityGroup
     243# This makes a group a security group. The zarafaSecurityGroup value is boolean.
     244# Optional, default = zarafaSecurityGroup
    245245# Active directory = groupType
    246 # LDAP: kopanoSecurityGroup
    247 ldap_group_security_attribute = kopanoSecurityGroup
     246# LDAP: zarafaSecurityGroup
     247ldap_group_security_attribute = zarafaSecurityGroup
    248248
    249249# In ADS servers, a special bitmask action is required on the groupType field.
     
    259259
    260260# Search for companies using this LDAP filter.
    261 # Hint: Use the kopanoAccount attribute in the filter to differentiate
    262 # between non-kopano and kopano companies.
     261# Hint: Use the zarafaAccount attribute in the filter to differentiate
     262# between non-zarafa and zarafa companies.
    263263# Optional, default = empty (match everything)
    264264# For active directory, use:
     
    286286# The attribute which indicates which companies are allowed
    287287# to view the members of the selected company
    288 ldap_company_view_attribute = kopanoViewPrivilege
     288ldap_company_view_attribute = zarafaViewPrivilege
    289289
    290290# Optional, default = text
     
    299299# The attribute which indicates which users from different companies
    300300# are administrator over the selected company.
    301 ldap_company_admin_attribute = kopanoAdminPrivilege
     301ldap_company_admin_attribute = zarafaAdminPrivilege
    302302
    303303# Optional, default = text
     
    313313# The attribute which indicates which user is the system administrator
    314314# for the specified company.
    315 ldap_company_system_admin_attribute = kopanoSystemAdmin
     315ldap_company_system_admin_attribute = zarafaSystemAdmin
    316316
    317317# Optional, default = text
     
    330330
    331331# Add a filter to the addresslist search
    332 # Hint: Use the kopanoAccount attribute in the filter to differentiate
    333 # between non-kopano and kopano addresslists.
     332# Hint: Use the zarafaAccount attribute in the filter to differentiate
     333# between non-zarafa and zarafa addresslists.
    334334# Optional, default = empty (match everything)
    335335ldap_addresslist_search_filter =
     
    337337# This is the unique attribute of a addresslist which is never going
    338338# to change, unless the addresslist is removed from LDAP. When this
    339 # value changes, Kopano will remove the previous addresslist from the
     339# value changes, Zarafa will remove the previous addresslist from the
    340340# database, and create a new addresslist with this unique value
    341341ldap_addresslist_unique_attribute = cn
     
    348348# matching this filter AND matching the default
    349349# ldap_user_search_filter will be included in the addresslist
    350 ldap_addresslist_filter_attribute = kopanoFilter
     350ldap_addresslist_filter_attribute = zarafaFilter
    351351
    352352# This is the name of the attribute on the addresslist object that
    353353# specifies the search base to be applied for this addresslist.
    354 ldap_addresslist_search_base_attribute = kopanoBase
     354ldap_addresslist_search_base_attribute = zarafaBase
    355355
    356356# The attribute containing the name of the addresslist
     
    362362
    363363# Add a filter to the dynamicgroup search
    364 # Hint: Use the kopanoAccount attribute in the filter to differentiate
    365 # between non-kopano and kopano dynamic groups.
     364# Hint: Use the zarafaAccount attribute in the filter to differentiate
     365# between non-zarafa and zarafa dynamic groups.
    366366# Optional, default = empty (match everything)
    367367ldap_dynamicgroup_search_filter =
     
    369369# This is the unique attribute of a dynamicgroup which is never going
    370370# to change, unless the dynamicgroup is removed from LDAP. When this
    371 # value changes, Kopano will remove the previous dynamicgroup from the
     371# value changes, Zarafa will remove the previous dynamicgroup from the
    372372# database, and create a new dynamicgroup with this unique value
    373373ldap_dynamicgroup_unique_attribute = cn
     
    380380# matching this filter AND matching the default
    381381# ldap_user_search_filter will be included in the dynamicgroup
    382 ldap_dynamicgroup_filter_attribute = kopanoFilter
     382ldap_dynamicgroup_filter_attribute = zarafaFilter
    383383
    384384# This is the name of the attribute on the dynamicgroup object that
    385385# specifies the search base to be applied for this dynamicgroup.
    386 ldap_dynamicgroup_search_base_attribute = kopanoBase
     386ldap_dynamicgroup_search_base_attribute = zarafaBase
    387387
    388388# The attribute containing the name of the dynamicgroup
     
    396396# The attribute which indicates which users (besides the user who exceeds his quota)
    397397# should also receive a warning mail when a user exceeds his quota.
    398 ldap_quota_userwarning_recipients_attribute = kopanoQuotaUserWarningRecipients
     398ldap_quota_userwarning_recipients_attribute = zarafaQuotaUserWarningRecipients
    399399
    400400# Optional, default = text
     
    409409# The attribute which indicates which users should receive a warning mail
    410410# when a company exceeds his quota.
    411 ldap_quota_companywarning_recipients_attribute = kopanoQuotaCompanyWarningRecipients
     411ldap_quota_companywarning_recipients_attribute = zarafaQuotaCompanyWarningRecipients
    412412
    413413# Optional, default = text
     
    420420
    421421# Whether to override the system wide quota settings
    422 ldap_quotaoverride_attribute = kopanoQuotaOverride
     422ldap_quotaoverride_attribute = zarafaQuotaOverride
    423423
    424424ldap_warnquota_attribute =
     
    427427
    428428# Whether to override the system wide quota settings for all users within the company
    429 ldap_userdefault_quotaoverride_attribute = kopanoUserDefaultQuotaOverride
     429ldap_userdefault_quotaoverride_attribute = zarafaUserDefaultQuotaOverride
    430430
    431431ldap_userdefault_warnquota_attribute =
     
    441441
    442442# Attribute which indicates if the user should be hidden from addressbook
    443 ldap_addressbook_hide_attribute = kopanoHidden
     443ldap_addressbook_hide_attribute = zarafaHidden
    444444
    445445# LDAP object search filter. %s in this filter will be replaced with
    446446# the object being searched.
    447 # Hint: Use the kopanoAccount attribute in the filter to differentiate
    448 # between non-kopano and kopano objects.
     447# Hint: Use the zarafaAccount attribute in the filter to differentiate
     448# between non-zarafa and zarafa objects.
    449449# Default: empty
    450450# ADS recommended: (anr=%s)
  • npl/mailserver/kopano_conf/root/etc/kopano/spooler.cfg

    r67ad486 rbd5cb29  
    33
    44# Outgoing mailserver name or IP address
    5 ; smtp_server   =       localhost
     5# smtp_server   =       localhost
    66smtp_server     =       127.0.0.3
    77
  • npl/mailserver/kopano_conf/root/etc/postinst.d/post.kopano_conf

    r67ad486 rbd5cb29  
    8282mkdir /home/system/kopano_index
    8383chown kopano /home/system/kopano_index || exit 1
    84 
     84ln -s /etc/kopano /usr/etc/mapi
    8585
    8686#create public store (first time only)
Note: See TracChangeset for help on using the changeset viewer.