Actually Im sorry I did forget to mention that test... I was able to connect via SSL with no problem, and I was able to set up a new mailbox.  That is how I was able to find out where it was looking for mailboxes so I knew where to copy mine.  Once I created the new mailbox, I looked for its location, and I copied my existing mailboxes to that directory.  I used scp from the from the FC4 machine to pull the files from the OS X machine so I could make sure the permissions were properly set on the FC4 machine.
<br><br>I did not try to copy a message into that new mailbox that I created so I will give that a shot.&nbsp; If that does work, does that mean that I will have to create new mailboxes for each existing mailbox and then cat the contents of each existing mailbox into the newly created mailbox?
<br><br><div><span class="gmail_quote">On 11/9/06, <b class="gmail_sendername">James Wilkinson</b> &lt;<a href="mailto:fedora@aprilcottage.co.uk">fedora@aprilcottage.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Lovell McIlwain wrote:<br>&gt; I am trying to move my IMAP server from a OS X machine using WU-IMAP to an<br>&gt; FC4 machine using Dovecot 0.99.14<br>&gt;<br>&gt; I was able to move my mail properly and so on, but when I try to connect to
<br>&gt; the machine using IMAP/SSL the only mailboxes that show up are my inbox and<br>&gt; my trash.&nbsp;&nbsp;All of my other mailboxes don't show up at all.<br><br>Can you try connecting through IMAP/SSL, creating a new mailbox, copying
<br>a test mail message into it, and then (through a normal login) seeing<br>where on the machine the message turns up? Something like<br>find /home -mtime -1<br>would be interesting, or even<br>find /home -mtime -1 -type f -print0 | xargs -0 grep &quot;something in your e-mail&quot;
<br>where &quot;something in your e-mail&quot; is something you *know* was in that test<br>mail message?<br><br>I suspect Dovecot isn't looking for mailboxes where you think it's<br>looking.<br><br>Hope this helps,<br><br>
James.<br><br>--<br>E-mail:&nbsp;&nbsp;&nbsp;&nbsp; james@ | Practically any car advert, for example, shows you that<br><a href="http://aprilcottage.co.uk">aprilcottage.co.uk</a> | if you buy this car you will get so lost that you end up<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | parked (well, no. The word here is &quot;stuck&quot;) on a mountain<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | in Monument Valley.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Telsa Gwynne<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>