08-26-2009 10:34 AM
08-26-2009 11:28 AM
08-26-2009 11:53 AM
###############################
## Common Alfresco Properties #
###############################
#
# Sample custom content and index data location
#————-
dir.root=./alf_data
#
# Sample database connection properties
#————-
db.name=alfresco
db.username=alfresco
db.password=dontbelieveit
db.host=localhost
db.port=3306
#
# External locations
#————-
ooo.exe=/usr/bin/soffice
#img.root=./ImageMagick
swf.exe=/usr/local/bin/pdf2swf
img.root=/usr/local
img.exe=/usr/local/bin/convert
#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
#
# Index Recovery Mode
#————-
#index.recovery.mode=Auto
index.recovery.mode=FULL
#
# Outbound Email Configuration
#————-
mail.host=smtp.server.univ.edu
mail.port=25
#mail.username=anonymous
#mail.password=
mail.encoding=UTF-8
mail.from.default=alfresco@alfresco.server.univ.edu
mail.smtp.auth=false
#
# Alfresco Email Service and Email Server
#————-
# Enable/Disable the inbound email service. The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#————-
#email.inbound.enabled=true
# Email Server properties
#————-
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous
# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match. For example:
# .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#————-
#email.server.allowed.senders=.*
#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#————-
#authentication.chain=alfrescoNtlm1:alfrescoNtlm
authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru
ntlm.authentication.sso.enabled=false
alfresco.authentication.authenticateCIFS=false
passthru.authentication.authenticateCIFS=true
#
# IMAP
#————-
imap.server.enabled=true
imap.server.port=143
imap.server.host=alfresco.server.univ.edu
#Sharepoint Protocol Support
vti.server.port=7070
vti.alfresco.depoloyment.context=/alfresco
vti.alfresco.alfresoHostWithPort=http://alfresco.server.univ.edu:8080
vti.share.shareHostWithPort=http://alfresco.server.univ.edu:8080
#
#CIFS Server
cifs.enabled=true
cifs.serverName=${localname}
cifs.ulrfile.prefix=http://${localname}:8080/alfresco/
cifs.ipv6.enabled=false
cifs.WINS.primary=10.0.185.225
cifs.WINS.secondary=10.0.57.225
#
08-26-2009 12:14 PM
08-26-2009 12:23 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.