0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 03:28:07 +00:00
packages/net/apcupsd/files/apcupsd_mail.conf
Othmar Truniger a460965a67 apcupsd: move from old packages and Makefile updated
Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
2015-02-17 23:14:27 +01:00

8 lines
114 B
Bash

#!/bin/sh
MAILPROG="/usr/sbin/smtp"
MAILHOST="mail:25"
FROM="OpenWrt"
TO="apcups@example.com"
HOSTNAME="OpenWrt"