RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > Issues & Bugs

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-30-2006, 11:07 AM
Registered User
 
Join Date: Oct 2006
Posts: 23
Downloads: 0
Uploads: 0
Default Can't save messages to folders.

Can't save messages to folders.
IMAP Error: Could not save message in INBOX/Sent in /var/www/htdocs/mail/program/steps/mail/sendmail.inc on line 0

Im running postfix and courier. I have ~/Maildir in each home directory...
Any clues?

Please let me know if i should provide more information...

my setup file is like this;

// only list folders within this path
$rcmail_config['imap_root'] = '';

// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'INBOX/Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'INBOX/Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'INBOX/Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'INBOX/Trash';

// display these folders separately in the mailbox list.
// these folders will automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'INBOX/Drafts', 'INBOX/Sent', 'INBOX/Junk', 'INBOX/Trash');
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-18-2007, 10:41 PM
Registered User
 
Join Date: Jan 2007
Posts: 5
Downloads: 0
Uploads: 0
Default Re: Can't save messages to folders.

i cant either
same problem

any1 can help us?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-19-2007, 04:40 PM
Registered User
 
Join Date: Jan 2007
Posts: 40
Downloads: 0
Uploads: 0
Default Re: Can't save messages to folders.

Are you sure that your Imap folder separator is "/" instead of "." ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-19-2007, 07:00 PM
Registered User
 
Join Date: Jan 2007
Posts: 5
Downloads: 0
Uploads: 0
Default Re: Can't save messages to folders.

thanks, it works now
although i didn change a bit

// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';

// display these folders separately in the mailbox list.
// these folders will automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

this is how it looks in my config.

strange... but it works
thanks for your help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 05:44 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community