Roundcube Community Forum

 

After upgrade to 1.1.0: Problems with identity_smtp and carddav

Started by mercury_19811, February 16, 2015, 02:27:59 PM

Previous topic - Next topic

mercury_19811

Today I upgraded to RCM 1.1.0 from 1.0.5 - now I am facing 2 major issues:

  • Plugin carddav does no longer sync contacts with owncloud - I am getting error-message  "<ladum5c8> BACKEND: (carddavconfig) FATAL! Request for non-existent configuration 1" in carddav.warn
  • Plugin identity_smtp does no longer allow to send emails - whenever I want to send an eMail I get an error-message "SMTP Error (553): Failed to add recipient Sender address rejected: not logged in)."

Does anybody have an idea how to resolve these issues?

Thanks a lot!

mercury_19811

In log/errors I get the following message:

DB Error: [1054] Unknown column 'authentication_scheme' in 'field list' (SQL Query: SELECT id as abookid,name,username,password,url,presetname,sync_token,authentication_scheme,(now() >  last_updated+refresh_time) as needs_update FROM carddav_addressbooks WHERE `id`='1') in /var/www/roundcubemail/program/lib/Roundcube/rcube_db.php on line 541


SKaero


mercury_19811

Thanks - I already did that - no response so far - I was just wondering if really nobody else is using these plugins? Am I the only one or are also other people facing these problems?

plemo

Oh, yes I am experiencing the same problem with identity_smtp. A first look at the code didn't help me, because the send functions in rouncube 0.9.x and 1.1.0 seem pretty the same to me for the major part.
At identity_smtp's github page there's no issue. Hope there'll be a solution soon!


edit (some houers later): I added an issue to identity_smtp's github page

mercury_19811

carddav problem is solved now - there was a problem with missing DB columns.
identity_smtp still does not work - and now answer from DEVs


rosali

Why do you post there is no answer from MyRoundcube Devs? Goto the right place and you'll get an answer.

https://forum.myroundcube.com
Regards,
Rosali

mercury_19811

Hi!

Sorry, I dont understand - why should I go to myroundcube?

rosali

Because both plugins are developed and distributed by http://myroundcube.com. MyRoundcube is a separate project and not affiliated with Roundcube Core developement.

If you are not talking about "identities_smtp" but a different plugin with a similiar name "identity_smtp" then ignore my post.
Regards,
Rosali

mercury_19811

Problem fixed - I had to enter the passwords again as the password encryption changed - now it works!

plumbington

Quotecarddav problem is solved now - there was a problem with missing DB columns.

Can you be more specific about your fix?   

What columns were missing?

How did you discover that there were columns missing?

TIA

rosali

Roundcube 1.1 has changed the internal password encryption. So, passwords save by Roundcube previous 1.1 are invalid. Issues are fixed by saving the password again. Precise enough?
Regards,
Rosali

plumbington

QuoteRoundcube 1.1 has changed the internal password encryption. So, passwords save by Roundcube previous 1.1 are invalid. Issues are fixed by saving the password again. Precise enough?

Very, thank-you.

In our case the CardDav Address Book was automatically configured and displays in Settings as Server Address Book (from preset myserver).   I've discovered that if I uncheck the Activate CardDAV-Addressbook field, and save, then re-check the field, this will fix the passwords, and fix the Errors that we were receiving whenever we attempted to add/change items in the Address Book.

Very happy now!!