diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-06-27 22:58:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-06-27 22:58:26 -0400 |
commit | d133d9bd5ad53e3579631ad480b25c28110c880f (patch) | |
tree | 9020386881e72af0631bbfe48146864ab0602811 /tutors/email/migrate.php | |
parent | faaea93a279df7b8144a9adafdc057835b5586e4 (diff) | |
download | carpentertutoring-d133d9bd5ad53e3579631ad480b25c28110c880f.tar.xz carpentertutoring-d133d9bd5ad53e3579631ad480b25c28110c880f.zip |
feat: begin migration writeup and design doc
Diffstat (limited to 'tutors/email/migrate.php')
-rw-r--r-- | tutors/email/migrate.php | 22 |
1 files changed, 22 insertions, 0 deletions
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 |