ispCP - Board - Support
Roundcube can't create folders - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Roundcube can't create folders (/thread-15642.html)



Roundcube can't create folders - theqkash - 12-12-2011 07:37 AM

I have done all from the FAQ including choosing to made folders when logging to roundcube - it is not creating them.

Also it gives error when I try to delete something:
Błąd serwera: UID COPY: Error in IMAP command received by server.


Roundcube last stable, ispcp too.
Why?


RE: Roundcube can't create folders - ephigenie - 12-13-2011 09:43 PM

under which domain / user is it running ?
Same user as the panel ?

(below /var/www/ispcp/gui/tools ? )

Then take care, that the files are owned by vu2000:vu2000 as well ...
If you login to your imap, it is like normal with every client - it should work.


RE: Roundcube can't create folders - theqkash - 12-14-2011 09:13 PM

Files are owned by vu2000:www-data like any other in my ispcp.

/var/mail/virtual and all files and folders there are vmail:mail and it is still not working.


RE: Roundcube can't create folders - ephigenie - 12-14-2011 09:14 PM

But when you access the mail account with i.e. Thunderbird it works ?

And did this account already got a mail ?


RE: Roundcube can't create folders - theqkash - 12-14-2011 09:25 PM

Thunderbird have created "Trash" folder when I've logged in.
One mail in inbox, however I'm still unable to delete or do anything between folders using roundcube. The error says: Błąd serwera: UID COPY: Error in IMAP command received by server. Using Thunderbird there is no problem.


RE: Roundcube can't create folders - ephigenie - 12-14-2011 09:51 PM

please read on here :

http://pdadmin-forum.de/thread.php?postid=19153 :
The problem seems to be in the settings for roundcube, that it isn't using the right naming scheme for the mailboxes - so it is not finding them and tries to create the folder in the wrong location.

just set :
Code:
$rcmail_config['default_imap_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'INBOX.Junk', 'INBOX.Trash');



RE: Roundcube can't create folders - theqkash - 12-14-2011 11:26 PM

Works like a charm! Thanks!


RE: Roundcube can't create folders - ephigenie - 12-14-2011 11:47 PM

You're welcome :-)