Ticket #731: smartd_mailer.conf.ps1

File smartd_mailer.conf.ps1, 512 bytes (added by Christian Franke, 8 years ago)

Sample confugration file for smartd_mailer.ps1.

Line 
1# Sample configuration file for smartd_mailer.ps1
2
3# SMTP Server
4$smtpServer = "smtp.domain.local"
5
6# Optional settings [default values in square brackets]
7
8# Sender address [smartd daemon <root@%COMPUTERNAME%.local>]
9#$from = "Administrator <root@domain.local>"
10# SMTP Port [25]
11#$port = 587
12# Use STARTTLS [$false]
13#$useSsl = $true
14# SMTP user name []
15#$username = "USER"
16# SMTP password []
17#$password = "PASSWORD"
18# SMTP password for ConvertTo-SecureString []
19#$passwordSecure = "0100...."