# Property used to enable or disable the email notification function # "true": enabled, "false": disabled server.mail.enabled=true # Property used to set the sender email address. # Почтовый ящик, от имени которого система будет отправлять уведомления. server.mail.from=mr_device-manager@lanit.ru # Property used to set the hostname or IP address of the SMTP server. # Адрес почтового сервера. server.mail.smtp.host=post-m.lanit # Property used to set the port number for the SMTP server. # Порт почтового сервера. server.mail.smtp.port=25 # Property used to enable or disable SMTP authentication # "true": enabled, "false": disabled server.mail.smtp.auth=false # Property used to set email notification as the alert type # "Trap": SNMP Trap alerts only, "Server": Alerts of daemons checking the component status and configuration version only, "All": Both "Trap" and "Server" alerts server.mail.alert.type=Trap # Property used to set the severity level of alerts sent by email # Set the lowest severity level among the alerts that are sent by email. # Severity levels: "Normal" < "Service" < "Moderate" < "Serious" < "Acute" server.mail.alert.status=Moderate # Specifies the email address to which an undeliverable notification email is sent # when a delivery error occurs for an event notification email. # Адрес на который будет отправлено уведомление в случае возникновения ошибок. server.mail.errorsTo=ais@lanit.ru