]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - os_win32/smartd_mailer.conf.sample.ps1
New upstream version 6.6
[mirror_smartmontools-debian.git] / os_win32 / smartd_mailer.conf.sample.ps1
CommitLineData
f9e10201
JD
1# Sample file for smartd_mailer.conf.ps1
2#
3# Home page of code is: http://www.smartmontools.org
4# $Id: smartd_mailer.conf.sample.ps1 4338 2016-09-07 19:31:28Z chrfranke $
5
6# SMTP Server
7$smtpServer = "smtp.domain.local"
8
9# Optional settings [default values in square brackets]
10
11# Sender address ["smartd daemon <root@$hostname>"]
12#$from = "Administrator <root@domain.local>"
13
14# SMTP Port [25]
15#$port = 587
16
17# Use STARTTLS [$false]
18#$useSsl = $true
19
20# SMTP user name []
21#$username = "USER"
22
23# Plain text SMTP password []
24#$password = "PASSWORD"
25
26# Encrypted SMTP password []
27# (embedded newlines, tabs and spaces are ignored)
28#$passwordEnc = "
29# 0123456789abcdef...
30# ...
31#"