Roundcube Community Forum

 

Can't save messages to folders.

Started by Jonn3, October 30, 2006, 06:07:30 AM

Previous topic - Next topic

Jonn3

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');

phoe

i cant either
same problem

any1 can help us?

NaiosKae

Are you sure that your Imap folder separator is "/" instead of "." ?

phoe

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