cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Configuration Files

jimi
Champ in-the-making
Champ in-the-making
please forgive me if this question is too dumb:

do alfresco share and alfresco explorer use the same set of configuration files?
3 REPLIES 3

ssaravanan
Champ in-the-making
Champ in-the-making
Most of the configuration files for Alfresco webclient goes into the extensions folder (tomcat/shared/classes/alfresco/extension)
and the share related ones go into the web-extensions folder (share config files most often start with the word share )

jimi
Champ in-the-making
Champ in-the-making
Thanks!

i'm now trying to setup my alfresco to send email invitations
following this page: http://wiki.alfresco.com/wiki/E-mail_Configuration

this is a sample in the page:

mail.host=:
mail.port=25:
mail.username=anonymous:
mail.password= :

# Set this value to UTF-8 or similar for encoding of email messages as required
mail.encoding=UTF-8:

# Set this value to 7bit or similar for Asian encoding of email headers as required
mail.header=:
mail.from.default=alfresco@alfresco.org:
mail.smtp.auth=true:
mail.smtp.timeout=30000:

do i need to keep those ":" at the end of each line?
and i don't understand the "7bit or similar" thing, should i just set mail.header=7?

mrogers
Star Contributor
Star Contributor
No.   Those ":" characters should not be there.