configure mail server

apt-get install postfix
postconf -e "myorigin = alineaga.tk"
postconf -e "myhostname=liceulsimiantv.alineaga.tk"
postconf -e "relay_domains = alineaga.tk"
postfix reload
telnet localhost 25 // to test
that's it!

Comments