[imp] Re: Error sending mail

Jeff Montgomery jeffm at cpsinet.org
Wed Apr 20 05:08:52 PDT 2005


First, thanks for the reply. According to the comments it should be set to 
mail/ this is already set. I use courier imap, how do I know that it is not 
using the other settings in the array?


$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'mail.domian.org',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'mail.domain.org',
    'smtphost' => 'mail.domain.org',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',
    'dotfiles' => false,
    'hierarchies' => array()
);


"Jan Schneider" <jan at horde.org> wrote in message 
news:20050420102237.pwumzxkiw48cgc0s at neo.wg.de...
> Zitat von Jeff Montgomery <jeffm at cpsinet.org>:
>
>> I get the following two messages:
>>  The folder "sent-mail" was not created. This is what the server said:
>> Invalid mailbox name.
>>  Message sent successfully, but not saved to sent-mail
>
> Fix your 'folders' and/or 'namespace' settings in config/servers.php.
>
> Jan.
>
> -- 
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
> -- 
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
> 





More information about the imp mailing list