Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: nishith on December 29, 2008, 06:30:01 AM

Title: Problem in saving email message in DRAFTS.
Post by: nishith on December 29, 2008, 06:30:01 AM
Using Roundcube as a Primary Mail Server.

By default, roundcube "main.inc.php" file gives 300 seconds(5 min) to save mail message. But, that function is not working.

Same problem i have got while saving any mail manually by clicking "save" button.

During that problem,I have found below error in /log/error file. Please check below entry.

PHP Fatal error:  Maximum execution time of 120 seconds exceeded in /var/www/html/webmail/program/lib/imap.inc on line 2542


I am ready to provide you the error logs,just tell me which files are necessary to check error logs.

Please respond.

Nishith.
Title: Problem in saving email message in DRAFTS.
Post by: rosali on December 29, 2008, 06:33:17 AM
Is $rcmail_config['drafts_mbox'] (main.inc.php, by default "drafts") present as folder on your IMAP server? Some servers have the special folders as subfolder of INBOX. So, may be "INBOX.drafts" does the trick.
Title: Problem in saving email message in DRAFTS.
Post by: nishith on December 29, 2008, 07:48:44 AM
Here is my main.inc.php file entry. Please check & verify.

$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 also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;


Thanks,
Nishith.
Title: Problem in saving email message in DRAFTS.
Post by: rosali on December 29, 2008, 08:12:33 AM
Question was if "Drafts" folder exists on your IMAP server! May be your IMAP server requires "INBOX.Drafts" or "INBOX/Drafts". Some IMAP server do not allow to have other root folders than "INBOX". That means that all other folders have to be subfolders of "INBOX".
Title: Problem in saving email message in DRAFTS.
Post by: nishith on December 30, 2008, 04:06:22 AM
I am Using "Sendmail" MTA as an SMTP & for IMAP , I am using "Dovecot" service.

What should I check in "Sendmail" & "Dovecot" service?
Title: Problem in saving email message in DRAFTS.
Post by: Julius Caesar on December 30, 2008, 04:58:28 AM
Dovecot is your IMAP server, so you should check this server