Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 207e45e785cb8f6362fd9cc8fe5acbc8 > files > 70

twig-2.8.3-5mdv2010.0.noarch.rpm

<html>
  
  <head>
    <title>TWIG Administrators Manual - 8. Notes - 8.1 IMAP Servers - 8.1.1 UoW IMAP server</title>
  </head>
  
  <body>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
	<td>
	  
	  <table border="0" width="100%">
	    <tr>
	      <td width="50%" valign="bottom">
		<h1>TWIG Administrators Manual</h1>
	      </td>
	      <td width="50%" valign="bottom"><img border="0" src="../images/twig.gif" align="right" width="153" height="75"></td>
	    </tr>
	    <tr>
	      <td width="50%" valign="bottom">
	      </td>
	      <td width="50%" valign="bottom"></td>
	    </tr>
	    <tr>
	      <td width="50%" valign="bottom">
		Return to <a href="../index.html">Table of Contents</a>
	      </td>
	      <td width="50%" valign="bottom"></td>
	    </tr>
	  </table>
	  <hr>
	  
	</td>
      </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
	<td valign="top">
	  
	  <h3>8.1.1 University of Washington IMAP server</h3>
	  
The University of Washington's IMAP server is very
common on open source Unixes.  If you are running Linux, it
may very well be using this server.  For brevity this IMAP
server is often called the imap-uw, UoW IMAP, etc.

<P>

The official release of imap-uw manages to maintain 
compatibility with the traditional /var/mail style of 
mailbox storage that is common in the Unix world.  In order 
to do this, it often creates "place holder" messages which 
the imapd daemon will ignore but are in the file store 
none-the-less.  If you use this server, TWIG should not 
show these place holders.  However, remember to not access 
those files directly.

<P>

If you use qmail and/or Debian Linux, take note of the 
qmail patches to imapd-uw.  They alter the above behavior 
so that the imapd is able to understand qmail's maildir 
format.  While this is certainly helpful, it can also cause 
problems with TWIG's ability to retrieve a list of folders 
from the imapd.  The patches have a bug in them at the time 
of this writing (September 1999) which cause the number of 
folders to be reported incorrectly.  The results are that 
TWIG will list every folder twice.  It is recommended that 
the imapd-uw software be installed without this patch and 
that qmail simply deliver emails to the traditional
/var/mail location and format.

<P>

One more behavior glitch should be noted.  This server will
only allow one concurrent write-capable session.  All other
attempts to access any folder will be demoted to read-only
access.  This is simply the nature of the default install of this IMAP server.  In
practice, this only becomes an issue if a user is accessing
their email via TWIG on two computers at once (or using TWIG
and pine at the same time, etc.).&nbsp; This behavior can be changed by changing 
the users mailbox format, see the documentation that comes with this server for 
more details upon concurrent access to mailboxes.<P>
		<P>
		<P>
<H4>Common Settings</H4>

Some common settings for TWIG when using this IMAP server
include the following:

<DL>
<DT>$config["imap_path"] = "mail/";</DT>
<DD>...or...</DD>
<DT>$config["imap_path"] = "";</DT>
<DD>...or...</DD>
<DT>$config["imap_path"] = "Mail/";</DT>
<DD>...or something similar, depending upon your 
compile-time settings.</DD>
</DL>

<DL>
<DT>$config["imap_sentfolder"] = "sent-mail";</DT>
<DD>This one is really a matter of preference.  The string 
"sent-mail" is often used due to its compatibility with 
pine.</DD>
</DL>

<DL>
<DT>$config["imap_cyrus"] = 0;</DT>
<DD>This is only set to "1" when using 
<A href="cyrus_imap_server.htm">Cyrus</A> and no shared 
folders.  Cyrus and imapd-uw are mutually excusive.</DD>
</DL>

	</td>
      </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
	<td>
	  
	  <hr>
	  <table border="0" width="911">
	    <tr>
	      <td width="418">
		Return to <a href="../index.html">Table of Contents</a>
	      </td>
	      <td width="477" align="right">Return to <a href="#TOP">Top</a></td>
	    </tr>
	  </table>
	  
	</td>
      </tr>
    </table>
  </body>
  
</html>