update email wiki

This commit is contained in:
Ben Harris 2018-06-10 21:37:24 -04:00
parent 806bc91b00
commit d779ca3d20
2 changed files with 17 additions and 4 deletions

View File

@ -25,6 +25,8 @@ use the default password `tilde`
1. profit??
account creation is something that i would like to look into. maybe this can be an admin portal (similar to ~town) that would notify admins when a new signup arrives and prompt them to go to the web interface to approve/deny/respond to the account request.
---
## backups
@ -38,7 +40,7 @@ sudo tarsnap --list-archives
to restore a backup:
```bash
tarsnap -x -f mybackup-2015-08-09_19-37-20
tarsnap -x -f name-of-backup
```
we keep backups of:

View File

@ -9,8 +9,19 @@ category:
# email
currently, tilde.team email is handled through our domain registrar, google domains. if you opted in to email forwarding when you signed up, the address you signed up with was added as the recipient of all mail sent to your username@tilde.team.
as of june 10, 2018, the mx record for tilde.team is now set to our own mailserver!
if you want to send mail as your username@tilde.team, see [this support answer](https://support.google.com/domains/answer/3251241?hl=en) under the section for "sending mail from your forwarded address".
you have a couple options:
registrar forwarding isn't a great solution. i'd like to look into running a tilde.team mailserver with imap, smtp, and some slick local mutt and alpine setups. let [~ben](https://tilde.team/~ben/) know if you have any ideas or would like to help figure out a better solution here!
* mutt - should work out of the box
* alpine - should work out of the box
* imap/smtp
- email address: username@tilde.team
- username: username
- password: your shell password
- imap: mail.tilde.team port 143 (starttls)
- smtp: mail.tilde.team port 587 (starttls)
ask [~ben](/~ben/) if you have any questions