You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Relevant changes

Changes in SyncopeConf table

As per SYNCOPE-457, the SMTP server configuration is defined in the mail.properties file.

Consequently, the rows withe the following four keys in the SyncopeConf table are no longer used and can be removed:

  • smtp.host
  • smtp.port
  • smtp.username
  • smtp.password

The following properties should be defined in the mail.properties file, providing appropriate values.

smtpHost=none.syncope.apache.org
smtpPort=25
smtpUser=syncope
smtpPassword=secret
smtpProtocol=smtp
smtpEncoding=UTF-8
smtpConnectionTimeout=3000
mailDebug=true

Additionally other smtp protocol configuration properties can be specified as defined by the java mail spec

Suggested procedure

  • No labels