<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
&nbsp; I just installed dovecot 1.0alpha4 on a very busy RHEL4 server with
about 1300 users.&nbsp; So far so good, except for the dreaded duplicate
emails in outlook for users who use POP3 and have "leave message on
server" selected.&nbsp; After searching the archives I found that this is
usually related to the UIDL format.&nbsp; The example in the .conf file is
this:<br>
<br>
<i>&nbsp; # If you want UIDL compatibility with other POP3 servers, use:<br>
&nbsp; #&nbsp; UW's ipop3d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : %08Xv%08Xu<br>
</i><br>
&nbsp; Note that 'v' comes first, then 'u'..&nbsp; But, right under it, is this:<br>
<br>
<i>&nbsp; # Note that Outlook 2003 seems to have problems with %v.%u format
which was<br>
&nbsp; # Dovecot's default, so if you're building a new server it would be a
good<br>
&nbsp; # idea to change this. %08Xu%08Xv should be pretty fail-safe.<br>
</i><br>
&nbsp; In this example (and the next example just under it) 'u' comes first,
then 'v'.<br>
<br>
&nbsp; So is the first example right, in that %08Xv%08Xu is compatible with
UW ipop3d, but not outlook?&nbsp; Or is the UW ipop3d example a mistake?<br>
<br>
&nbsp; For what it's worth %08Xu%08Xv seems to have fixed my users'
duplication problems.<br>
<br>
Shayne<br>
</body>
</html>