Postfix: Difference between revisions
Created page with "Notes on using Postfix <ref>loosely following the info at http://braiden.org/?p=15</ref>. Quick and dirty procedure for setting up Postfix on a new machine that needs email...." |
Adds DO hack |
||
| Line 9: | Line 9: | ||
<li><source lang="bash"> apt-get install bsd-mailx </source> | <li><source lang="bash"> apt-get install bsd-mailx </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 | |||
smtp_bind_address = 0.0.0.0 | |||
# satellite configuration | # satellite configuration | ||
smtp_use_tls = yes | smtp_use_tls = yes | ||