Postfix configuration on ubuntu | for local host mailing

preview_player
Показать описание
Don't forget to comment and subscribe for more content.

change hostname with : hostnamectl set-hostname |name you want to change to|
view hostname : hostname
------------------------------------------------------------------------------------------------------
update package : sudo apt-get update
download and install postfix : sudo apt-get install postfix
to reconfigure postfix : sudo dpkg-reconfigure postfix
to access configuration file :
or with any available text editor
------------------------------------------------------------------------------------------------------

for the last part | for mailing we can download and use mail command
to download command use : sudo apt-get install mailutils

command to send mails
echo "Your message" | mail -s "Your subject" your recipient
Рекомендации по теме
Комментарии
Автор

good explaination but what da hell did u do un the telnet part!! Copypaste??

olillel
Автор

Why don't you speak?? This is a good video but please explain about what's going on.

tharushapiyumal