Roundcube Community Forum

Release Support => Pending Issues => Topic started by: sloan1919 on September 10, 2009, 11:24:15 PM

Title: Can't open roundmail on new users
Post by: sloan1919 on September 10, 2009, 11:24:15 PM
I have a VM running ubuntu JeOS 8.0.4, postfix + courier-imap. When I create a new user on the ubuntu system the Maildir/ is not created until I send an email to that user. If I attempt to login with roundcube before I send the email, the server goes to 100% cpu usage and times out after 120 secs. The roundcube log file doesn't give any info just that it timed out after 120s. This seems to be related to the fact that the Maildir/ is not created until that first email is sent. Any ideas?

Sloan
Title: Can't open roundmail on new users
Post by: JohnDoh on September 11, 2009, 04:33:46 AM
sorry to state the obvious but why not just send an email when you create the account?
Title: Can't open roundmail on new users
Post by: sloan1919 on September 11, 2009, 11:10:32 AM
Quote from: JohnDoh;21163sorry to state the obvious but why not just send an email when you create the account?
Well clearly that is what we are doing John. The point was to figure out why this is happening, if I don't know why I can't use it in production because it might be able to be recreated by the user doing something that crashes the entire mail server VM. E.G. deleting their Maildir or placing something in the dir that roundcube can not parse.

Sloan
Title: Can't open roundmail on new users
Post by: sloan1919 on September 11, 2009, 11:13:22 AM
It seems as if it can't handle an exception in a manner that doesn't crash the server. BTW I am using lighttpd as the web server.
Title: Can't open roundmail on new users
Post by: dano on September 16, 2009, 12:24:45 PM
Is there a configuration option to have it create the maildir when a new user is created?
Title: Same problem
Post by: wskeggs on September 16, 2009, 06:51:36 PM
I have the same problem with a system with roughly the same specs. Is it possible to send new users a welcome email or something?
Title: Can't open roundmail on new users
Post by: sloan1919 on September 17, 2009, 12:52:03 AM
Quote from: dano;21364Is there a configuration option to have it create the maildir when a new user is created?

Not sure. Seems like a logical way to go but a better way would be to handle any exceptions that arise from the maildir not existing or being damaged. I know we have some php guys here who would love to step through some 'code' for us. lol

Sloan
Title: Fixed.
Post by: wskeggs on September 17, 2009, 06:26:09 PM
This issue was fixed for me by installing the latest svn trunk. :)