summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-03-23 17:28:40 -0400
committerAdam T. Carpenter <atc@53hor.net>2024-03-23 17:28:40 -0400
commitd4e6e2110a9eaa2ea99c7ce046fab3428fb83e95 (patch)
tree834edfd2322e28d3f71c6cf748d2c4048fe1d9fd
parente3fd875038494ce6fc9a2f812060c9353fa9c5ae (diff)
downloadcarpentertutoring-master.tar.xz
carpentertutoring-master.zip
chore: clean up old proposalHEADmaster
-rw-r--r--tutors/email/proposal.php98
1 files changed, 0 insertions, 98 deletions
diff --git a/tutors/email/proposal.php b/tutors/email/proposal.php
deleted file mode 100644
index 84d7daf..0000000
--- a/tutors/email/proposal.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php include('../../header.php'); ?>
-<section class="banner">
- <h1>Migrate from Google Domains to Porkbun w/self-hosted email</h1>
-</section>
-
-<section class="quiet flexible">
- <div>
- <p>
- This proposal documents migrating the Carpenter Tutoring domain name and email forwarding structure away from Google Domains to a dual Porkbun and self-hosted structure.
- </p>
-
- <h2>Impetus</h2>
-
- <p>
- Google is selling off Google Domains to Squarespace at an undisclosed date. This was announced 2023-06-05 and is <a href="https://support.google.com/domains/answer/13689670">documented here</a>.
- Google Domains provided the following key features for Carpenter Tutoring:
-
- <ol>
- <li>A domain registrar, mapping carpentertutoring.com to an IP address. This allowed us to serve both the company homepage and cloud storage (Nextcloud) applications to clients and tutors.</li>
- <li>Free mail forwarding, allowing every new tutor to have a @carpentertutoring.com email address with which they can send mail to and receive mail from clients.</li>
- <li>DNS controls to automate certificate renewal, providing both the homepage and Nextcloud instance with TLS.</li>
- <li>Close integration with Google Business Profile, the primary non-homepage web presence for Carpenter Tutoring.</li>
- </ol>
- </p>
-
- <p>
- These services are critical to the operation of Carpenter Tutoring and therefore must be replaced with the next best substitute as soon as possible. Their replacement must continue to be resilient and protected against change to minimise rework. This is especially important given the growing number of independent contractors joining Carpenter Tutoring in the past three months.
- </p>
-
- <h2>Existing costs</h2>
-
- <p>
- All Google Domains services are available for $12.00 per year for Carpenter Tutoring. The homepage and Nextcloud are self-hosted for the cost of electricity and maintenance by Carpenter Tutoring itself. For the purposes of this document, those costs are negligible.
- </p>
-
- <h2>Path of no action</h2>
-
- <p>
- If no action is taken, the carpentertutoring.com domain will be transferred to Squarespace. Google promises no interruption of service as a result of the migration. Squarespace assures users that their existing registrations will be financially covered for the remainder of their registration period. Since carpentertutoring.com renews in January each year, the business would pay nothing to be migrated to Squarespace until January.
- </p>
-
- <p>
- Ironically, Squarespace provides email forwarding features for small businesses <a href="https://www.squarespace.com/professional-email">by reselling Google Workspace</a>. The cost of Google Workspace mail accounts for all tutors is prohibitive for Carpenter Tutoring and will not be considered. This means Squarespace does not offer a low-cost or free mail delivery service for independent contractors.
- </p>
-
- <p>
- Squarespace, being more than a domain registrar, <a href="https://www.squarespace.com/pricing">offers bundle plans</a> with website builders, custom domains, product inventory and checkout carts, and SEO tools. The majority of these tools offer no immediate or near future value to Carpenter Tutoring, and would therefore be an upsell on the essential services Carpenter Tutoring needs today.
- </p>
-
- <p>
- For these reasons, Squarespace cannot be considered a viable alternative to Google Domains. A third-party replacement is required to maintain existing operability and costs.
- </p>
-
- <h2>Path of equivalent cost and minimal functionality</h2>
-
- <p>
- Porkbun also offers one-way email forwarding for $3.00 per address per year. For ten tutors this would be $30.00 billed annually and does not account for domain registration costs. While much more affordable, it is critical for tutors to be able to send mail to clients as well as receive it. Therefore this is not an option.
- </p>
-
- <h2>Path of higher cost and equivalent functionality</h2>
-
- <p>
- To quickly get set up and running again with little operational overhead, Porkbun offers mail hosting for $2.00 per month per inbox. For ten tutors this would be $240.00 billed annually and does not take into account the domain registration costs. Every tutor would receive a dedicated webmail interface and be able to configure two-way forwarding just like they had previously. As the number of tutors grows, this starts to become less cost-effective compared to other options.
- </p>
-
- <h2>Path of low cost and increased functionality</h2>
-
- <p>
- The optimal solution that provides the lowest cost and the highest comparable functionality is transferring domains only to Porkbun and implementing self-hosted email on the Carpenter Tutoring web server. This will provide a virtually unlimited number of tutors with a virtual unlimited capacity mailbox each. It also provides Carpenter Tutoring with greater control over company data and communications. Additional forwarding addresses can be constructed for information "blurb"s or mailing lists.
- </p>
-
- <p>
- The cost of this solution is the accounted for domain registration fee ($9.73 renewal, $11.48 one-time transfer). The operating cost of the mail server is the electricity powering the existing homepage and Nextcloud instance.
- </p>
-
- <h2>Architecture</h2>
-
- <p>
- Here is a rough architectural overview.
- Porkbun registers the domain name and DNS configuration pointing MX records to MTA mail.53hor.net. At mail.53hor.net are an SMTP server and an IMAP server. Every tutor gets a virtual user and mailbox and the appropriate configuration to use any mail client of their choice.
- </p>
-
- <p>
- Spam filters prevent unwarranted and unwanted messages from arriving on all tutors' inboxes. Common rules can be set up to redirect known spam away from inboxes and into junk for all tutors. Additionally, DKIM is configured to make sure mail is delivered to major tech mail providers (Google, Microsoft, Apple) who require it.
- </p>
-
- <h2>Implementation</h2>
-
- <p>OpenSMTPD is used as an MTA, sending mail and running the necessary actions on incoming and outgoing mail requests. Dovecot exists as an IMAP virtual mailbox for tutors to authenticate with and check mail. Rspamd is a spam filter integrating with Dovecot.
- </p>
-
- <p>Useful starting information <a href="https://www.davd.io/tags/mail/">here</a>.</p>
-
- </div>
-
-</section>
-
-<?php include('../../footer.php'); ?>