From d779ca3d20c2d1607810c070c6cdb904d2ff5ed7 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 10 Jun 2018 21:37:24 -0400 Subject: [PATCH] update email wiki --- wiki/pages/administration.md | 4 +++- wiki/pages/email.md | 17 ++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/wiki/pages/administration.md b/wiki/pages/administration.md index eb7de0c..e6ac2a5 100644 --- a/wiki/pages/administration.md +++ b/wiki/pages/administration.md @@ -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: diff --git a/wiki/pages/email.md b/wiki/pages/email.md index 8da6136..66cfe60 100644 --- a/wiki/pages/email.md +++ b/wiki/pages/email.md @@ -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 \ No newline at end of file