[imp] folder issues with courier-imap 4.1.2 and imp-4.1.3
Joel Smith
js-horde at jk1.net
Mon Feb 19 08:10:06 PST 2007
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
More information about the imp
mailing list