I am new to roundcube.
I did a fresh install on new Fedora 18/Sendmail/Dovecot/Saslauthd box.
When I attempt to create a folder I get: An error occurred while saving.
There is nothing in the roundcube logs or syslog.
Thanks in advance for help.
help
Enable imap_debug and post the log.
I attached the logs.
It looks like this is the problem:
[12-Jun-2013 15:39:53 -0500]: [0085] C: A0003 CREATE INBOXtemp
[12-Jun-2013 15:39:53 -0500]: [0085] S: A0003 NO [NOPERM] Permission denied
But I'm not sure which folder and which permission.
Thanks in advance.
Make sure all the folders where mail is stored have the correct owner and permissions.
I figured that part out already (that it is a permissions problem) as noted in previous post.
Sending and receiving works just fine.
It's the folder creation that is not working per initial post.
I don't know what directory and what permission for imap folder creation in roundcube.
It part of your mail server not RoundCube.
Also running is sendmail and openwebmail ... but roundcube is the only thing using imap.
I turned on debugging and saw this error when I try to create folders in roundcube.
Can someone please tell me how to fix this?
I don't know what folder it is using and what permissions it wants.
[12-Jun-2013 15:39:53 -0500]: [0085] C: A0003 CREATE INBOXtemp
[12-Jun-2013 15:39:53 -0500]: [0085] S: A0003 NO [NOPERM] Permission denied
What do you have set for $config['imap_delimiter'] in the main.inc.php?
all I have is this:
$rcmail_config['imap_delimiter'] = ".";
I can't find:
$config['imap_delimiter']
Since there was no answer, I tried a delimiter of / but I still get the same error ... logs below:
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
[29-Jul-2013 12:36:20 -0500]: [DA1C] C: A0001 ID ("name" "Roundcube" "version" "0.9.1" "php" "5.4.15" "os" "Linux" "command" "/?_task=settings&_action=edit-folder&_mbox=&_framed=1")
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: * ID NIL
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: A0001 OK ID completed.
[29-Jul-2013 12:36:20 -0500]: [DA1C] C: A0002 AUTHENTICATE PLAIN AGNoYXllcwBsZW1taW5ncw==
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: A0002 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE] Logged in
[29-Jul-2013 12:36:20 -0500]: [DA1C] C: A0003 LIST "" "*"
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: * LIST (\Noselect \HasNoChildren) "/" "sshd"
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: * LIST (\HasNoChildren) "/" "INBOX"
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: A0003 OK List completed.
[29-Jul-2013 12:36:20 -0500]: [DA1C] C: A0004 LOGOUT
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: * BYE Logging out
[29-Jul-2013 12:36:20 -0500]: [DA1C] S: A0004 OK Logout completed.
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
[29-Jul-2013 12:36:26 -0500]: [8CC0] C: A0001 ID ("name" "Roundcube" "version" "0.9.1" "php" "5.4.15" "os" "Linux" "command" "/")
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: * ID NIL
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: A0001 OK ID completed.
[29-Jul-2013 12:36:26 -0500]: [8CC0] C: A0002 AUTHENTICATE PLAIN AGNoYXllcwBsZW1taW5ncw==
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: A0002 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE] Logged in
[29-Jul-2013 12:36:26 -0500]: [8CC0] C: A0003 CREATE INBOXtest
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: A0003 NO [NOPERM] Permission denied
[29-Jul-2013 12:36:26 -0500]: [8CC0] C: A0004 LIST "" "*"
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: * LIST (\Noselect \HasNoChildren) "/" "sshd"
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: * LIST (\HasNoChildren) "/" "INBOX"
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: A0004 OK List completed.
[29-Jul-2013 12:36:26 -0500]: [8CC0] C: A0005 LOGOUT
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: * BYE Logging out
[29-Jul-2013 12:36:26 -0500]: [8CC0] S: A0005 OK Logout completed.
Also ... this might be relevant.
When I go to FOLDER MANAGEMENT, I see Inbox and sshd listed as folders.
Inbox is checked as SUBSCRIBED but sshd is not.
I don't know why sshd would be listed as a folder for all users.
Also, when I click the plus sign to add a folder, the choices for PARENT FOLDER are --- and sshd.
The --- selection is the default.
I've tried creating a folder with either choice and get the same error.
Also ... this might be relevant ... we use mbox format
ok ... over 600 views and zero assistance.
Is this a situation where we need to pay someone for support?
Do you have such an option?
Are there roundcube consultants?
QuoteSince there was no answer, I tried a delimiter of / but I still get the same error ... logs below:
where did you set this? the log shows no delimiter....
Quote[29-Jul-2013 12:36:26 -0500]: [8CC0] C: A0003 CREATE INBOXtest
QuoteI don't know why sshd would be listed as a folder for all users.
sshd is listed becuase its returned as a folder by your imap server...
Quote[29-Jul-2013 12:36:20 -0500]: [DA1C] S: * LIST (\Noselect \HasNoChildren) "/" "sshd"
$rcmail_config['imap_delimiter'] = ".";
I tried with . and / with same results.