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...." |
---|