1
jakob
Trouble with sqMail
  • 2004/4/21 17:44

  • jakob

  • Just popping in

  • Posts: 14

  • Since: 2002/10/18


Hi,

I'm having trouble getting sqMail to work.

I'm trying to implement it in my XOOPS 2.0.6 that is hosted on a webhotel.

I've edited the config.php file and chmod'ed the DATA dir.

When I try to log on using the username and password that works ok when I use the sqMail that my ISP provides, I get this message:

ERROR : Could not complete request.
Query: CREATE "mail/INBOX.Sent"
Reason Given: Invalid mailbox name.

Any suggestions?

Jakob

2
Frerin
Re: Trouble with sqMail
  • 2004/5/11 10:14

  • Frerin

  • Just popping in

  • Posts: 21

  • Since: 2004/5/9 1


I have the same problem. Fortunately after playing around I sort of figured it out:

change in your config.php:
global $default_folder_prefix;  
$default_folder_prefix 'mail/';

to:
global $default_folder_prefix;  
$default_folder_prefix '';

It's working for me now :)