2021-07-20: WikiSuite will now support all major Linux distros. Thus, the information below is no longer updated. It may still be valid, or not. It will be eventually removed from this site, so anything relevant should be moved to the appropriate site. For anything related to ClearOS, please search among the following: ClearOS site, code base, Developer docs, Wiki or forum.
Please contact us if you would like to help out.
yum install app-imap
And visit https://example.org:81/app/imap to configure
This installs Cyrus IMAP. You likely also want to: install SMTP
This provides a standard IMAP server. And thus, the Cypht client in Tiki can be used as a webmail
Some operating systems offer a built-in IMAP client. If yours doesn't or you want something more powerful, here are some options:
In the ClearOS admin panel, you can determine which users have access. Adding a new user with IMAP enabled does not automatically create the mailbox. The things that trigger this are:
- for successful login events,
- for email messages that arrive for a user
- Can be done with
$ mail -s "This is the subject" somebody@example.com <<< 'This is the message'
- Can be done with
- when a Sieve script uses the “fileinto” action.
See also: