diff options
-rw-r--r-- | README | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -18,7 +18,7 @@ Tamarind is an acronym; it stands for: 2. FUNCTIONALITY The user of Tamarind logs into the Tamarind web service by entering -their Linux user ID and password into a form. Once authenticated, +their IMAP4 or Linux user ID and password into a form. Once authenticated, the user is presented with a list of their e-mail aliases, intially empty. @@ -87,26 +87,27 @@ Here is a visual representation of the architecture: | CGI | - v + v +------------+ +------------+ | Tamarind | <-- Unix Socket --> | saslauthd | - +------------+ +------------+ - | | + +------------+ <--\ +------------+ + | | | ^ + ^ | | OR AUTHENTICATION + v | \ v +------------+ + | | - TCP Conn. --> | IMAP Serv. | + | | +------------+ | \ | -- /var/run/tamarind/session/* \ ------------ /etc/tamarind/aliases / | - | + v SMTP mail +----------+ ----------------> | Exim MTA | ----> your inbox +----------+ -Note that the authentication part of the block diagram shoes -only SASL authentication; this can be configured to IMAP instead. - 3. HOW TO INSTALL TAMARIND |