cancel
Showing results for 
Search instead for 
Did you mean: 

IMAP Error

nuttinjeff
Champ in-the-making
Champ in-the-making
Hi,

I'm trying to set up the IMAP interface of Alfresco, so ours users can access it via thunderbird, but I'm getting the following error:

The current command did not suceed. The mail server responded: SELECT failed. 08170007 No root sites folder exists.

Here's my alfresco-global.properties (no changes have been made in others files):

###############################
## Common Alfresco Properties #
###############################


dir.root=D:/RedeCst/alf_data

db.name=alfresco
db.username=alfresco
db.password=password
db.host=localhost
db.port=5432

db.driver=org.postgresql.Driver
db.url=jdbc:postgresql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.query.substitutions=true TRUE, false FALSE

ooo.exe=D:/Programs/BrOffice.org 3/program/soffice
img.root=D:/Programs/ImageMagick/bin
#swf.exe=D:/alfresco 3.1/bin/pdf2swf

mail.host=xxxx
mail.port=25
mail.username=sadig-user
mail.password=password
mail.encoding=UTF-8
mail.from.default=alfresco@sadig.com
#mail.smtp.auth=false

authentication.chain=ldap1:ldap-ad, passthru1:passthru

passthru.authentication.servers=SADIG\\VESUVIO,VESUVIO
ntlm.authentication.sso.enabled=false

ldap.authentication.allowGuestLogin=false
ldap.synchronization.active=false
ldap.authentication.userNameFormat=%s@sadig.net
ldap.authentication.java.naming.provider.url=ldap://vesuvio.sadig.net:389

cifs.domain=SADIG

#
# IMAP
#————-
imap.server.enabled=true
imap.server.port=8143
imap.server.host=10.1.1.3
web.application.context.url=http://alfresco.url/alfresco

Any help would be appreciated. Thanks.
2 REPLIES 2

nuttinjeff
Champ in-the-making
Champ in-the-making
Nobody?

mrogers
Star Contributor
Star Contributor
Hav you raised this in JIRA?