Konfigurace mail serveru (Instalace postfix a mailutils)
sudo apt-get install postfix instalace se smarthost smarthost (odesílající server) 192.168.22.4 (webmail.sspu-opava.cz) dpkg-reconfigure postfix apt-get install mailutils echo „blablabla“ | mail -s „predmet messages“ franta@gmail.com Kontrola odeslání tail -f /var/log/mail.log Výstup logu: root@student-OptiPlex-GX280:/home/student# tail -f /var/log/mail.log Apr 28 11:54:55 student-OptiPlex-GX280 postfix/pickup[3147]: 0CF69161DDB: uid=0 from=<root> Apr 28 11:54:55 student-OptiPlex-GX280 postfix/cleanup[3307]: 0CF69161DDB: message-id=<20050428095455.0CF69161DDB@student-OptiPlex-GX280> Apr 28 11:54:55 … Číst dál