Postfix: Difference between revisions
Adds DO hack |
use mailutils |
||
| Line 7: | Line 7: | ||
<li><source lang="bash"> sudo su - </source> | <li><source lang="bash"> sudo su - </source> | ||
<li><source lang="bash"> apt-get install postfix </source> | <li><source lang="bash"> apt-get install postfix </source> | ||
<li><source lang="bash"> apt-get install bsd-mailx </source> | <li><source lang="bash"> apt-get install bsd-mailx | ||
# or | |||
apt-get install mailutils | |||
</source> | |||
<li><pre>cat <<HERE | sudo tee /etc/postfix/main.cf > /dev/null | <li><pre>cat <<HERE | sudo tee /etc/postfix/main.cf > /dev/null | ||
# work-around for Digital Ocean's blocking of IPv6 for email | # work-around for Digital Ocean's blocking of IPv6 for email | ||