Stephan Bielmann wrote: > Hello there, > > I am about to test courier-imap-4.1.2 and imp-h3-4.1.3, > php 5.2.1 my servers.php looks like: > > $servers['imap'] = array( > 'name' => 'IMAP Server', > 'server' => 'myserver.mydomain.tld', > 'hordeauth' => false, > 'protocol' => 'imap/notls', > 'port' => 143, > 'maildomain' => 'mydomain.tld', > 'smtphost' => 'smtp.mydomain.tld', > 'smtpport' => 25, > 'realm' => '', > 'preferred' => '', > ); > Try adding 'folders' => 'INBOX.', into that array. That's what I use for my courier server.
That way everything is a sub-folder of your inbox, which I think is how Courier requires it (at least with my setup). Hope that helps. Joel -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
