<!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.3.2">
</HEAD>
<BODY>
Timo,<BR>
<BR>
That would explain the issues I am experiencing. I will try that. Problem I have is my /var/spool/mail or / partition is much small than home. I wonder if I can do a ln -s to get mail to actually store on /home?<BR>
<BR>
Anyway, let me try your suggestion. I will probably have to look at removing my procmailrc statements regarding home. <BR>
<BR>
I don't know how to do the sendmail thing either. I thought it was in /etc/profile but that didn't seem to have any effect.<BR>
<BR>
r,<BR>
<BR>
Steve<BR>
<BR>
On Wed, 2005-01-12 at 12:58 +0200, Timo Sirainen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On 12.1.2005, at 06:24, Steve Hickel wrote:</FONT>

<FONT COLOR="#000000">>  Not sure what to do next. Have imap working in that I can see </FONT>
<FONT COLOR="#000000">> messages in inbox. When I create a folder it won't create one. Looking </FONT>
<FONT COLOR="#000000">> at maillog shows that I don't have rights to folder </FONT>
<FONT COLOR="#000000">> /var/spool/mail/.sent or whatever folder I am trying to create. I have </FONT>
<FONT COLOR="#000000">> procmailrc and dovecot.conf point to /home/Maildir but for some reason </FONT>
<FONT COLOR="#000000">> something is tied to /var/spool/mail. Of course I am running FC3 and </FONT>
<FONT COLOR="#000000">> sendmail. Someone have any ideas as to what to try next?</FONT>

<FONT COLOR="#000000">Dovecot 0.99.x doesn't support mixed mbox/maildir setup. Either make </FONT>
<FONT COLOR="#000000">sendmail deliver mails to ~/Maildir/ (I don't know how that's done) or </FONT>
<FONT COLOR="#000000">use mbox folders. In any case your default_mail_env is most likely set </FONT>
<FONT COLOR="#000000">wrong because it's treating /var/spool/mail as user's root mail </FONT>
<FONT COLOR="#000000">directory. With mboxes it should be like:</FONT>

<FONT COLOR="#000000">default_mail_env = mbox:~/mail:INBOX=/var/spool/mail/%u</FONT>
</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Steve Hickel <<A HREF="mailto:steve@korehicom.com">steve@korehicom.com</A>><BR>
Kore/HiCom Corporation
</TD>
</TR>
</TABLE>
</BODY>
</HTML>