Skip to content

world/config/server.config

Main settings

Property Description Default Example
World * World server FQDN world.synkzone.example.com
SNTPServer * Primary NTP server ntp.netnod.se
SNTPServerBackup * Backup NTP server ntp.netnod.se
NoMonitorOrganizations Organizations to exclude from monitoring acme.example.com

Mailservice

Email is used to send startup notifications and monitoring notifications.

Property Description Default Example
mailservice * Enable email false
mailservice.bounce ** Bounce email address bounce@example.com
mailservice.domain ** Domain emails are sent from example.com
mailservice.reply ** Reply address in credential emails noreply@example.com
mailservice.sender ** Display name for the "from" field Synkzone
mailservice.smtp.host ** SMTP host FQDN mail.example.com
mailservice.smtp.port ** SMTP port 587
mailservice.smtp.credentials ** Path to credentials file /config/mailservice-credentials.properties
mailservice.startup Recipient for startup confirmation email admin@example.com
mailservice.monitoring Recipient for monitoring notifications monitoring@example.com
mailservice.dkim.selector DKIM selector pointing to public key s1
mailservice.dkim.privatekey.path Path to DKIM private key /config/mailservice-dkim.privatekey

Note

  • * Required parameter.
  • ** Required parameter if feature functionality is enabled.