smtp
APC UPS Power Management (daemon)
Install
- All systems
-
curl cmd.cat/smtp.sh
- Debian
-
apt-get install apcupsd
- Ubuntu
-
apt-get install apcupsd
- Alpine
-
apk add apcupsd
- Arch Linux
-
pacman -S apcupsd
- Kali Linux
-
apt-get install postfix
- CentOS
-
yum install postfix
- Fedora
-
dnf install apcupsd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apcupsd
- OS X
-
brew install apcupsd
- Raspbian
-
apt-get install apcupsd
- Dockerfile
- dockerfile.run/smtp
- Docker
-
docker run cmd.cat/smtp smtp
powered by Commando
apcupsd
APC UPS Power Management (daemon)
apcupsd provides UPS power management for APC products, including most BackUPS series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix series. It controls and monitors the status of UPS and allows your computer to run for a specified length of time on UPS power, and then executes a controlled shutdown in the case of an extended power failure.
postfix
High-performance mail transport agent
Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different.