Service/imap: Difference between revisions
Appearance
< Service
Created page with "== Hostnames == {|class=wikitable ! hostname !! service !! port !! function |- | imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authent..." |
No edit summary |
||
| Line 23: | Line 23: | ||
== Notes == | == Notes == | ||
* If you have a | * If you have a Sugar Labs [[Service/shell|shell account]], you can store personal email in <code>~/Maildir</code> by editing the <code>.forward</code> file in your home. | ||
* Typically users sort email in folders using [http://www.procmail.org procmail]. | * Typically users sort email in multiple folders using [http://www.procmail.org procmail]. | ||
== TODO == | == TODO == | ||
Revision as of 12:48, 21 November 2010
Hostnames
| hostname | service | port | function |
|---|---|---|---|
| imap.sugarlabs.org | imap | 143 | IMAP with STARTTLS and password authentication |
| imap.sugarlabs.org | imaps | 993 | IMAP + SSL with password authentication |
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
~/Maildirby editing the.forwardfile in your home.
- Typically users sort email in multiple folders using procmail.
TODO
- Support IMAP submission of email
- Enable fulltext indexing in Dovecot