No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Cosmic.voyage|back to main article]] | |||
== email == | == email == | ||
Cosmic.voyage supports email locally and via IMAP/SMTP, sending and receiving mails is limited to Tildeverse addresses plus a few others, a complete list [[https://tildegit.org/cosmic/cosmic/src/branch/master/postfix/access]] | |||
=== clients and connection settings === | === clients and connection settings === | ||
Line 7: | Line 9: | ||
* mutt - should work out of the box | * mutt - should work out of the box | ||
* alpine - should work out of the box | * alpine - should work out of the box | ||
* webmail | * the host does not support webmail | ||
* imap/smtp | * imap/smtp | ||
** some clients will autoconfigure (tested with thunderbird, however see below) | ** some clients will autoconfigure (tested with thunderbird, however see below) | ||
** email address: username@cosmic.voyage | ** email address: username@cosmic.voyage | ||
** username: username (without the domain) | ** username: unix username (without the domain) | ||
** password: your shell password | ** password: your shell password | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 39: | Line 41: | ||
|587 | |587 | ||
|starttls | |starttls | ||
|Note: currently the system does not accept mails on port 587 | |Note: currently the system does not accept mails on port 587, please use 465 | ||
|- | |- | ||
|smtps | |smtps |
Latest revision as of 18:40, 5 February 2023
Cosmic.voyage supports email locally and via IMAP/SMTP, sending and 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
- the host does not support webmail
- imap/smtp
- some clients will autoconfigure (tested with thunderbird, however see below)
- email address: username@cosmic.voyage
- username: unix 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, please use 465 |
smtps | cosmic.voyage | 465 | ssl/tls |