Mario Jorge Nunes Filipe <[EMAIL PROTECTED]> writes:
>       First of all, we're talking about a 2.1 debian machine. It's running
> imap server version 4.4(-4). PHP version is 3.0.7 amd imp version is
> 2.0.7.
> 
>       My defaults.php3 says the following in the folders section:
> 
> /* Folder configuration */
> $default->folders                   = 'mail/';
> $default->use_imap_subscribe        = true;
> $default->show_dotfiles             = false;
> $default->sent_mail                 = 'sent-mail';
> $default->save_sent_mail            = true;
> $default->postponed                 = 'postponed-msgs';

Since you're using the Debian supplied imap daemon the folders entry
must be blank:

$default->folders                   = '';

Check /usr/doc/imap/README.Debian for an explanation.

HTH.
-- 
       /'"`\  zzzZ  | My PGP Public Key is available at:
      ( - - )       | <http://home1.inet.tele.dk/renehl/>
--oooO--(_)--Oooo------------------------------------------ 
 Don't ya just hate it when there's not enough room to fin 

Reply via email to