diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-06-29 01:07:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-06-29 01:07:26 -0400 |
commit | 43c0c800c83765ca21b6dfe0146ac8a872b25cd6 (patch) | |
tree | 5c949bae9a7dc2c596d0bb8fa058eaa4374d4c35 /tutors/email/migrate.php | |
parent | d133d9bd5ad53e3579631ad480b25c28110c880f (diff) | |
download | carpentertutoring-43c0c800c83765ca21b6dfe0146ac8a872b25cd6.tar.xz carpentertutoring-43c0c800c83765ca21b6dfe0146ac8a872b25cd6.zip |
feat: update gmail instructions, begin form, replace current guide
Diffstat (limited to 'tutors/email/migrate.php')
-rw-r--r-- | tutors/email/migrate.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tutors/email/migrate.php b/tutors/email/migrate.php deleted file mode 100644 index 60e6c15..0000000 --- a/tutors/email/migrate.php +++ /dev/null @@ -1,22 +0,0 @@ -- 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 |