Tilde.team/Email

From Tildeverse Wiki
Revision as of 18:13, 15 July 2022 by Ben (talk | contribs) (Created page with "== email == tilde.team has a mailserver. here are your options: === clients and connection settings === * mutt - should work out of the box * alpine - should work out of the box * [https://mail.tilde.team webmail] * imap/smtp ** some clients will autoconfigure (tested with thunderbird) ** email address: username@tilde.team (or any of the domains below) ** username: username (without the domain) ** password: your shell password {| class="wikitabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

email

tilde.team has a mailserver. here are your options:

clients and connection settings

  • mutt - should work out of the box
  • alpine - should work out of the box
  • webmail
  • imap/smtp
    • some clients will autoconfigure (tested with thunderbird)
    • email address: username@tilde.team (or any of the domains below)
    • username: username (without the domain)
    • password: your shell password
Ports
protocol hostname port encryption type
imap imap.tilde.team 143 starttls
imaps imap.tilde.team 993 tls
pop3s pop3.tilde.team 995 tls
smtp smtp.tilde.team 587 starttls
smtps smtp.tilde.team 465 tls

alternate domains and addresses

because ~ben hoards domain names, you can use any of the below domains with your tildemail:

mail sent to yourusername@ any of those domains will end up in your inbox. most clients will allow you to add additional identities/aliases.

additionally, any address with a + and arbitrary text behind it will be forwarded to your email: ie. yourusername+somethingcool@tildeteam.org. plus-addresses are very useful for filtering mail.

forwarding and sieve

if you would like your tildemail to be forwarded somewhere else, put that email address in a file called ~/.forward

echo myotheraddress@example.com > ~/.forward

we also have sieve and managesieve support.

scripts belong in ~/sieve/, with the active sieve script named ~/.dovecot.sieve (to conform with managesieve).

here are some example sieve scripts

managesieve is available on the default port (4190) if you want to use an external managesieve client (like the thunderbird add-on).

our webmail is pre-configured to manage your sieve scripts.