<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.2">
</HEAD>
<BODY>
On Tue, 2006-02-07 at 17:06 +0200, Timo Sirainen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Sat, 2006-02-04 at 13:47 +0100, Udo Rader wrote:</FONT>
<FONT COLOR="#000000">> dovecot: Feb 04 12:20:42 Info: pop3(f.someone.oeush.at): Effective uid=200, gid=4000</FONT>
<FONT COLOR="#000000">> dovecot: Feb 04 12:20:42 Info: pop3(f.someone.oeush.at): mbox: data=/virtual/oeush.at/home/f.someone/mail/:INBOX=/var/mail/f.someone.oeush.at</FONT>
<FONT COLOR="#000000">> dovecot: Feb 04 12:20:42 Info: pop3(f.someone.oeush.at): mbox: root=/virtual/oeush.at/home/f.someone/mail, index=/virtual/oeush.at/home/f.someone/mail, inbox=/var/mail/f.someone.oeush.at</FONT>
<FONT COLOR="#000000">> ---------CUT---------</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> As you can see, dovecot uses /virtual/oeush.at/... both for data and index</FONT>
<FONT COLOR="#000000">> but not for inbox, where it uses /var/mail/...</FONT>

<FONT COLOR="#000000">That's probably from default_mail_env?</FONT>
</PRE>
</BLOCKQUOTE>
<PRE>

Hmm, sorry, I saw your response only today ... 

Yes, our default_mail_env looks like this:

default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u

INBOX is not set to /virtual/... per default, because we have non-virtual 
users as well, so I need to have both choices.

</PRE>
<BLOCKQUOTE TYPE=CITE>
<PRE>

<FONT COLOR="#000000">> user_attrs = uid,homeDirectory,MailMessageStore,,uidNumber,gidNumber</FONT>

<FONT COLOR="#000000">Try this:</FONT>

<FONT COLOR="#000000">user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,MailMessageStore=mail</FONT>
</PRE>
</BLOCKQUOTE>
<PRE>

I do now have set user_attrs like you suggested, yet that doesn't change 
anything:

-------CUT-------
dovecot: Feb 12 16:34:13 Info: pop3(f.someone.oeush.at): mbox: root=/virtual/oeush.at/home/f.someone/mail, index=/virtual/oeush.at/home/f.someone/mail, inbox=/var/mail/f.someone.oeush.at
-------CUT-------

So inbox still points to /var/mail/f.someone instead of /virtual/oeush.at/var/mail/

Looks like a bug to me ...

regards

Udo Rader
</PRE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
BestSolution.at EDV Systemhaus GmbH
<A HREF="http://www.bestsolution.at">http://www.bestsolution.at</A>
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>