site/src/wiki/email.md

700 B

email

your tilde.cafe account comes with a @tilde.cafe email address

checking mail

neomutt (and mutt) are pre installed and should work out of the box

you could also use your own client and connect with imap/smtp or pop3:

  • email address: username@tilde.cafe
  • username: username (without domain)
  • password: your shell password
  • imap: imap.tilde.cafe
    • tls: port 993
    • starttls: port 143
  • pop3: pop.tilde.cafe port 995
  • smtp: smtp.tilde.cafe
    • tls: port 465
    • starttls: 587

forwarding

if you would like to forward all your mail to a different email address, put the destination email inside ~/.forward

echo myemail@example.com > ~/.forward