Created
March 28, 2017 06:46
-
-
Save alexishida/c2a3b20d7afdf6dc26f94fa924cb06e0 to your computer and use it in GitHub Desktop.
Instalando sendmail Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install sendmail | |
| sudo sendmailconfig | |
| sudo pico /etc/hosts | |
| 127.0.0.1 197b43000208 localhost localhost.localdomain | |
| ::1 197b43000208 localhost ip6-localhost ip6-loopback | |
| fe00::0 ip6-localnet | |
| ff00::0 ip6-mcastprefix | |
| ff02::1 ip6-allnodes | |
| ff02::2 ip6-allrouters | |
| 172.17.0.4 197b43000208 | |
| echo "Subject: test" | /usr/lib/sendmail -v [email protected] Example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment