diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-04-03 23:15:38 -0700 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-04-03 23:15:38 -0700 |
commit | 2b94a020ccb78fa486691767e35110914fd53e8c (patch) | |
tree | def0f1627e3eb02ca5ce2893a73819c30fb40826 /blog/dst/a/mail_server_with_postfix.html | |
parent | 1d3d721229e060c70ee28848d8b8d227e764990a (diff) |
Add new blog entry and update gb stuff
Diffstat (limited to 'blog/dst/a/mail_server_with_postfix.html')
-rw-r--r-- | blog/dst/a/mail_server_with_postfix.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/dst/a/mail_server_with_postfix.html b/blog/dst/a/mail_server_with_postfix.html index 2d5c178..9909882 100644 --- a/blog/dst/a/mail_server_with_postfix.html +++ b/blog/dst/a/mail_server_with_postfix.html @@ -78,12 +78,12 @@ <ul> <li>Later we'll be adding some <strong>MX</strong> and <strong>TXT</strong> records.</li> -<li>You also need a <strong>CNAME</strong> for “mail” and (optionally) “www.mail”, or whatever you want to call the sub-domains (although the <a href="https://tools.ietf.org/html/rfc2181#section-10.3">RFC 2181</a> states that it NEEDS to be an <strong>A</strong> record, fuck the police), to actually work and to get SSL certificate (you can also use the SSL certificate obtained if you created a website following my other notes on <code>nginx</code> and <code>certbot</code>).</li> +<li>You also need a <strong>CNAME</strong> for “mail” and (optionally) “www.mail”, or whatever you want to call the sub-domains (although the <a href="https://tools.ietf.org/html/rfc2181#section-10.3">RFC 2181</a> states that it NEEDS to be an <strong>A</strong> record, fuck the police), to actually work and to get SSL certificate (you can also use the SSL certificate obtained if you created a website following my other notes on <code>nginx</code> and <code>certbot</code>) with <code>certbot</code> (just create a <code>mail.conf</code> for <code>nginx</code>, similar to how we created it in the website entry).</li> </ul></li> <li>A VPS or somewhere else to host. I'm using <a href="https://www.vultr.com/?ref=8732849">Vultr</a> (also an affiliate link). <ul> -<li>Also <code>ssh</code> configured.</li> +<li><code>ssh</code> configured.</li> <li>Ports 25, 587 (SMTP), 465 (SMTPS), 143 (IMAP) and 993 (IMAPS) open on the firewall (I use <code>ufw</code>).</li> <li>With <code>nginx</code> and <code>certbot</code> setup and running.</li> </ul></li> @@ -551,7 +551,7 @@ systemctl enable spamassassin.service <div class=timestamp> <hr> -<p>Created: Sat, Mar 20, 2021 @ 02:54 MST; modified: Sat, Mar 20, 2021 @ 03:06 MST</p> +<p>Created: Sat, Mar 20, 2021 @ 02:54 MST; modified: Sat, Mar 20, 2021 @ 21:05 MST</p> </div> <footer class="footer"> <i class="fas fa-envelope" alt="Email"></i> |