Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Code Block

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