[remaster/mcs] more MailWare integration work

This commit is contained in:
Fabio Erculiani 2010-10-22 17:24:48 +02:00
parent baba4485ed
commit 9b702c8855
13 changed files with 1121 additions and 22 deletions

View File

@ -173,7 +173,8 @@ packages_to_add:
net-mail/cyrus-imapd, net-mail/cyrus-imapd,
www-servers/apache[threads], www-servers/apache[threads],
www-servers/jboss-bin:4.2, www-servers/jboss-bin:4.2,
net-mail/gnarwl net-mail/gnarwl,
dev-java/log4j
# Custom shell call to packages add (default is: equo install) # Custom shell call to packages add (default is: equo install)
custom_packages_add_cmd: equo install --relaxed custom_packages_add_cmd: equo install --relaxed

View File

@ -0,0 +1,35 @@
# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
# license terms. Copyright © 2001 Sun Microsystems, Inc.
# Some preexisting portions Copyright © 2001 Netscape Communications Corp.
# All rights reserved.
#
#############################################################
# Delegated User Administration Attributes & Objectclasses
#############################################################
dn: cn=schema
#Attributes
attributeTypes: ( 2.16.840.1.113730.3.1.556 NAME ( 'nsNumDepts' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.561 NAME ( 'nsMaxDomains' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.558 NAME ( 'nsNumMailLists' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.554 NAME ( 'nsNumUsers' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.562 NAME ( 'nsDefaultMaxDeptSize' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.557 NAME ( 'nsMaxDepts' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.563 NAME ( 'nsdaCapability' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.555 NAME ( 'nsMaxUsers' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.559 NAME ( 'nsMaxMailLists' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.601 NAME ( 'adminRole' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.560 NAME ( 'nsNumDomains' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 1.2.840.113556.1.2.102 NAME ( 'memberOf' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.565 NAME ( 'nsdaModifiableBy' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.564 NAME ( 'nsSearchFilter' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
attributeTypes: ( 2.16.840.1.113730.3.1.600 NAME ( 'nsDADomain' ) DESC 'iPlanet Delegated Adminstrator defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Delegated Adminstrator' )
#Objectclasses
objectclasses: ( 2.16.840.1.113730.3.2.85 NAME 'nsManagedISP' DESC 'Delegated Admin marker for hosted root' SUP top AUXILIARY MAY ( nsNumDomains ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.86 NAME 'nsManagedDomain' DESC 'Delegated Admin marker for managed domain' SUP top AUXILIARY MAY ( nsNumUsers $ nsMaxUsers $ nsNumDepts $ nsMaxDepts $ nsNumMailLists $ nsMaxMailLists $ nsNumDomains $ nsMaxDomains $ nsDefaultMaxDeptSize $ owner $ nsdaModifiableBy ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.87 NAME 'nsManagedOrgUnit' DESC 'Delegated Admin marker for managed organizationunit' SUP top AUXILIARY MAY ( owner $ nsdaModifiableBy ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.88 NAME 'nsManagedDept' DESC 'Delegated Admin marker for managed department' SUP groupOfUniqueNames AUXILIARY MAY ( nsNumUsers $ nsMaxUsers $ nsNumDepts $ nsMaxDepts $ owner $ nsdaModifiableBy ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.89 NAME 'nsManagedFamilyGroup' DESC 'Delegated Admin marker for managed familygroup' SUP top AUXILIARY MAY ( nsNumUsers $ nsMaxUsers $ owner $ nsdaModifiableBy ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.90 NAME 'nsManagedMailList' DESC 'Delegated Admin marker for managed mailing list' SUP top AUXILIARY MAY ( nsNumUsers $ nsMaxUsers $ owner $ nsdaModifiableBy ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.91 NAME 'nsManagedPerson' DESC 'Delegated Admin marker for managed person' SUP top AUXILIARY MAY ( memberOf $ nsdaDomain $ nsdaCapability $ nsSearchFilter $ owner $ nsdaModifiableBy ) X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.111 NAME 'nsManagedDeptAdminGroup' DESC 'Delegated Admin marker for managed department admin group' SUP top AUXILIARY X-ORIGIN 'iPlanet Delegated Adminstrator' )
objectclasses: ( 2.16.840.1.113730.3.2.115 NAME 'nsUniquenessDomain' DESC 'Delegated Admin marker for uniqueness domain' SUP top AUXILIARY X-ORIGIN 'iPlanet Delegated Adminstrator' )

View File

@ -0,0 +1,205 @@
# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
# license terms. Copyright 2001 Sun Microsystems, Inc.
# Some preexisting portions Copyright 2001 Netscape Communications Corp.
# All rights reserved.
#
# Last Modified By - Archna Monga
# Last modified June 2004
#
# This file contains the schema updation from Schema 1.0 to Schema 2.0
# May 2003
# Added Objectclass - sunABDomain
# Changed ObjectClasses - piStoreOwner, piTypeBook, piEntry
# (memberOfPiBook is in allowed attributes)
# Deleted ObjectClass - piAddressBook
#
# June 2004
# Changed ObjectClasses - piEntry, piTypePerson
# SCHEMA FILE 50ns-iabs.ldif Created on Wed Mar 13 13:16:03 2002
dn: cn=schema
attributeTypes: ( otherDate-oid NAME ( 'otherDate' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPStoreOwner-oid NAME ( 'piPStoreOwner' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( homeCity-oid NAME ( 'homeCity' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( workState-oid NAME ( 'workState' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone1-oid NAME ( 'piPhone1' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone2-oid NAME ( 'piPhone2' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone3-oid NAME ( 'piPhone3' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone4-oid NAME ( 'piPhone4' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone5-oid NAME ( 'piPhone5' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone6-oid NAME ( 'piPhone6' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone7-oid NAME ( 'piPhone7' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone8-oid NAME ( 'piPhone8' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone9-oid NAME ( 'piPhone9' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone10-oid NAME ( 'piPhone10' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone11-oid NAME ( 'piPhone11' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone12-oid NAME ( 'piPhone12' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone13-oid NAME ( 'piPhone13' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone14-oid NAME ( 'piPhone14' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone15-oid NAME ( 'piPhone15' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone16-oid NAME ( 'piPhone16' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone17-oid NAME ( 'piPhone17' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone18-oid NAME ( 'piPhone18' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone19-oid NAME ( 'piPhone19' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone20-oid NAME ( 'piPhone20' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( inetCalendar-oid NAME ( 'inetCalendar' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piIM1ID-oid NAME ( 'piIM1ID' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piWebsite1Descr-oid NAME ( 'piWebsite1Descr' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piIM3ID-oid NAME ( 'piIM3ID' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piRemotePiURL-oid NAME ( 'piRemotePiURL' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( inetFreeBusy-oid NAME ( 'inetFreeBusy' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( otherCountry-oid NAME ( 'otherCountry' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( workCountry-oid NAME ( 'workCountry' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( company-oid NAME ( 'company' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( photoURL-oid NAME ( 'photoURL' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piDeleter-oid NAME ( 'piDeleter' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piMaxStoreEntries-oid NAME ( 'piMaxStoreEntries' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piBookType-oid NAME ( 'piBookType' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPStoreURL-oid NAME ( 'piPStoreURL' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piBackpointer-oid NAME ( 'piBackpointer' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( 2.16.840.1.113730.3.1.721 NAME ( 'dateOfBirth' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piReader-oid NAME ( 'piReader' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( bbBookmarkURL-oid NAME ( 'bbBookmarkURL' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( bblayoutinfo-oid NAME ( 'bblayoutinfo' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piWebsite2Descr-oid NAME ( 'piWebsite2Descr' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( workPostalCode-oid NAME ( 'workPostalCode' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piIM3Service-oid NAME ( 'piIM3Service' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( otherCity-oid NAME ( 'otherCity' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( otherPostalAddress-oid NAME ( 'otherPostalAddress' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( abEntriesPerPage-oid NAME ( 'abEntriesPerPage' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( bbBookmarkSort-oid NAME ( 'bbBookmarkSort' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'sun defined' )
attributeTypes: ( floor-oid NAME ( 'floor' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( otherState-oid NAME ( 'otherState' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 2.16.840.1.113730.3.1.720 NAME ( 'nickname' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piCreator-oid NAME ( 'piCreator' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( sunConfRoomCapacity-oid NAME ( 'sunConfRoomCapacity' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piIM2ID-oid NAME ( 'piIM2ID' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( otherPostalCode-oid NAME ( 'otherPostalCode' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( middlename-oid NAME ( 'middlename' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( fullname-oid NAME ( 'fullname' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( anniversary-oid NAME ( 'anniversary' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piIM2Service-oid NAME ( 'piIM2Service' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail1Type-oid NAME ( 'piEmail1Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( mailingAddress-oid NAME ( 'mailingAddress' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail2Type-oid NAME ( 'piEmail2Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail3Type-oid NAME ( 'piEmail3Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail1CN-oid NAME ( 'piEmail1CN' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail2CN-oid NAME ( 'piEmail2CN' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail3CN-oid NAME ( 'piEmail3CN' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail1TransType-oid NAME ( 'piEmail1TransType' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail2TransType-oid NAME ( 'piEmail2TransType' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail3TransType-oid NAME ( 'piEmail3TransType' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( homePostalCode-oid NAME ( 'homePostalCode' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( workCity-oid NAME ( 'workCity' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( jobTitle-oid NAME ( 'jobTitle' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piDefaultAB-oid NAME ( 'piDefaultAB' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( pipProfileXMLData-oid NAME ( 'pipProfileXMLData' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( pipEntryXMLData-oid NAME ( 'pipEntryXMLData' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone1Type-oid NAME ( 'piPhone1Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone2Type-oid NAME ( 'piPhone2Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone3Type-oid NAME ( 'piPhone3Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone4Type-oid NAME ( 'piPhone4Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone5Type-oid NAME ( 'piPhone5Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone6Type-oid NAME ( 'piPhone6Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone7Type-oid NAME ( 'piPhone7Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone8Type-oid NAME ( 'piPhone8Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone9Type-oid NAME ( 'piPhone9Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone10Type-oid NAME ( 'piPhone10Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone11Type-oid NAME ( 'piPhone11Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone12Type-oid NAME ( 'piPhone12Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone13Type-oid NAME ( 'piPhone13Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone14Type-oid NAME ( 'piPhone14Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone15Type-oid NAME ( 'piPhone15Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone16Type-oid NAME ( 'piPhone16Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone17Type-oid NAME ( 'piPhone17Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone18Type-oid NAME ( 'piPhone18Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone19Type-oid NAME ( 'piPhone19Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piPhone20Type-oid NAME ( 'piPhone20Type' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( campus-oid NAME ( 'campus' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piLastModifiedBy-oid NAME ( 'piLastModifiedBy' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( homeState-oid NAME ( 'homeState' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( building-oid NAME ( 'building' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( otherDateDescr-oid NAME ( 'otherDateDescr' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( memberOfPIBook-oid NAME ( 'memberOfPIBook' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piIM1Service-oid NAME ( 'piIM1Service' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail1-oid NAME ( 'piEmail1' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( memberOfPIGroup-oid NAME ( 'memberOfPIGroup' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail2-oid NAME ( 'piEmail2' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piEmail3-oid NAME ( 'piEmail3' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( officenumber-oid NAME ( 'officenumber' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piAllowedTypes-oid NAME ( 'piAllowedTypes' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piWriter-oid NAME ( 'piWriter' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( piEntryID-oid NAME ( 'piEntryID' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( pipProfileBinaryData-oid NAME ( 'pipProfileBinaryData' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'sun defined' )
attributeTypes: ( pipProfileTextData-oid NAME ( 'pipProfileTextData' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( pipEntryTextData-oid NAME ( 'pipEntryTextData' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'sun defined' )
attributeTypes: ( workPostalAddress-oid NAME ( 'workPostalAddress' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piWebsite1-oid NAME ( 'piWebsite1' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( homeCountry-oid NAME ( 'homeCountry' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piWebsite2-oid NAME ( 'piWebsite2' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( notes-oid NAME ( 'notes' ) DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( sunABLdapServers-oid NAME ( 'sunABLdapServers' ) DESC 'AB Personal Store LDAP servers attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( sunABDomainStatus-oid NAME ( 'sunABDomainStatus' ) DESC 'AB service status attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( sunMaxABEntries-oid NAME ( 'sunMaxABEntries' ) DESC 'AB Personal Store Max AB's attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( sunABCorporateLdapServers-oid NAME ( 'sunABCorporateLdapServers' ) DESC 'AB Corporate Servers attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( sunABDefaultPSEntries-oid NAME ( 'sunABDefaultPSEntries' ) DESC 'AB Personal Store defaults attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( sunABStores-oid NAME ( 'sunABStores' ) DESC 'AB Personal Store LDAP servers' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'sun defined' )
attributeTypes: ( abBookType-oid NAME ( 'abBookType' ) DESC 'address book type attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( contactPerson-oid NAME ( 'contactPerson' ) DESC 'contact person attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( contact-oid NAME ( 'contact' ) DESC 'external contact pointer' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'sun defined' )
attributeTypes: ( gender-oid NAME ( 'gender' ) DESC 'gender M/F attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( spouse-oid NAME ( 'spouse' ) DESC 'spouse attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( officeLocation-oid NAME ( 'officeLocation' ) DESC 'office location attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( assistantName-oid NAME ( 'assistantName' ) DESC 'contact's assistant name attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( suffix-oid NAME ( 'suffix' ) DESC 'suffix such as Jr., Sr. attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( location-oid NAME ( 'location' ) DESC 'location attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( profession-oid NAME ( 'profession' ) DESC 'contact's profession attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( department-oid NAME ( 'department' ) DESC 'contact's department attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( alarmflag-oid NAME ( 'alarmflag' ) DESC 'alarm set or not' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( alarmstatus-oid NAME ( 'alarmstatus' ) DESC 'alarm status, completed/not-completed attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( alarmtime-oid NAME ( 'alarmtime' ) DESC 'UTC formatted alarm date/time attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( alarmtopic-oid NAME ( 'alarmtopic' ) DESC 'alarm follow up status attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( deleted-oid NAME ( 'deleted' ) DESC 'mark-for-deletion attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( lastPurgeDate-oid NAME ( 'lastPurgeDate' ) DESC 'last purge cycle date attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( attachment-oid NAME ( 'attachment' ) DESC 'URI valued attachement attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'sun defined' )
attributeTypes: ( category-oid NAME ( 'category' ) DESC 'category attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'sun defined' )
attributeTypes: ( privacy-oid NAME ( 'privacy' ) DESC 'Private/Public attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piWebsite1Type-oid NAME ( 'piWebsite1Type' ) DESC 'web page type attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( piWebsite2Type-oid NAME ( 'piWebsite2Type' ) DESC 'web page type attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.869 NAME 'homePOBox' DESC 'home PO Box attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.870 NAME 'workPOBox' DESC 'work PO Box attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.871 NAME 'otherPOBox' DESC 'other PO Box attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.872 NAME 'homePostalDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.873 NAME 'homeParcelDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.874 NAME 'homeDomDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.875 NAME 'homeIntlDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.876 NAME 'workPostalDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.877 NAME 'workParcelDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.878 NAME 'workDomDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.879 NAME 'workIntlDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.880 NAME 'otherPostalDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.881 NAME 'otherParcelDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.882 NAME 'otherDomDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.883 NAME 'otherIntlDelivery' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.884 NAME 'label' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.885 NAME 'tz' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.886 NAME 'sortString' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.887 NAME 'logoURL' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.888 NAME 'photoBinaryData' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.889 NAME 'photoType' DESC 'sun Defined Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'sun defined' )
attributeTypes: ( 1.3.6.1.4.1.9586.100.4.2.7 NAME 'latitude' DESC 'latitude coordinate' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined')
attributeTypes: ( 1.3.6.1.4.1.9586.100.4.2.8 NAME 'longitude' DESC 'longitude coordinate' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'sun defined')
#
# objectclasses defined in this file.
#
objectClasses: ( piPStoreRoot-oid NAME 'piPStoreRoot' DESC 'root node of addressbook store' SUP top STRUCTURAL MUST ( piPStoreOwner ) MAY ( piDefaultAB $ piMaxStoreEntries $ lastPurgeDate ) X-ORIGIN 'sun defined' )
objectClasses: ( piTypeBook-oid NAME 'piTypeBook' DESC 'base class for an addressbook entry' SUP top STRUCTURAL MUST ( piEntryID $ pibooktype ) MAY ( displayName $ multilineDescription $ piLastModifiedBy ) X-ORIGIN 'sun defined' )
objectClasses: ( piLocalBook-oid NAME 'piLocalBook' DESC 'storing ACL for addressbook' SUP piTypeBook AUXILIARY MUST ( ) MAY ( piReader $ piWriter $ piDeleter $ piCreator $ abBookType ) X-ORIGIN 'sun defined' )
objectClasses: ( piRemoteBook-oid NAME 'piRemoteBook' DESC 'class for remote addressbook' SUP piTypeBook AUXILIARY MUST ( piRemotePiURL ) MAY ( ) X-ORIGIN 'sun defined' )
objectClasses: ( piEntry-oid NAME 'piEntry' DESC 'base class for all addressbook entries' SUP top STRUCTURAL MUST ( piEntryID ) MAY ( displayName $ memberOfPIGroup $ memberOfPiBook $ multilineDescription $ piLastModifiedBy $ deleted $ attachment $ category $ piPEntryXMLData $ piPEntryTextData $ privacy $ alarmflag $ alarmstatus $ alarmtime $ alarmtopic ) X-ORIGIN 'sun defined' )
objectClasses: ( piTypeGroup-oid NAME 'piTypeGroup' DESC 'addressbook group entry' SUP piEntry STRUCTURAL MUST ( ) MAY ( piEmail1 $ piWebsite1 $ piWebsite1Descr $ inetCalendar $ inetFreeBusy ) X-ORIGIN 'sun defined' )
objectClasses: ( 1.3.6.1.4.1.42.2.27.9.2.132 NAME 'piTypePerson' DESC 'addressbook person entry' SUP piEntry STRUCTURAL MUST ( ) MAY ( piBackpointer $ givenname $ middlename $ fullname $ sn $ nickname $ spouse $ suffix $ title $ gender $ profession $ jobTitle $ company $ ou $ department $ assistantname $ location $ officeLocation $ manager $ campus $ building $ floor $ officeNumber $ piPhone1 $ piPhone2 $ piPhone3 $ piPhone4 $ piPhone5 $ piPhone6 $ piPhone7 $ piPhone8 $ piPhone9 $ piPhone10 $ piPhone11 $ piPhone12 $ piPhone13 $ piPhone14 $ piPhone15 $ piPhone16 $ piPhone17 $ piPhone18 $ piPhone19 $ piPhone20 $ piPhone1Type $ piPhone2Type $ piPhone3Type $ piPhone4Type $ piPhone5Type $ piPhone6Type $ piPhone7Type $ piPhone8Type $ piPhone9Type $ piPhone10Type $ piPhone11Type $ piPhone12Type $ piPhone13Type $ piPhone14Type $ piPhone15Type $ piPhone16Type $ piPhone17Type $ piPhone18Type $ piPhone19Type $ piPhone20Type $ pieMail1 $ pieMail2 $ piemail3 $ pieMail1Type $ pieMail2Type $ pieMail3Type $ pieMail1cn $ pieMail2cn $ pieMail3cn $ pieMail1transtype $ pieMail2transtype $ pieMail3transtype $ piWebsite1 $ piWebsite2 $ piWebsite1Descr $ piWebsite2Descr $ piWebsite1Type $ piWebsite2Type $ inetCalendar $ inetFreeBusy $ piIM1ID $ piIM2ID $ piIM3ID $ piIM1Service $ piIM2Service $ piIM3Service $ homePostalAddress $ homeCity $ homeState $ homePostalCode $ homeCountry $ homePOBox $ workPostalAddress $ workCity $ workState $ workPostalCode $ workCountry $ workPOBox $ otherPostalAddress $ otherCity $ otherState $ otherPostalCode $ otherCountry $ otherPOBox $ mailingAddress $ anniversary $ dateOfBirth $ otherDate $ otherDateDescr $ photoURL $ notes $ contact $ userSMIMEcertificate $ logoURL $ homePostalDelivery $ homeParcelDelivery $ homeDomDelivery $ homeIntlDelivery $ workPostalDelivery $ workParcelDelivery $ workDomDelivery $ workIntlDelivery $ label $ tz $ latitude $ longitude $ sortString $ otherPostalDelivery $ otherParcelDelivery $ otherDomDelivery $ otherIntlDelivery $ photoBinaryData $ photoType ) X-ORIGIN 'sun defined' )
objectClasses: ( piTypeABConferenceRoom-oid NAME 'piTypeABConferenceRoom' DESC 'conference room entry' SUP piEntry STRUCTURAL MUST ( ) MAY ( telephoneNumber $ sunConfRoomCapacity $ campus $ building $ floor $ officeNumber $ inetCalendar $ inetFreeBusy $ contactPerson ) X-ORIGIN 'sun defined' )
objectClasses: ( NAME 'piProfileBook' DESC '' SUP piTypeBook STRUCTURAL MUST ( objectclass ) MAY ( ) X-ORIGIN 'sun defined' )
objectClasses: ( NAME 'piTypeProfile' DESC '' SUP piEntry STRUCTURAL MUST ( objectclass ) MAY ( pipProfileTextData $ pipProfileBinaryData $ pipProfileXMLData ) X-ORIGIN 'sun defined' )
objectClasses: ( sunABDomain-oid NAME 'sunABDomain' DESC 'Auxiliary class for containing the domain specific Address Book information, including the domain status for Address Book' SUP top AUXILIARY MUST ( ) MAY ( sunABLdapServers $ sunABDomainStatus $ sunMaxABEntries $ sunABCorporateLdapServers $ sunABDefaultPSEntries $ sunABStores ) X-ORIGIN 'sun defined' )

View File

@ -0,0 +1,29 @@
#
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved
# Patents Pending.Use is subject to license terms.
#
#
# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
# license terms. Copyright (c) 2001 Sun Microsystems, Inc.
# Some preexisting portions Copyright (c) 2001 Netscape Communications Corp.
# All rights reserved.
#
#
# Schema for iPlanet Web Calendaring
#
dn: cn=schema
attributeTypes: ( 2.16.840.1.113730.3.1.537 NAME 'nswcalCALID' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 2.16.840.1.113730.3.1.538 NAME 'nswcalExtendedUserPrefs' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 2.16.840.1.113730.3.1.539 NAME 'nswcalDisallowAccess' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 2.16.840.1.113730.3.1.540 NAME 'nswcalHost' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 2.16.840.1.113730.3.1.541 NAME 'nswcalQuota' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.478 NAME 'calCalURI' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.479 NAME 'calFBURL' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.480 NAME 'calCAPURI' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.481 NAME 'calCalAdrURI' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.482 NAME 'calOtherCalURIs' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.483 NAME 'calOtherFBURLs' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.484 NAME 'calOtherCAPURIs' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
attributeTypes: ( 1.2.840.113556.1.4.485 NAME 'calOtherCalAdrURIs' DESC 'iPlanet defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Web Calendaring' )
objectClasses: ( 2.16.840.1.113730.3.2.83 NAME 'nswcalUser' DESC 'iPlanet defined objectclass' SUP top MUST ( objectClass ) MAY ( cn $ givenName $ mail $ preferredlanguage $ sn $ uid $ userPassword $ nswcalCALID $ nswcalDisallowAccess $ nswcalExtendedUserPrefs $ nslicensedfor $ nswcalHost $ nswcalQuota ) X-ORIGIN 'iPlanet Web Calendaring' )
objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' DESC 'iPlanet defined objectclass' SUP top MUST ( objectClass ) MAY ( calCalURI $ calFBURL $ calCAPURI $ calCalAdrURI $ calOtherCalURIs $ calOtherFBURLs $ calOtherCAPURIs $ calOtherCalAdrURIs ) X-ORIGIN 'iPlanet Web Calendaring' )

View File

@ -0,0 +1,61 @@
# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
# license terms. Copyright © 2001 Sun Microsystems, Inc.
# Some preexisting portions Copyright © 2001 Netscape Communications Corp.
# All rights reserved.
#
#
#===============================================================================
# Common object classes/attributes defined and used by
#
# iPlanet Messaging Server 5.x
# iPlanet Calendar Server 5.x
#
# All definitions here are in compliance with the schema interoperability
# specification being worked on for schema interoperability across iPlanet
# products and key partners.
#===============================================================================
#
#
dn: cn=schema
attributetypes: ( 2.16.840.1.113730.3.1.697 NAME 'domOrgMaxUsers' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.698 NAME 'domOrgNumUsers' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.699 NAME 'inetDomainSearchFilter' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.700 NAME 'inetDomainCertMap' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.701 NAME 'inetCanonicalDomainName' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.702 NAME 'domainUidSeparator' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.703 NAME 'pabURI' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.704 NAME 'memberOfManagedGroup' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.705 NAME 'maxPabEntries' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.706 NAME 'inetCOS' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.707 NAME 'vacationStartDate' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.708 NAME 'vacationEndDate' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.709 NAME 'mnggrpDeletionPolicy' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.710 NAME 'mnggrpAdditionPolicy' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.711 NAME 'mnggrpBillableUser' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.712 NAME 'mnggrpStatus' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.713 NAME 'mnggrpMaxUsers' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.714 NAME 'mnggrpCurrentUsers' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.715 NAME 'mnggrpMailQuota' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.716 NAME 'mnggrpUserClassOfServices' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.717 NAME 'un' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.718 NAME 'memberOfPAB' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.719 NAME 'memberOfPABGroup' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.720 NAME 'nickname' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.721 NAME 'dateOfBirth' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.722 NAME 'organizationUnitName' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822mailbox' ) DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.13 NAME 'mailAlternateAddress' DESC 'iPlanet Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( 2.16.840.1.113730.3.1.742 NAME 'icsExtendedUserPrefs' DESC 'Standard Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'iPlanet Calendar Services' )
attributeTypes: ( psRoot-oid NAME 'psRoot' DESC 'Standard Attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'iPlanet Messaging Server' )
attributeTypes: ( psincludeingab-oid NAME 'psIncludeInGAB' DESC 'DA defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'delegated admin' )
attributeTypes: ( 2.16.840.1.113730.3.1.775 NAME ( 'mailSieveRuleSource' ) DESC 'Sun ONE Messaging Server defined attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Sun ONE Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.131 NAME 'inetDomainAlias' DESC 'auxiliary class for hosted domain aliases' SUP alias STRUCTURAL MUST dc X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.132 NAME 'inetDomainOrg' DESC 'auxiliary class for suborganizations in a domain' SUP top AUXILIARY MAY ( domOrgMaxUsers $ domOrgNumUsers ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.133 NAME 'inetDomainAuthInfo' DESC 'auxiliary class for misc hosted domain attributes' SUP top AUXILIARY MAY ( inetDomainSearchFilter $ inetDomainCertMap $ domainUidSeparator $ inetCanonicalDomainName ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.135 NAME 'ipUser' DESC 'auxiliary class for extending a inetuser entry. Used by calendar and messaging servers' SUP top AUXILIARY MAY ( pabURI $ memberOfManagedGroup $ maxPabEntries $ inetCOS $ psRoot $ psIncludeInGAB ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.136 NAME 'userPresenceProfile' DESC 'auxiliary class for vacation start end dates' SUP top AUXILIARY MAY ( vacationStartDate $ vacationEndDate ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.137 NAME 'inetManagedGroup' DESC 'auxiliary class for a managed group used by family accounts' SUP top AUXILIARY MUST ( cn ) MAY ( mnggrpDeletionPolicy $ mnggrpAdditionPolicy $ mnggrpBillableUser $ description $ mnggrpStatus $ mnggrpMaxUsers $ mnggrpCurrentUsers $ mnggrpMailQuota $ owner $ nsdaModifiableBy $ mnggrpUserClassOfServices $ mailSieveRuleSource ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.138 NAME 'pabPerson' DESC 'structural class for creating personal address book entries' SUP inetOrgPerson STRUCTURAL MAY ( un $ o $ organizationUnitName $ co $ mailAlternateAddress $ dateOfBirth $ memberOfPAB $ memberOfPABGroup $ nickName $ calCalURI $ calFBURL ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.139 NAME 'pabGroup' DESC 'structural class for defininig a PAB group' SUP top STRUCTURAL MUST ( cn ) MAY ( un $ memberOfPAB $ nickName $ description ) X-ORIGIN 'iPlanet Messaging Server' )
objectclasses: ( 2.16.840.1.113730.3.2.140 NAME 'pab' DESC 'structural class for defining a personal address book' SUP top MUST ( cn ) MAY ( un $ description ) X-ORIGIN 'iPlanet Messaging Server' )

View File

@ -0,0 +1,141 @@
dn: cn=schema
objectClass: top
objectClass: ldapSubentry
objectClass: subschema
cn: schema
aci: (target="ldap:///cn=schema")(targetattr !="aci")(version 3.0;acl "anonymo
us, no acis"; allow (read, search, compare) userdn = "ldap:///anyone";)
aci: (targetattr="*")(version 3.0; acl "Configuration Administrators Group"; a
llow (all) groupdn="ldap:///cn=Configuration Administrators, ou=Groups, ou=T
opologyManagement, o=NetscapeRoot";)
aci: (targetattr="*")(version 3.0; acl "Configuration Administrator"; allow (a
ll) userdn="ldap:///uid=admin,ou=Administrators, ou=TopologyManagement, o=Ne
tscapeRoot";)
aci: (targetattr = "*")(version 3.0; acl "SIE Group"; allow (all) groupdn = "l
dap:///cn=slapd-mailware1, cn=Fedora Directory Server, cn=Server Group, cn=m
ailware1.babel.it, ou=babel.it, o=NetscapeRoot";)
modifiersName: cn=directory manager
modifyTimestamp: 20091123095036Z
objectClasses: ( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP
Subentry class, version 1' SUP top STRUCTURAL MAY cn X-ORIGIN ( 'LDAP Subent
ry Internet Draft' 'user defined' ) )
objectClasses: ( 2.16.840.1.113730.3.2.39 NAME 'nsslapdConfig' DESC 'Netscape
defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN ( 'Netscape Director
y Server' 'user defined' ) )
objectClasses: ( babmware-oid NAME 'babmware' SUP top STRUCTURAL MAY ( distric
t $ imap-status $ listpolicy $ maildirQuota $ maildirWarn1 $ maildirWarn2 $
maildirWarn3 $ mailmaxmessagesize $ newuser $ pwdreminderanswer $ pwdreminde
rquestion $ skypeName $ smtp-status $ userWarnFlag1 $ userWarnFlag2 $ userWa
rnFlag3 $ userWarnFlagMax $ vacationMessage $ vacationStatus ) X-ORIGIN 'use
r defined' )
objectClasses: ( babmwCompany-oid NAME 'babmwCompany' SUP top STRUCTURAL MAY (
companycos $ companydomains $ companyname $ companyQuota $ companyType $ co
mpanyUsedQuota $ companyvatnumber $ faxcompanyenabled $ faxenabled $ gigacom
panyenabled $ gigaenabled $ imcompanyenabled $ imenabled $ mailcollectorcomp
anyenabled $ mailcollectorenabled $ mailHost $ mailuseragenthost $ maxfax $
maxsms $ maxusers $ node $ smscompanyenabled $ smsenabled $ syncmlcompanyena
bled $ syncmlenabled $ calendarcompanyenabled $ calendarenabled $ theme ) X-ORIGIN 'user defined' )
attributeTypes: ( userWarnFlagMax-oid NAME 'userWarnFlagMax' SYNTAX 1.3.6.1.4
.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( imenabled-oid NAME 'imenabled' SYNTAX 1.3.6.1.4.1.1466.115.
121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( smtp-status-oid NAME 'smtp-status' SYNTAX 1.3.6.1.4.1.1466.
115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( mailmaxmessagesize-oid NAME 'mailmaxmessagesize' SYNTAX 1.3
.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( pwdreminderquestion-oid NAME 'pwdreminderquestion' SYNTAX 1
.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( companycos-oid NAME 'companycos' SYNTAX 1.3.6.1.4.1.1466.11
5.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( mailcollectorcompanyenabled-oid NAME 'mailcollectorcompanyen
abled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defi
ned' )
attributeTypes: ( companyUsedQuota-oid NAME 'companyUsedQuota' SYNTAX 1.3.6.1
.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( companydomains-oid NAME 'companydomains' DESC 'List of domai
ns of a company' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined
' )
attributeTypes: ( node-oid NAME 'node' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X
-ORIGIN 'user defined' )
attributeTypes: ( userWarnFlag1-oid NAME 'userWarnFlag1' SYNTAX 1.3.6.1.4.1.1
466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( listpolicy-oid NAME 'listpolicy' SYNTAX 1.3.6.1.4.1.1466.11
5.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( gigacompanyenabled-oid NAME 'gigacompanyenabled' SYNTAX 1.3
.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( userWarnFlag3-oid NAME 'userWarnFlag3' SYNTAX 1.3.6.1.4.1.1
466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( newuser-oid NAME 'newuser' SYNTAX 1.3.6.1.4.1.1466.115.121.
1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( companyQuota-oid NAME 'companyQuota' DESC 'Max quota of them
ailbox of a company' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORI
GIN 'user defined' )
attributeTypes: ( faxenabled-oid NAME 'faxenabled' SYNTAX 1.3.6.1.4.1.1466.11
5.121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( district-oid NAME 'district' SYNTAX 1.3.6.1.4.1.1466.115.12
1.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( 1.3.6.1.4.1.4203.1.3.5 NAME 'supportedFeatures' DESC 'featur
es supported by the server' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.
1.1466.115.121.1.38 X-ORIGIN 'user defined' )
attributeTypes: ( maildirWarn3-oid NAME 'maildirWarn3' SYNTAX 1.3.6.1.4.1.146
6.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( syncmlenabled-oid NAME 'syncmlenabled' SYNTAX 1.3.6.1.4.1.1
466.115.121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( maildirWarn1-oid NAME 'maildirWarn1' SYNTAX 1.3.6.1.4.1.146
6.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( maxfax-oid NAME 'maxfax' SYNTAX 1.3.6.1.4.1.1466.115.121.1.
15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( gigaenabled-oid NAME 'gigaenabled' SYNTAX 1.3.6.1.4.1.1466.
115.121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( imcompanyenabled-oid NAME 'imcompanyenabled' SYNTAX 1.3.6.1
.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( maxusers-oid NAME 'maxusers' SYNTAX 1.3.6.1.4.1.1466.115.12
1.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( maildirQuota-oid NAME 'maildirQuota' SYNTAX 1.3.6.1.4.1.146
6.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( faxcompanyenabled-oid NAME 'faxcompanyenabled' SYNTAX 1.3.6
.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( syncmlcompanyenabled-oid NAME 'syncmlcompanyenabled' SYNTAX
1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( companyType-oid NAME 'companyType' DESC 'Type of Service ofa
company (internet, internet+infranet, infranet, intranet)' SYNTAX 1.3.6.1.4
.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( userWarnFlag2-oid NAME 'userWarnFlag2' SYNTAX 1.3.6.1.4.1.1
466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( vacationMessage-oid NAME 'vacationMessage' SYNTAX 1.3.6.1.4
.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( smsenabled-oid NAME 'smsenabled' SYNTAX 1.3.6.1.4.1.1466.11
5.121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( maxsms-oid NAME 'maxsms' SYNTAX 1.3.6.1.4.1.1466.115.121.1.
15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( vacationStatus-oid NAME 'vacationStatus' SYNTAX 1.3.6.1.4.1
.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( imap-status-oid NAME 'imap-status' SYNTAX 1.3.6.1.4.1.1466.
115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( mailcollectorenabled-oid NAME 'mailcollectorenabled' SYNTAX
1.3.6.1.4.1.1466.115.121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( smscompanyenabled-oid NAME 'smscompanyenabled' SYNTAX 1.3.6
.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( maildirWarn2-oid NAME 'maildirWarn2' SYNTAX 1.3.6.1.4.1.146
6.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( skypename-oid NAME 'skypeName' DESC 'Skype name foraddressbo
ok' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' )
attributeTypes: ( pwdreminderanswer-oid NAME 'pwdreminderanswer' SYNTAX 1.3.6
.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( companyallow-oid NAME 'companyallow' SYNTAX 1.3.6.1.4.1.146
6.115.121.1.15 X-ORIGIN 'user defined' )
attributeTypes: ( companyname-oid NAME 'companyname' DESC 'Company name' SYNTA
X 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( theme-oid NAME 'theme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
X-ORIGIN 'user defined' )
attributeTypes: ( companyvatnumber-oid NAME 'companyvatnumber' DESC 'Company v
at number' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'user
defined' )
attributeTypes: ( mailuseragenthost-oid NAME 'mailuseragenthost' SYNTAX 1.3.6
.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' )
attributeTypes: ( calendarenabled-oid NAME 'calendarenabled' SYNTAX 1.3.6.1.4.1.1466.11
5.121.1.7 X-ORIGIN 'user defined' )
attributeTypes: ( calendarcompanyenabled-oid NAME 'calendarcompanyenabled' SYNTAX 1.3.6.1.4.1.1466.11
5.121.1.7 X-ORIGIN 'user defined' )
nsSchemaCSN: 4b8bbee0000000000000

View File

@ -0,0 +1,10 @@
# ldap.properties
#SECURITY_AUTHENTICATION=simple
#HOST=mailware1
HOST=localhost
PORT=389
ROOTDN=dc=babel\,dc=it
PROTOCOL=ldap://

View File

@ -0,0 +1,28 @@
#abilita l'invio del messaggio di benvenuto
#valori true/false
send_welcome_enabled=true
#Numero massimo di tentativi di invio
maxSendRetryNumber=3
#millisecondi di attesa prima di ogni tentativo di invio mail
welcomeSleepWait=1000
mail.smtp.host=localhost
mail.smtp.port=25
mail.transport.protocol=smtp
#mail.smtp.host=mailware1.babel.it
#mail.smtp.port=465
#mail.transport.protocol=smtps
mail.smtp.auth=false
mail.smtp.starttls.enable=false
mail.smtp.secure=false
mail.smtp.username=postmaster@demo1.net
mail.smtp.password=password
sender=MAILER-DAEMON@${domain}
subject=Benvenuto in ${domain} !
body=Questo messaggio viene generato automaticamente alla creazione della mailbox. Non rispondere all'indirizzo mittente.

View File

@ -0,0 +1,49 @@
#versione dell'applicazione
application_version=development version
#RAMO DEGLI SA
SA_TREE=ou=Service Administrators
##BULK LOAD
#formato delle righe usato nell'inserimento massivo
row_format="uid","givenname","sn","mailalternateaddress","district"
##FINE BULK LOAD
#numero massimo di risultati nelle liste (da pagine web)
list_max_results=200
#quota minima in MB
min_quota=10
#indica se la quota delle mailbox ha il formato maildrop (con il $ finale)
#valori possibili true/false
maildrop_quota=true
#TOMCAT
#datasource=java:/comp/env/jdbc/MailWare-Collaboration
#reportSmsDataSource=java:/comp/env/jdbc/MailWare-reportSmsDatasource
#reportFaxDataSource=java:/comp/env/jdbc/MailWare-reportFaxDatasource
#JBOSS
datasource=java:MailWare-Collaboration
reportSmsDataSource=java:MailWare-reportSmsDatasource
reportFaxDataSource=java:MailWare-reportFaxDatasource
cal_uri_suffix=calendar/
#template per il campo psroot
#psroot_template=${ldapuri}/piPStoreOwner=${uid},o=${domain},o=${ldapDB}
#dal 15/07
psroot_template=${ldapuri}/ou=${uid}@${domain},dc=${domain},o=${ldapDB}
#indica se l'applicazione è installata sul proxy
is_proxy=true
#dis/abilita il ckeck sull'esistenza di un dominio con lo stesso nome, in fase di creazione domini.
#valori possibili:
#no_check nessun controllo
#node_check il controllo viene fatto solo sull'isola
#proxy_check il controllo viene fatto su tutte le isole (ha senso solo se l'applicazione si trova sul proxy)
domain_check_type=proxy_check
#è il link alla webapp di reset password
reset_link=/ResetPassword/ResetServlet

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
<bean id="balanceService" class="it.babel.manager.services.AddressBookBalanceService">
<property name="balanceGroups">
<map>
<entry key="isola1">
<bean class="it.babel.manager.model.BalanceGroup">
<property name="balanceItems" >
<list>
<bean class="it.babel.manager.model.AddressBookBalanceItem">
<property name="ldapUri" value="ldap://localhost:389" />
<property name="ldapDatabase" value="db1"></property>
</bean>
<!--bean class="it.babel.manager.model.AddressBookBalanceItem">
<property name="ldapUri" value="ldap://localhost:389" />
<property name="ldapDatabase" value="db2"></property>
</bean-->
</list>
</property>
</bean>
</entry>
<!-- ALTRA ENTRY PER ALTRA ISOLA -->
<!--
<entry key="isola2">
<bean class="it.babel.manager.model.BalanceGroup">
<property name="balanceItems" >
<list>
<bean class="it.babel.manager.model.AddressBookBalanceItem">
<property name="ldapUri" value="ldap://localhost:389" />
<property name="ldapDatabase" value="db1"></property>
</bean>
<bean class="it.babel.manager.model.AddressBookBalanceItem">
<property name="ldapUri" value="ldap://localhost:389" />
<property name="ldapDatabase" value="db2"></property>
</bean>
</list>
</property>
</bean>
</entry>
-->
</map>
</property>
</bean>
</beans>

View File

@ -0,0 +1,477 @@
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<axisconfig name="AxisJava2.0">
<!-- ================================================= -->
<!-- Parameters -->
<!-- ================================================= -->
<parameter name="hotdeployment">true</parameter>
<parameter name="hotupdate">false</parameter>
<parameter name="enableMTOM">false</parameter>
<parameter name="enableSwA">false</parameter>
<!--Uncomment if you want to enable file caching for attachments -->
<!--parameter name="cacheAttachments">true</parameter>
<parameter name="attachmentDIR"></parameter>
<parameter name="sizeThreshold">4000</parameter-->
<!--Uncomment if you want to plugin your own attachments lifecycle implementation -->
<!--<attachmentsLifecycleManager class="org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl"/>-->
<!--Uncomment if you want to enable the reduction of the in-memory cache of WSDL definitions -->
<!--In some server environments, the available memory heap is limited and can fill up under load -->
<!--Since in-memory copies of WSDL definitions can be large, some steps can be taken-->
<!--to reduce the memory needed for the cached WSDL definitions. -->
<!--parameter name="reduceWSDLMemoryCache">true</parameter-->
<!--This will give out the timout of the configuration contexts, in milliseconds-->
<parameter name="ConfigContextTimeoutInterval">30000</parameter>
<!--During a fault, stack trace can be sent with the fault message. The following flag will control -->
<!--that behavior.-->
<parameter name="sendStacktraceDetailsWithFaults">false</parameter>
<!--If there aren't any information available to find out the fault reason, we set the message of the exception-->
<!--as the faultreason/Reason. But when a fault is thrown from a service or some where, it will be -->
<!--wrapped by different levels. Due to this the initial exception message can be lost. If this flag-->
<!--is set, then Axis2 tries to get the first exception and set its message as the faultreason/Reason.-->
<parameter name="DrillDownToRootCauseForFaultReason">false</parameter>
<parameter name="userName">admin</parameter>
<parameter name="password">axis2</parameter>
<!--To override repository/services you need to uncomment following parameter and value SHOULD be absolute file path.-->
<!--ServicesDirectory only works on the following cases-->
<!---File based configurator and in that case the value should be a file URL (http:// not allowed)-->
<!---When creating URL Based configurator with URL file:// -->
<!--- War based configurator with expanded case , -->
<!--All the other scenarios it will be ignored.-->
<!--<parameter name="ServicesDirectory">service</parameter>-->
<!--To override repository/modules you need to uncomment following parameter and value SHOULD be absolute file path-->
<!--<parameter name="ModulesDirectory">modules</parameter>-->
<!--Following params will set the proper context paths for invocations. All the endpoints will have a commons context-->
<!--root which can configured using the following contextRoot parameter-->
<!--<parameter name="contextRoot">axis2</parameter>-->
<!--Our HTTP endpoints can handle both REST and SOAP. Following parameters can be used to distinguiush those endpoints-->
<!--In case of a servlet, if you change this you have to manually change the settings of your servlet container to map this -->
<!--context path to proper Axis2 servlets-->
<!--<parameter name="servicePath">services</parameter>-->
<!--<parameter name="restPath">rest</parameter>-->
<!-- Following parameter will completely disable REST handling in Axis2-->
<parameter name="disableREST" locked="false">false</parameter>
<!-- Following parameter will suppress generation of SOAP 1.2 bindings in auto-generated WSDL files -->
<parameter name="disableSOAP12" locked="true">false</parameter>
<!--POJO deployer , this will alow users to drop .class file and make that into a service-->
<deployer extension=".class" directory="pojo" class="org.apache.axis2.deployment.POJODeployer"/>
<deployer extension=".jar" directory="servicejars" class="org.apache.axis2.jaxws.framework.JAXWSDeployer"/>
<!--<deployer extension=".jsa" directory="rmiservices" class="org.apache.axis2.rmi.deploy.RMIServiceDeployer"/>-->
<!-- Following parameter will set the host name for the epr-->
<!--<parameter name="hostname" locked="true">myhost.com</parameter>-->
<parameter name="hostname" locked="true">localhost</parameter>
<!-- If you have a front end host which exposes this webservice using a different public URL -->
<!-- use this parameter to override autodetected url -->
<parameter name="httpFrontendHostUrl">http://localhost:8080/MailWare-Manager/services/UserWebService</parameter>
<!-- The way of adding listener to the system-->
<!-- <listener class="org.apache.axis2.ObserverIMPL">-->
<!-- <parameter name="RSS_URL">http://127.0.0.1/rss</parameter>-->
<!-- </listener>-->
<threadContextMigrators>
<threadContextMigrator listId="JAXWS-ThreadContextMigrator-List" class="org.apache.axis2.jaxws.addressing.migrator.EndpointContextMapMigrator"/>
</threadContextMigrators>
<!-- ================================================= -->
<!-- Message Receivers -->
<!-- ================================================= -->
<!--This is the deafult MessageReceiver for the system , if you want to have MessageReceivers for -->
<!--all the other MEP implement it and add the correct entry to here , so that you can refer from-->
<!--any operation -->
<!--Note : You can ovrride this for a particular service by adding the same element with your requirement-->
<messageReceivers>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"
class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out"
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
<messageReceiver mep="http://www.w3.org/2006/01/wsdl/in-only"
class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>
<messageReceiver mep="http://www.w3.org/2006/01/wsdl/in-out"
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
</messageReceivers>
<!-- ================================================= -->
<!-- Message Formatter -->
<!-- ================================================= -->
<!--Following content type to message formatter mapping can be used to implement support for different message -->
<!--format serialization in Axis2. These message formats are expected to be resolved based on the content type. -->
<messageFormatters>
<messageFormatter contentType="application/x-www-form-urlencoded"
class="org.apache.axis2.transport.http.XFormURLEncodedFormatter"/>
<messageFormatter contentType="multipart/form-data"
class="org.apache.axis2.transport.http.MultipartFormDataFormatter"/>
<messageFormatter contentType="application/xml"
class="org.apache.axis2.transport.http.ApplicationXMLFormatter"/>
<messageFormatter contentType="text/xml"
class="org.apache.axis2.transport.http.SOAPMessageFormatter"/>
<messageFormatter contentType="application/soap+xml"
class="org.apache.axis2.transport.http.SOAPMessageFormatter"/>
</messageFormatters>
<!-- ================================================= -->
<!-- Message Builders -->
<!-- ================================================= -->
<!--Following content type to builder mapping can be used to implement support for different message -->
<!--formats in Axis2. These message formats are expected to be resolved based on the content type. -->
<messageBuilders>
<messageBuilder contentType="application/xml"
class="org.apache.axis2.builder.ApplicationXMLBuilder"/>
<messageBuilder contentType="application/xml"
class="org.apache.axis2.builder.ApplicationXMLBuilder"/>
<messageBuilder contentType="application/x-www-form-urlencoded"
class="org.apache.axis2.builder.XFormURLEncodedBuilder"/>
<messageBuilder contentType="multipart/form-data"
class="org.apache.axis2.builder.MultipartFormDataBuilder"/>
</messageBuilders>
<!-- ================================================= -->
<!-- Transport Ins -->
<!-- ================================================= -->
<transportReceiver name="http"
class="org.apache.axis2.transport.http.SimpleHTTPServer">
<parameter name="port">8080</parameter>
<!-- Here is the complete list of supported parameters (see example settings further below):
port: the port to listen on (default 6060)
hostname: if non-null, url prefix used in reply-to endpoint references (default null)
originServer: value of http Server header in outgoing messages (default "Simple-Server/1.1")
requestTimeout: value in millis of time that requests can wait for data (default 20000)
requestTcpNoDelay: true to maximize performance and minimize latency (default true)
false to minimize bandwidth consumption by combining segments
requestCoreThreadPoolSize: number of threads available for request processing (unless queue fills up) (default 25)
requestMaxThreadPoolSize: number of threads available for request processing if queue fills up (default 150)
note that default queue never fills up: see HttpFactory
threadKeepAliveTime: time to keep threads in excess of core size alive while inactive (default 180)
note that no such threads can exist with default unbounded request queue
threadKeepAliveTimeUnit: TimeUnit of value in threadKeepAliveTime (default SECONDS) (default SECONDS)
-->
<!-- <parameter name="hostname">http://www.myApp.com/ws</parameter> -->
<!-- <parameter name="originServer">My-Server/1.1</parameter> -->
<!-- <parameter name="requestTimeout">10000</parameter> -->
<!-- <parameter name="requestTcpNoDelay">false</parameter> -->
<!-- <parameter name="requestCoreThreadPoolSize">50</parameter> -->
<!-- <parameter name="requestMaxThreadPoolSize">100</parameter> -->
<!-- <parameter name="threadKeepAliveTime">240000</parameter> -->
<!-- <parameter name="threadKeepAliveTimeUnit">MILLISECONDS</parameter> -->
</transportReceiver>
<!--Uncomment this and configure as appropriate for JMS transport support, after setting up your JMS environment (e.g. ActiveMQ)
<transportReceiver name="jms" class="org.apache.axis2.transport.jms.JMSListener">
<parameter name="myTopicConnectionFactory">
<parameter name="java.naming.factory.initial">org.apache.activemq.jndi.ActiveMQInitialContextFactory</parameter>
<parameter name="java.naming.provider.url">tcp://localhost:61616</parameter>
<parameter name="transport.jms.ConnectionFactoryJNDIName">TopicConnectionFactory</parameter>
</parameter>
<parameter name="myQueueConnectionFactory">
<parameter name="java.naming.factory.initial">org.apache.activemq.jndi.ActiveMQInitialContextFactory</parameter>
<parameter name="java.naming.provider.url">tcp://localhost:61616</parameter>
<parameter name="transport.jms.ConnectionFactoryJNDIName">QueueConnectionFactory</parameter>
</parameter>
<parameter name="default">
<parameter name="java.naming.factory.initial">org.apache.activemq.jndi.ActiveMQInitialContextFactory</parameter>
<parameter name="java.naming.provider.url">tcp://localhost:61616</parameter>
<parameter name="transport.jms.ConnectionFactoryJNDIName">QueueConnectionFactory</parameter>
</parameter>
</transportReceiver>-->
<!-- ================================================= -->
<!-- Non-blocking http/s Transport Listener -->
<!-- the non blocking http transport based on HttpCore + NIO extensions
<transportReceiver name="http" class="org.apache.axis2.transport.nhttp.HttpCoreNIOListener">
<parameter name="port" locked="false">9000</parameter>
<parameter name="non-blocking" locked="false">true</parameter>
</transportReceiver>-->
<!-- the non blocking https transport based on HttpCore + SSL-NIO extensions
<transportReceiver name="https" class="org.apache.axis2.transport.nhttp.HttpCoreNIOSSLListener">
<parameter name="port" locked="false">9002</parameter>
<parameter name="non-blocking" locked="false">true</parameter>
<parameter name="keystore" locked="false">
<KeyStore>
<Location>identity.jks</Location>
<Type>JKS</Type>
<Password>password</Password>
<KeyPassword>password</KeyPassword>
</KeyStore>
</parameter>
<parameter name="truststore" locked="false">
<TrustStore>
<Location>trust.jks</Location>
<Type>JKS</Type>
<Password>password</Password>
</TrustStore>
</parameter>-->
<!--<parameter name="SSLVerifyClient">require</parameter>
supports optional|require or defaults to none -->
<!--</transportReceiver>-->
<!-- ================================================= -->
<!-- Mail Transport Listener -->
<!-- This is a sample configuration. It assumes a mail server running in localhost.
Listener pops messages that comes to the email address red@localhost. Users
password is red. Listener connect to the server every 3000 milliseconds.
Parameters with "transport." prefix is Axis2 specific. Others are all from Java Mail API.
http://people.apache.org/~pzf/SMTPBase64Binding-0.2.html
-->
<!-- ================================================= -->
<!--<transportReceiver name="mailto" class="org.apache.axis2.transport.mail.SimpleMailListener">
<parameter name="mail.pop3.host">localhost</parameter>
<parameter name="mail.pop3.user">red</parameter>
<parameter name="mail.store.protocol">pop3</parameter>
<parameter name="transport.mail.pop3.password">red</parameter>
<parameter name="transport.mail.replyToAddress">red@localhost</parameter>
<parameter name="transport.listener.interval">3000</parameter>
</transportReceiver>-->
<!--Uncomment if you want to have TCP transport support-->
<!--transportReceiver name="tcp"
class="org.apache.axis2.transport.tcp.TCPServer">
<parameter name="port">6060</parameter-->>
<!--If you want to give your own host address for EPR generation-->
<!--uncomment the following paramter , and set it as you required.-->
<!--<parameter name="hostname">tcp://myApp.com/ws</parameter>-->
<!-- /transportReceiver -->
<!-- ================================================= -->
<!-- Transport Outs -->
<!-- ================================================= -->
<transportSender name="tcp"
class="org.apache.axis2.transport.tcp.TCPTransportSender"/>
<transportSender name="local"
class="org.apache.axis2.transport.local.LocalTransportSender"/>
<transportSender name="http"
class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
<parameter name="PROTOCOL">HTTP/1.1</parameter>
<parameter name="Transfer-Encoding">chunked</parameter>
<!-- If following is set to 'true', optional action part of the Content-Type will not be added to the SOAP 1.2 messages -->
<!-- <parameter name="OmitSOAP12Action">true</parameter> -->
</transportSender>
<transportSender name="https"
class="org.apache.axis2.transport.http.CommonsHTTPTransportSender">
<parameter name="PROTOCOL">HTTP/1.1</parameter>
<parameter name="Transfer-Encoding">chunked</parameter>
</transportSender>
<!-- Please enable this if you need the java transport -->
<!-- <transportSender name="java"
class="org.apache.axis2.transport.java.JavaTransportSender"/> -->
<!--<transportSender name="jms"-->
<!--class="org.apache.axis2.transport.jms.JMSSender"/>-->
<!-- ================================================= -->
<!-- Non-blocking http/s Transport Sender -->
<!-- the non-blocking http transport sender based on HttpCore + NIO extensions
<transportSender name="http" class="org.apache.axis2.transport.nhttp.HttpCoreNIOSender">
<parameter name="non-blocking" locked="false">true</parameter>
</transportSender>-->
<!-- the non-blocking https transport sender based on HttpCore + NIO SSL extensions
<transportSender name="https" class="org.apache.axis2.transport.nhttp.HttpCoreNIOSSLSender">
<parameter name="non-blocking" locked="false">true</parameter>
<parameter name="keystore" locked="false">
<KeyStore>
<Location>identity.jks</Location>
<Type>JKS</Type>
<Password>password</Password>
<KeyPassword>password</KeyPassword>
</KeyStore>
</parameter>
<parameter name="truststore" locked="false">
<TrustStore>
<Location>trust.jks</Location>
<Type>JKS</Type>
<Password>password</Password>
</TrustStore>
</parameter>-->
<!--<parameter name="HostnameVerifier">DefaultAndLocalhost</parameter>
supports Strict|AllowAll|DefaultAndLocalhost or the default if none specified -->
<!--</transportSender>-->
<!-- ================================================= -->
<!-- Mail Transport Sender -->
<!--Only need to uncomment the sender. Configuration is achieved with every client.
At any instant mail host should be given. Sample configuration has been given.
http://people.apache.org/~pzf/SMTPBase64Binding-0.2.html
-->
<!-- ================================================= -->
<!--<transportSender name="mailto" class="org.apache.axis2.transport.mail.MailTransportSender">
<parameter name="mail.smtp.host">localhost</parameter>
</transportSender>-->
<!-- ================================================= -->
<!-- Global Modules -->
<!-- ================================================= -->
<!-- Comment this to disable Addressing -->
<module ref="addressing"/>
<!--Configuring module , providing parameters for modules whether they refer or not-->
<!--<moduleConfig name="addressing">-->
<!--<parameter name="addressingPara">N/A</parameter>-->
<!--</moduleConfig>-->
<!-- ================================================= -->
<!-- Clustering -->
<!-- ================================================= -->
<!-- Configure and uncomment following for preparing Axis2 to a clustered environment -->
<!--
<cluster class="org.apache.axis2.cluster.tribes.TribesClusterManager">
<parameter name="param1">value1</parameter>
<parameter name="domain">apache.axis2.domain</parameter>
<parameter name="synchronizeAll">true</parameter>
<parameter name="maxRetries">10</parameter>
<configurationManager class="org.apache.axis2.cluster.configuration.TribesConfigurationManager">
<listener class="org.apache.axis2.cluster.configuration.DefaultConfigurationManagerListener"/>
</configurationManager>
<contextManager class="org.apache.axis2.cluster.context.TribesContextManager">
<listener class="org.apache.axis2.cluster.context.DefaultContextManagerListener"/>
</contextManager>
</cluster>
-->
<!-- ================================================= -->
<!-- Phases -->
<!-- ================================================= -->
<phaseOrder type="InFlow">
<!-- System predefined phases -->
<phase name="Transport">
<handler name="RequestURIBasedDispatcher"
class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher">
<order phase="Transport"/>
</handler>
<handler name="SOAPActionBasedDispatcher"
class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher">
<order phase="Transport"/>
</handler>
</phase>
<phase name="Addressing">
<handler name="AddressingBasedDispatcher"
class="org.apache.axis2.dispatchers.AddressingBasedDispatcher">
<order phase="Addressing"/>
</handler>
</phase>
<phase name="Security"/>
<phase name="PreDispatch"/>
<phase name="Dispatch" class="org.apache.axis2.engine.DispatchPhase">
<handler name="RequestURIBasedDispatcher"
class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"/>
<handler name="SOAPActionBasedDispatcher"
class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"/>
<handler name="RequestURIOperationDispatcher"
class="org.apache.axis2.dispatchers.RequestURIOperationDispatcher"/>
<handler name="SOAPMessageBodyBasedDispatcher"
class="org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher"/>
<handler name="HTTPLocationBasedDispatcher"
class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/>
<handler name="GenericProviderDispatcher"
class="org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher"/>
<handler name="MustUnderstandValidationDispatcher"
class="org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher"/>
</phase>
<phase name="RMPhase"/>
<!-- System predefined phases -->
<!-- After Postdispatch phase module author or service author can add any phase he want -->
<phase name="OperationInPhase">
<handler name="MustUnderstandChecker"
class="org.apache.axis2.jaxws.dispatchers.MustUnderstandChecker">
<order phase="OperationInPhase"/>
</handler>
</phase>
<phase name="soapmonitorPhase"/>
</phaseOrder>
<phaseOrder type="OutFlow">
<!-- user can add his own phases to this area -->
<phase name="soapmonitorPhase"/>
<phase name="OperationOutPhase"/>
<!--system predefined phase-->
<!--these phase will run irrespective of the service-->
<phase name="RMPhase"/>
<phase name="PolicyDetermination"/>
<phase name="MessageOut"/>
<phase name="Security"/>
</phaseOrder>
<phaseOrder type="InFaultFlow">
<phase name="Addressing">
<handler name="AddressingBasedDispatcher"
class="org.apache.axis2.dispatchers.AddressingBasedDispatcher">
<order phase="Addressing"/>
</handler>
</phase>
<phase name="Security"/>
<phase name="PreDispatch"/>
<phase name="Dispatch" class="org.apache.axis2.engine.DispatchPhase">
<handler name="RequestURIBasedDispatcher"
class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"/>
<handler name="SOAPActionBasedDispatcher"
class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"/>
<handler name="RequestURIOperationDispatcher"
class="org.apache.axis2.dispatchers.RequestURIOperationDispatcher"/>
<handler name="SOAPMessageBodyBasedDispatcher"
class="org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher"/>
<handler name="HTTPLocationBasedDispatcher"
class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/>
<handler name="GenericProviderDispatcher"
class="org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher"/>
<handler name="MustUnderstandValidationDispatcher"
class="org.apache.axis2.jaxws.dispatchers.MustUnderstandValidationDispatcher"/>
</phase>
<phase name="RMPhase"/>
<!-- user can add his own phases to this area -->
<phase name="OperationInFaultPhase"/>
<phase name="soapmonitorPhase"/>
</phaseOrder>
<phaseOrder type="OutFaultFlow">
<!-- user can add his own phases to this area -->
<phase name="soapmonitorPhase"/>
<phase name="OperationOutFaultPhase"/>
<phase name="RMPhase"/>
<phase name="PolicyDetermination"/>
<phase name="MessageOut"/>
<phase name="Security"/>
</phaseOrder>
</axisconfig>

View File

@ -36,11 +36,10 @@ ServerAdminPwd=mcsmanager
su - -c "/usr/sbin/setup-ds-admin.pl -f ${tmp_config_file} --silent" || return 1 su - -c "/usr/sbin/setup-ds-admin.pl -f ${tmp_config_file} --silent" || return 1
# init MCS ldap data # init MCS ldap data
# TODO ( /usr/sbin/mcs-ldapinit.pl -d localhost.localdomain -b "dc=babel,dc=it" \
#( /usr/sbin/mcs-ldapinit.pl -d localhost.localdomain -b "dc=babel,dc=it" \ -s sa -p mcsmanager -a node1 -B "db1,db2" -f /tmp/base.ldif ) || return 1
# -s sa -p mcsmanager -a node1 -B "db1,db2" -f /tmp/base.ldif ) || return 1 /usr/bin/ldapmodify -a -D "cn=directory manager" -h localhost -w mcsmanager \
#/usr/bin/ldapmodify -a -D "cn=directory manager" -h localhost -w mcsmanager \ -f /tmp/base.ldif || return 1
# -f /tmp/base.ldif || return 1
echo "389 Directory Server configured." echo "389 Directory Server configured."
return 0 return 0

View File

@ -79,37 +79,42 @@ cp /.mcs/mmt_scripts /usr/local/ -Rp || exit 1
chown root:root /usr/local/mmt_scripts -R || exit 1 chown root:root /usr/local/mmt_scripts -R || exit 1
chmod 755 /usr/local/mmt_scripts/* -R || exit 1 chmod 755 /usr/local/mmt_scripts/* -R || exit 1
# temp unpack jboss-deploy.tar.bz2
echo "Unpacking jboss-deploy data"
tar xjf /.mcs/jboss-deploy.tar.bz2 -C /tmp || exit 1
jboss_deploy="/tmp/jboss-deploy"
if [ ! -d "${jboss_deploy}" ]; then
echo "${jboss_deploy} not a dir"
exit 1
fi
# copy mcs-ldapinit.pl somewhere, it will be used to setup mcs ldap schema at runtime # copy mcs-ldapinit.pl somewhere, it will be used to setup mcs ldap schema at runtime
cp /.mcs/no_repo/MailWare-Manager/scripts/mcs-ldapinit.pl /usr/sbin/ || exit 1 cp /.mcs/scripts/mcs-ldapinit.pl /usr/sbin/ || exit 1
chmod +x /usr/sbin/mcs-ldapinit.pl || exit 1 chmod +x /usr/sbin/mcs-ldapinit.pl || exit 1
chown root:root /usr/sbin/mcs-ldapinit.pl || exit 1 chown root:root /usr/sbin/mcs-ldapinit.pl || exit 1
# Build ejabberd # Build ejabberd
#tar xvzf /.mcs/ejabberd-patched.tar.bz2 -C /tmp || exit 1 #tar xvzf /.mcs/ejabberd-patched.tar.bz2 -C /tmp || exit 1
#cd /tmp/ejabberd-2.1.0_rc1 || exit 1 #cd /tmp/ejabberd-2.1.0_rc1 || exit 1
## Setup MCS ## Setup MCS
# setup 389 schema # copy jboss data over
cp /.mcs/no_repo/MailWare-Manager/ldif/schema/* /etc/dirsrv/schema/ || exit 1 echo "Copying jboss-bin deploy data over"
chown root:root /etc/dirsrv/schema/*.ldif -R || exit 1 mv /tmp/jboss-deploy/* /opt/jboss-bin-4.2/server/default/deploy/ || exit 1
# setup config chown jboss:jboss /opt/jboss-bin-4.2/server/default/deploy/ -R || exit 1
# TODO: complete # setup 389 schema
# cp /.mcs/no_repo/MailWare-Manager/sabayon-conf/web/WEB-INF/balance.xml || exit 1 # TODO cp /.mcs/389-mailware-schema/* /etc/dirsrv/schema/ || exit 1
# cp /.mcs/no_repo/MailWare-Manager/sabayon-conf/web/WEB-INF/conf/axis2.xml || exit 1 # TODO chown root:root /etc/dirsrv/schema/*.ldif -R || exit 1
# cp /.mcs/no_repo/MailWare-Manager/sabayon-conf/src/manager.properties || exit 1
# cp /.mcs/no_repo/MailWare-Manager/sabayon-conf/src/ldap.properties || exit 1 # setup config
cp /.mcs/mailware-sabayon-conf/web/WEB-INF/balance.xml /opt/jboss-bin-4.2/server/default/deploy/MailWare-Manager.war/WEB-INF/balance.xml || exit 1
cp /.mcs/mailware-sabayon-conf/web/WEB-INF/conf/axis2.xml /opt/jboss-bin-4.2/server/default/deploy/MailWare-Manager.war/WEB-INF/conf/axis2.xml || exit 1
mkdir /maildirs || exit 1 mkdir /maildirs || exit 1
chown mail:mail /maildirs -R || exit 1 chown mail:mail /maildirs -R || exit 1
# Setup .war stuff
cp /.mcs/no_repo/jboss-deploy/* /opt/jboss-bin-4.2/server/default/deploy/ -Rap
chown jboss:jboss /opt/jboss-bin-4.2/server/default/deploy/ -R
# Setup dovecot # Setup dovecot
cp /.mcs/dovecot*.conf /etc/dovecot/ || exit 1 cp /.mcs/dovecot*.conf /etc/dovecot/ || exit 1
chown root:root /etc/dovecot/dovecot*.conf || exit 1 chown root:root /etc/dovecot/dovecot*.conf || exit 1