Hi,<br>
<br>
I searched through the maillist archives and the docs, but didn't find
anything that directly addresses my question, so here goes if anyone
has some time to address it. <br>
<br>
I'm running a redhat el3 server, with Postfix as the MTA, and I'd like to setup Dovecot to provide IMAP/POP3 services. <br>
<br>
Postfix uses MySQL lookups to do mailbox lookups, and I configured
dovecot to do the same thing. The mail is delivered to
/usr/local/virtual/&lt;domainname&gt;/&lt;end.address&gt;/ in maildir
format by Postfix. This is working fine. <br>
<br>
I've setup dovecot, and set it do user auth and user lookups to MySQL.
This seems to be working fine as I get no mysql errors from the
queries, and my login process (to IMAP from localhost) is fine. Here's
a typical scenario:<br>
<br>
telnet localhost imap<br>
Trying 127.0.0.1...<br>
Connected to localhost.domain (<a href="http://127.0.0.1">127.0.0.1</a>).<br>
Escape character is '^]'.<br>
* OK dovecot ready.<br>
1login <a href="mailto:micah@9250x.com">micah@9250x.com</a> &quot;rigid2&quot;<br>
1 OK Logged in.<br>
2 select INBOX<br>
2 NO<br>
<br>
If I look in the directory for <a href="mailto:micah@9250x.com">micah@9250x.com</a> I find: <br>
# ls<br>
cur&nbsp; new&nbsp; tmp<br>
<br>
The permissions are 777 for now to eliminate that possibility. The dovecot log file lists:<br>
imap-login: Aug 28 12:27:11 Info: Login: <a href="mailto:micah@9250x.com">micah@9250x.com</a> [<a href="http://127.0.0.1">127.0.0.1</a>]<br>
<br>
each time I log in, and nothing after that indicating why it's not seeing any mail. <br>
<br>
Why isn't it seeing any mail? Do I need to make an Inbox directory and
tell postfix to deliver there? From reading the docs, having the
delivery into the main maildir directory should be okay, but I might be
mis-reading.<br>
<br>
Any thoughts would be much appreciated.. <br>
<br>
Thank you,<br>
-Micah <br>