RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > MyRoundCube

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 01-05-2009, 10:01 PM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default Identity Issue

Rosali or anyone out there, I am having an issue with identity plugin.

I am able to create a new Identity and then MyRoundcube does send an activation email to the new identity's email but there is no such things like to confirm/activate etc.

And when I go back to my MyRoundcube mail, the new identity doesn't show up under identity. But when I look at the database it does save the new identity details.

So not sure why it is not pulling up the details, any idea?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-06-2009, 05:52 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

Did you have done anything with the language body file?

Code:
./myplugins/collection/checked_identites/localization/en_US/send_identity_body.html[.dist]
The line end encoding of the confirmation message sent by your server is broken. It is (CR) and not (CR+LF) !!!

May be you have uploaded MyRoundCube by FTP. I have experienced that line end encoding and file encoding are modified by FTP uploading under some circumstances.

Can I get FTP access to your MyRoundCube installation? Would make tests easier.

Last edited by rosali; 01-06-2009 at 08:46 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-06-2009, 09:50 AM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default

Rosali I have sent a PM with the login details.

Please have a look when you get a chance.
Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-06-2009, 06:27 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

Please setup a FTP server (Filezilla is good and free one). It is a pain to code on an English Terminal server with a German keyboard ... and I never would give anybody full access to my dedicated server.

Besides that it should work now. The problem was that you set it to use PHP function mail() to send RC system messages (./myplugins/config/config_plugins.php[.dist])

Code:
/* Use always PHP mail() for system messages */
$rcmail_config['phpmailsysmsg'] = TRUE;
I have set the value to false now and this seems to work. It looks like your IIS/PHP setup results in a different behavior regarding the line breaks for PHP function mail() than I'm used to on my Apache/PHP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 01-06-2009, 09:33 PM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default

Thank you, it is working well.

I will try to install Filezilla.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 12:07 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community