New Knowledge from Joe The Infra

>>> aptitude search
for search app we can download

>>> aptitude install postfix
for installing MTA

>>> aptitude install mailutils
don't know what for, but come with postfix

>>> vi /etc/postfix/main.cf
edit mydestination value for domain.

>>> /etc/init.d/postfix restart
to restart postfix service

>>> tail -f /var/log/mail.log
to monitor mail log

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade