Встановлення та перевірка
apt install postfix -y
echo "Test" | mail -s "Test" test@example.com
tail -f /var/log/mail.log
⚠️ Не запускайте відкритий relay — сервер потрапить до блок-листів за кілька годин.
apt install postfix -y
echo "Test" | mail -s "Test" test@example.com
tail -f /var/log/mail.log