cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Email

fohnbit
Champ in-the-making
Champ in-the-making
Hello!

I have some questions about Email:
I installed the community version on a Ubuntu Server 14.04 x64

For setup email I have to configure the file:
/opt/alfresco-5.0.a/tomcat/shared/classes/alfresco-global.properties

There is also a file called .sample … but this is only demo data, right?

Provider is hosteurope.de

Inside the alfresco-global.properties:

#
# Outbound Email Configuration
#————-
mail.from.default=dms@company.com
mail.from.enabled=true
mail.host=hostname.de
mail.port=587
mail.username=username
mail.password=password
mail.encoding=UTF-8
mail.protocol=smtps
mail.smtps.starttls.enable=true
mail.smtps.auth=true

mail.testmessage.send=true
mail.testmessage.to=scan@company.com
mail.testmessage.subject=Outbound SMTP
mail.testmessage.text=The Outbound SMTP email subsystem is working.

But there is no Mail receiving.

How can I check a log file? Or are the syntax of my settings wrong?

Thanks
1 REPLY 1

fohnbit
Champ in-the-making
Champ in-the-making
OK, without SMTPS … then it is working!