(copied section from tilde.team email page) |
No edit summary |
||
Line 28: | Line 28: | ||
|cosmic.voyage | |cosmic.voyage | ||
|993 | |993 | ||
|tls | |ssl/tls | ||
|- | |- | ||
|pop3s | |pop3s | ||
|cosmic.voyage | |cosmic.voyage | ||
|995 | |995 | ||
|tls | |ssl/tls | ||
|- | |- | ||
|smtp | |smtp | ||
Line 39: | Line 39: | ||
|587 | |587 | ||
|starttls | |starttls | ||
|Note: currently the system does not accept mails on port 587 | |||
|- | |- | ||
|smtps | |smtps | ||
|cosmic.voyage | |cosmic.voyage | ||
|465 | |465 | ||
|tls | |ssl/tls | ||
|} | |} |
Revision as of 01:55, 29 January 2023
cosmic.voyage supports email locally and vis IMAP/SMTP, sending an receiving mails is limited to Tildeverse addresses plus a few others, a complete list [[1]]
clients and connection settings
- mutt - should work out of the box
- alpine - should work out of the box
- webmail TBD
- imap/smtp
- some clients will autoconfigure (tested with thunderbird, however see below)
- email address: username@cosmic.voyage
- username: username (without the domain)
- password: your shell password
protocol | hostname | port | encryption type | |
---|---|---|---|---|
imap | cosmic.voyage | 143 | starttls | |
imaps | cosmic.voyage | 993 | ssl/tls | |
pop3s | cosmic.voyage | 995 | ssl/tls | |
smtp | cosmic.voyage | 587 | starttls | Note: currently the system does not accept mails on port 587 |
smtps | cosmic.voyage | 465 | ssl/tls |