From d133d9bd5ad53e3579631ad480b25c28110c880f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 27 Jun 2023 22:58:26 -0400 Subject: feat: begin migration writeup and design doc --- tutors/email/migrate.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tutors/email/migrate.php (limited to 'tutors/email/migrate.php') diff --git a/tutors/email/migrate.php b/tutors/email/migrate.php new file mode 100644 index 0000000..60e6c15 --- /dev/null +++ b/tutors/email/migrate.php @@ -0,0 +1,22 @@ +- set up mail forwarding from existing tutor emails to personal emails (one-way) +- disable dnssec on google domains +- unlock google domain +- transfer to porkbun via ui with google domains token; approve transfer on google domains +- clone 53hor.net DNS records into porkbun domain +- turn on dnssec for porkbun domain +- turn on ssl certificate generation for porkbun domain + +now every tutor needs manual action to be able to send mail again + +every tutor needs to generate a password and submit the encrypted password to carpenter tutoring. this secret exchange still needs to be worked out + +whether configuring gmail alias or setting up another mail client, steps are the same as before but the imap and smtp settings need to be changed + +mta: mail.53hor.net +starttls for all ssl settings +143 for imap +587 for smtp +username is @carpentertutoring email +password is TBD + +also the homepage mailer needs to be updated, preferably with its own email address which goes back to amy -- cgit v1.2.3