Service/imap: Difference between revisions
Appearance
< Service
No edit summary |
No edit summary Tag: visualeditor-switched |
||
Line 6: | Line 6: | ||
| imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authentication | | imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authentication | ||
|- | |- | ||
| imap.sugarlabs.org || imaps || 993 || IMAP + | | imap.sugarlabs.org || imaps || 993 || IMAP + TLS with password authentication (preferred) | ||
|} | |} | ||
Hint: Connecting to imaps should be faster than imap with STARTTLS. | |||
== Hosted on == | == Hosted on == | ||
Line 32: | Line 34: | ||
* Enable fulltext indexing in Dovecot | * Enable fulltext indexing in Dovecot | ||
* Webmail? | |||
== See also == | == See also == |
Latest revision as of 15:40, 8 July 2020
Hostnames
hostname | service | port | function |
---|---|---|---|
imap.sugarlabs.org | imap | 143 | IMAP with STARTTLS and password authentication |
imap.sugarlabs.org | imaps | 993 | IMAP + TLS with password authentication (preferred) |
Hint: Connecting to imaps should be faster than imap with STARTTLS.
Hosted on
Administrative contact
- postmaster AT sugarlabs DOT org
Sysadmins
Notes
- If you have a Sugar Labs shell account, you can store personal email in
~/Maildir
by editing the.forward
file in your home.
- Typically users sort email in multiple folders using procmail.
TODO
- Support IMAP submission of email
- Enable fulltext indexing in Dovecot
- Webmail?