Hi guys, I'm having a little problem with Roundcube.
It's all working pretty well except for when you're a user with a . in your email address - at least that's the only difference I can see. When there's a . in the user's email address, then you get this error when trying to save a copy of a sent email:
[09-May-2008 15:37:17 +0800] IMAP Error: Could not save message in Sent in /usr/share/roundcube/program/steps/mail/sendmail.inc on line 0
The same happens if you try and save a draft.
Now, I've checked file permissions against users who DO work, and they're exactly precisely the same. As an example, the email address would be of this format:
[email protected]and the unix username of the user would be:
firstname.lastname.domain
Is it possible the dot in the email address is breaking things? Or the two dots in the unix account? Or maybe it's the shell being /dev/null? Any ideas?
hello,
i have same problem :(
Regards,
Bump for any replies? Do roundcube devs read this? Where would we go to file a bug report, seeing as this definitely seems like a bug?
I have same problem. No 'a' in adress, no problem.
Log in to your RoundCube and then go to settings > folders
There should be at least 5 folders listed and if not, try this:
Edit in config/main.inc.php
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
... then logout and login again. In my case it solved the problem.
I changed that option, but i see now that RoundCube make new maps.
They are also translated and they don't stay the same as the defaults in main.inc.php.
Is this a bug?
I use an standard OSX Server 10.5.x and the standard maps are Sent, Draft, Junk, INBOX and Trash
I had same problem.
I changed configuration in courier-imap server.
Try to change :
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"
IMAP_CAPABILITY_ORIG="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 I
DLE"