Poradnik POSTFIX – Send Email Console
Piotr Nowak.
1. Instalacja Debian 9
2. apt-get udate && apt-get upgrade (aktualizacja)
3. Instalacja POSTFIXA : apt-get install postfix
4. Konfiguracja Postfixa : nano /etc/postfix/main.cf — > inet_interfaces = loopback_only
mydestination = $myhostname, example.com, localhost.com. localhost – > ZAPISUJEMY.
5. Restart postfixa : systemctl restart postfix
6. Próba Wyslania wiadomosci : echo “Wpisz Swoja Wiadomosc” | mail -s “Wpisz temat” PODAJADRESDOWYSLANIA