[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2013-09-22 Thread Bug Watch Updater
** Changed in: evolution-exchange (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/25106

Title:
  evolution-exchange: unable to setup exchange account:
  e2k_properties_get_prop: assertion `props != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-exchange/+bug/25106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2011-07-25 Thread hummerbliss
Hi Again,

What needs to be done so that the bug can be made alive again ? Opening
a new bug seems silly as it would loose all the comments above.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/25106

Title:
  evolution-exchange: unable to setup exchange account:
  e2k_properties_get_prop: assertion `props != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-exchange/+bug/25106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2011-07-21 Thread hummerbliss
This still happens with evolution on 10.04 LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/25106

Title:
  evolution-exchange: unable to setup exchange account:
  e2k_properties_get_prop: assertion `props != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-exchange/+bug/25106/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2010-09-15 Thread Bug Watch Updater
** Changed in: evolution-exchange
   Status: Invalid = Expired

** Changed in: evolution-exchange
   Importance: Unknown = Medium

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2009-12-01 Thread Bexifer
Has anyone managed to sort this yet?

I cant get past the authenitcation stage - using evolution 2.24, forward
remains greyed out. I tried the abive fix but to no avail

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2009-04-06 Thread Adam Delman
Our exchange url uses CookieAuth.dll.

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2009-04-03 Thread Adam Delman
Hi Mike,

I've tried following your instructions and I'm still running into the
same problem.

Any other suggestions?

Regards,
Adam

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2009-04-03 Thread mikef187

Adam,

Does your exchange url have cookieathu.dll or CokkieAuth.dll  notice the
case?


On 4/3/2009, Adam Delman f...@flyn.cc wrote:

Hi Mike,

I've tried following your instructions and I'm still running into the
same problem.

Any other suggestions?

Regards,
Adam

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a direct subscriber
of the bug.

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2009-03-26 Thread mikef187
This bug has been a thorn for years. All my attempts to get it fixed
have failed. I feel like I'm trying to improve an M$ product.

Anyway, I have solved this problem, but it takes some work. You have to
download, edit, build, and reinstall the exchange connector.

Step 1 download source
cd to your home folder and run
apt-get source evolution-data-server

Step 2 edit source file
evolution-data-server-2.24.3/servers/exchange/lib/e2k-autoconfig.c
find line 479 it should read } else if (strstr (location, /owalogon.asp) ||
Insert a new line and type
   strstr (location, 
/cookieauth.dll) ||

after you are done make sure lines 479 480 and 481 look like

} else if (strstr (location, /owalogon.asp) ||
   strstr (location, /cookieauth.dll) ||
   strstr (location, /CookieAuth.dll)) {

Step 3 build
cd to evolution-data-server-2.24.3
debchange -i fix cookieauth case
sudo apt-get build-dep evolution-data-server
dpkg-buildpackage

Step 4 Reinstall
cd to home folder and run
evolution --force-shutdown
dpkg -i *.deb

rerun the exchange setup and you should be good to go

This is a problem because of windows' inconsistent use of case
CookieAuth.dll != cookieauth.dll

If this worked please let me know by running

echo Thanks Mike | mail -s Evolution-worked mikef...@hotmail.com

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2009-02-13 Thread Pedro Villavicencio
marking this as fixed, feel free to re open if you encounter the same
issue with latest evolution package, thanks.

** Changed in: evolution-exchange (Ubuntu)
   Status: Incomplete = Fix Released

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-11-05 Thread Pedro Villavicencio
upstream said the bug is fixed with evolution 2.24, could you please
comment on http://bugzilla.gnome.org/show_bug.cgi?id=375727 if you still
get the issue or confirm that it's fixed? thanks in advance.

** Changed in: evolution-exchange (Ubuntu)
   Status: Triaged = Incomplete

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-10-31 Thread Bug Watch Updater
** Changed in: evolution-exchange
   Status: Incomplete = Invalid

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-10-10 Thread Sebastian Martinez
Yes, the issue still exist in intrepid after the today updates

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-10-10 Thread Sebastien Bacher
could you try if that's still an issue in intrepid?

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-06-23 Thread msegal
Same issue i logged it, elsewhere cant find the bookmark.  Same issue
can not get past authenticate, can I write directly to a config file?

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-06-23 Thread msegal
ok found it.  https://bugs.launchpad.net/ubuntu/+source/evolution-
exchange/+bug/209438  bug 209438

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: assertion `props != NULL' failed

2008-06-10 Thread Brad Johnson
** Summary changed:

- evolution-exchange: unable to setup exchange account
+ evolution-exchange: unable to setup exchange account: 
e2k_properties_get_prop: assertion `props != NULL' failed

-- 
evolution-exchange: unable to setup exchange account: e2k_properties_get_prop: 
assertion `props != NULL' failed
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-05-12 Thread Michael Losonsky
That evolution will not work with Exchange accounts, particularly Exchange 2007
accounts has been known for some time now but for some reason this cannot be
or is not being fixed.  The only workaround that I know of is to connect to your
exchange account as an IMAP account.  That works.  You won't be able to
use the Exchange frills, but you can manage your email.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-05-09 Thread Naran K Patel
I did a clean install of 7.10, went to exchange account screen, it
worked. Backed out of the account creation screen. Upgraded to Hardy,
went to exchange account screen, I'm having the same problem - it fails
with Unknown URL error. I've applied the Hardy recommended updates,
tried the OWA connector - no joy, then the proposed updates, still no
luck. I can't get past the Exchange account screen. I hope someone fixes
this soon! Or posts a workaround that works for Hardy...

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-05-09 Thread Sebastian Martinez
my solution

backup evolution from gutsy. Fresh install hardy

restore from backup.

2008/5/9 Naran K Patel [EMAIL PROTECTED]:

 I did a clean install of 7.10, went to exchange account screen, it
 worked. Backed out of the account creation screen. Upgraded to Hardy,
 went to exchange account screen, I'm having the same problem - it fails
 with Unknown URL error. I've applied the Hardy recommended updates,
 tried the OWA connector - no joy, then the proposed updates, still no
 luck. I can't get past the Exchange account screen. I hope someone fixes
 this soon! Or posts a workaround that works for Hardy...

 --
 evolution-exchange: unable to setup exchange account
 https://bugs.launchpad.net/bugs/25106
 You received this bug notification because you are a direct subscriber
 of the bug.



** Attachment added: unnamed
   http://launchpadlibrarian.net/14395430/unnamed

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-04-29 Thread Mynk
The authenticate button is always greyed for me. I am seeing this
problem on both Gutsy and Hardy. In Gutsy it used to get activated if I
chose some other server type and back to Microsoft Exchange. In Hardy
even that doesn't work. I run into the same issues with the login name
and password on Gutsy.

Moved to Thunderbird for now as it worked. Hoping this bug on Evolution
is fixed soon.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-04-26 Thread Colin
Just hit the same problem with the 8.04 LTS using 2.22.1 release of
Evolution. It manifests in exactly the same way: you can't get by the
authentication step in the account set up when specifying
domain\username. I have this account setup and working in Outlook on
another machine and it works fine (so, I know the OWA address and
username/password I'm using are all correct.) Can I help gather info? If
so, please give me explicit instructions how. (I'm still relatively new
to the environment.)

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-03-31 Thread Naran K Patel
This is affecting Hardy Evo 2.22.0 too, I've just experienced this issue
in Bug #209438.

ProblemType: Bug
Architecture: i386
Date: Sun Mar 30 15:00:54 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: fglrx
Package: evolution 2.22.0-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-12-generic i686

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-02-07 Thread Steffen Torp
Some guys are developing a plugin for direct MAPI access to Exchange -
http://www.openchange.org/index.php?option=com_contenttask=viewid=65Itemid=74

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-02-01 Thread Pedro Villavicencio
** Changed in: evolution-exchange (Ubuntu)
   Status: Confirmed = Triaged

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-01-31 Thread Steffen Torp
I think that for most people on this thread, the problem is how to get
past Authenticate.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2008-01-30 Thread deli.ds
I did have the same issue (Gutsy, Evo 2.12.1, ) as some of the people
here, where i could do everything except access the GAL. I managed to
get things working using the following settings;

In Account Editor - Receiving Mail
 - Username = domain\username
 - OWA = https://foo.bar.com/exchange

In Account Editor - Receving Options
 - Global Catalog Server Name = foo.bar.com

You should then be able to get into GAL (must search to show names).

Hope this helps some.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-29 Thread Jason L. Froebe
It's been two years since this bug was reported.  When can we expect a
fix?  Is there more information that is needed?  Is *ANYONE* working on
this issue?

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-29 Thread Jason L. Froebe
Two year and counting.  This has been confirmed many many times over.

** Changed in: evolution-exchange (Ubuntu)
   Status: Incomplete = Confirmed

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-29 Thread Steffen Torp
This is getting embarassing for the Linux community in general. It
pretty much makes it hard for any enterprise destop to be Linux based.
Anyone for a bounty? I'll start with EUR 25.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-29 Thread roboknight
I may have a completely different problem... as I've looked at a few
more things now:

1) I have an Exchange 2003 server... I believe everything should work with a 
Mac (the other exchange client suggested above... Entourage.  However,
as someone above posted, my exchange server is on an https website.  I've tried 
that and gotten nothing.  Maybe it is that which doesn't work in my own case.

2) when logging into the website I get the following redirection:

https://webmail.foo.com --
https://webmail.foo.com/exchweb/bin/auth/owalogon.asp?url=https://webmail.foo.com/exchange/reason=0

which if I understand everything correctly, this is were the owalogon script 
should reside that provides the correct owa authentication dll.  So at this 
point
I'm at a loss, because although the results are the same as above, it doesn't 
appear that I have exactly the same problem (or maybe I do and the redirection 
is just masking 2004 ISA in front of 2003 Exchange server...)

Anyway, I don't know if any of this helps... I am going to try and
enable some logs now and post them to see if any of that helps.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-29 Thread roboknight
I ended up with a piece in my attached log that indicates they may not
support clients other than Microsoft clients.  Jeez.  I don't know
exactly what error 500 indicates for sure, however it does seem to
indicate a rejection by the HTTP filter, and unless there is a way to
make evolution-exchange appear more like a Microsoft client, I'm pretty
much done with this bug.  Didn't mean to clutter this thread with what
turns out to be an irrelevant bit, but my above offer still stands none
the less.  Other people appear to be waiting for someone other than
their IT departments.  I did learn a few things about evolution however,
which may prove useful later on.


** Attachment added: evolution_log.txt
   http://launchpadlibrarian.net/10663474/evolution_log.txt

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-29 Thread roboknight
Well, I don't know about embarassing, but the problem for me is
complicated by the fact that I'm trying to connect to my company through
an IT run web service, so I have no control over the other end to even
suggest what might be going on.  From what I read of the problem on the
Microsoft website, the solution doesn't seem simple as a different
authentication DLL is supplied, which Evolution isn't familiar with.
Maybe newer updates to evolution-exchange?  Since I last posted, I
switched to Ubuntu and am at Gutsy.  I don't know if that means an
updated evolution-exchange plugin, but it did update evolution and I
haven't tried.  I did try it in Feisty with the same results, so
presumably the plugin hadn't changed.

If Steffen Torp is willing to post 25 EUR, I'll match that in dollars at
a 1.35 exchange (I don't know what todays rate it exactly), but it
should come out to around $35 or $40 dollars...  So that is $80 for
someone.  If no one takes it, then I might have to look into it myself,
but as I said, I don't know how far I can actually get without access to
the other side to see logs and so forth.

I did not try to suggested patch yet.  No time.  I just went back to the
web browser (read el-sucko) method of using exchange...  There's got
to be a better way.  Ugh.

Roboknight.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-11-08 Thread yclian
Hi guys,

I am getting this error while setting up Evolution to connect to an
Exchange 2007, at the Authenticate Username/OWA URL screen:

The server is running Exchange 5.5. Exchange Connector supports
Microsoft Exchange 2000 and 2003 only.

This is what I'm running:

[EMAIL PROTECTED]:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 7.10
Release:7.10
Codename:   gutsy

[EMAIL PROTECTED]:~$ evolution --version
GNOME evolution 2.12.0

Some details from the server:

Outlook Web Access version: 8.0.752.0
Outlook Web Access host name:   mail.yourexchange.com.au
Exchange Client Access server .NET Framework version:   2.0.50727.832

Regards,
Yuen-Chi Lian

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-10-30 Thread Jeff Strahl
OS: Ubuntu 7.10 (Gutsy)

When I attempt to create the Exchange account, the Forward button
stays grayed out even after successful authentication.  The IT group
uses Exchange 2000 as the email system.

I can access the OWA via
https://webmail.companyname.com/exchange/Jeff.Strahl and that's how I
have configured the evolution-exchange plugin.  The plugin prompts me
for a password, but then the Forward button stays grayed out.

In the debug log, I notice that there are 401 Access Denied errors,
but it proceeds and the last entry seem to be the actual pages.

Attached is the log file.

Thanks,
-jeff

** Attachment added: evo.log
   http://launchpadlibrarian.net/10217493/evo.log

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-05-14 Thread Paul
What information is required for this bug?  Can I help to provide what
is required?

From the link that Ulrik submitted, it looks like there was a patch
submitted to another branch of the exchange connector on March 8th 2007.
I am willing to help test this patch on my system, if some direction is
given.  I haven't been able to locate a repository for the source of the
Ubuntu build of the exchange connector.  Maybe I'm looking in the wrong
place?

Paul

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-05-03 Thread Ulrik Mikaelsson
This is a known bug in evolution. I can't seem to find the dissection of
the bug now, fiddled with it roughly half a year ago. It also affects
Entourage on MacOSX. Details here
http://support.microsoft.com/kb/909268.

Anyways, I started working on a patch, but didn't finish. My problem was
that I got past the cookie-auth, but then the connector-setup could not
access the GAL server, since I'm not in the right network. I'm attaching
the patch as far as I got, hoping it might be of some use to someone.
There's a slight chance it actually works, if only you have access to
the GAL server.

** Attachment added: As far as I got on patching the problem.
   
http://librarian.launchpad.net/7543700/evolution-data-server-exchange_cookie_auth.patch

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-05-03 Thread Ulrik Mikaelsson
http://bugzilla.gnome.org/show_bug.cgi?id=415922 - more info here

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-04-20 Thread roboknight
Hello,
I stumbled upon this bug list because I too am trying to connect to an exchange 
server.  I'm having what appears to be the same trouble as the above users.  I 
am not using Debian, but instead using Fedora Core with the evolution exchange 
update installed via yum.  I am posting here because I wanted to find out if 
there is a way to specify a domain with evolution exchange as I have not seen 
any reference to doing this.  My company requires me to log in using

domain\username

as my user name.  When I do this in evolution, it produces the error
seen by others here.  Even if there isn't a current fix, maybe it is a
data point (well, I haven't run any logs yet.  I need to find out how to
do that, my next step...)

Unfortunately, I have no easy way to find out if my username and the
username used for the exchange server are different.  I will post a log
here if someone believes it would be helpful.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-04-16 Thread Daniel Holbach
Steffen: can you give more information about the configuration you
change to make it work? Is there any log file you can attach to display
what happens?

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-04-16 Thread Steffen Torp
Sorry Daniel. Haven't been able to get it to work with Evolution - I'm
having it working through OWA in Outlook 2003, with the SSL proxy
preference, which doesn't exist in Evolution. Any hint on where I can
define this preference in Evolution is welcome.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-04-10 Thread Steffen Torp
I am actually able to connect to Exchange through OWA through an SSL
proxy. If I am only putting in the OWA URL in Outlook, it doesn't work.
It needs the SSL Proxy

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-04-03 Thread Steffen Torp
Confirmed in Feisty beta as of dist-upgrade 3 March 2007. Seems
Evolution is not able to work with Active Directory.

-- 
evolution-exchange: unable to setup exchange account
https://bugs.launchpad.net/bugs/25106
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-03-19 Thread Michael Losonsky
Evolution-Exchange does not work with Microsoft
Exchange 2007.  I had the same problem and it was
confirmed on the Evolution site and by one of our IT 
folks who manages our Exchange 2007 server confirmed 
this.  He filed a bug report and apparently some folks
started working on this in the past few months.
I wish I had the links, but they are easy to find
with google.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-03-18 Thread Paul
I also have the same problem in that Evolution throws the unknown
error when I try to add an exchange server.

I actually have two exchange servers that I connect to, and the first
server I configured worked fine.  Server two is at a different location
and I suspect is configured differently.

I also attempted to run this with exchange-connector-setup-2.8 outside
of Evolution, however I had no further success.  I went through the
various contortions of OWAURL/exchange/username, and domain\username in
the authentication fields to no avail.

$ rpm -qa | grep evolution
evolution-webcal-2.7.1-6
evolution-sharp-0.11.1-10.fc6
evolution-2.8.3-1.fc6
evolution-data-server-1.8.3-3.fc6
evolution-data-server-devel-1.8.3-3.fc6
evolution-connector-2.8.3-1.fc6
beagle-evolution-0.2.13-1.fc6

$ uname -a
Linux localhost.localdomain 2.6.19-1.2911.6.5.fc6 #1 SMP Sun Mar 4 16:41:13 EST 
2007 i686 athlon i386 GNU/Linux

Even so, I may be able to offer some insight.  The OWA url I am having
problems with is running on https, and it has an incorrect encryption
certificate.  It is a private site, and is self-signed but I guess they
changed the server name a while ago and nobody bothered to update the
cert.

The page is self-signed to https://foo.company.com/, however the current
system is running on https://foo2.company.com.  When visiting the site,
the browser prompts you to accept the site in its incorrectly signed
state.  Is it possible that this is a common thread for this problem?

If this is a real problem, I can ask the administrators to update the
security certificate, but I would rather not waste their time idly.

Thanks for your advice!

Paul

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-03-18 Thread Paul
Hi, I gathered some data using CAMEL_DEBUG=all evolution  evo.log

CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv((nil), 302, 'No provider available for protocol `'')
CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv(0xbfc59854, 302, 'Could not parse URL `'')
CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv((nil), 302, 'Could not parse URL `'')
CamelException.setv(0xbfc5a774, 302, 'URL 'exchange://' needs a username 
component')
CamelException.setv((nil), 302, 'Could not parse URL `h'')
CamelException.setv((nil), 302, 'Could not parse URL `ht'')
CamelException.setv((nil), 302, 'Could not parse URL `htt'')
CamelException.setv((nil), 302, 'Could not parse URL `http'')
CamelException.setv((nil), 302, 'Could not parse URL `https'')
CamelException.setv((nil), 302, 'Could not parse URL `'')

This stuff didn't pop up on the fly, and was only written to the log
file when I exited Evolution so I'm not convinced that it is actually
related to the Exchange connector, but I figured I would let you guys
figure it out.

Paul

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-19 Thread Steffen Torp
Is there any way of forcing Evolution/Exchange-connector to operate with
a username separate from the authentication name?

I know my username is firstname2 (if I log in to OWA through the browser
the internal links in the frames point to
https://owa.domain.ext/exchange/firstname2/*). However, my
authentication name is either domain/ad.username or
[EMAIL PROTECTED]

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-16 Thread Anonymous
I seem to be hitting the same problem here. Unfortunately, I can't tell
if my AD user name is different from my mailbox name as I'm too MS
Exchange ignorant. As this is quite important for me, is there any way
to pay a developer to fix this bug?

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-16 Thread cfrein
I have the same problems in dapper/edgy/feisty with the setup of an
exchange-account in evolution.

Access per OWA per https://owa-server/exchange/username ist still
possible.

My workaround is to directly call exchange-connector-setup-2.x, which
creates the account. I enter the same information as in evolution (which
doesn't work!) and it works well.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-16 Thread Anonymous
When I use exchange-connector-setup-2.8 (in 6.10) and provide:

owa url: https://owa.company.com/exchange/username
username: ...
password: ...

and click next, I get the unknown error error and the owa url
transforms to:

https://owa.company.com/CookieAuth.dll?GetLogonWrapper?url=%2Fexchange%2FMY_USERNAMEreason=0/

In the same company other people use Fedora Core 3 with Evolution 2.0.X
and it works fine.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-16 Thread cfrein
@ Anonymous:

As owa url in the exchange-connector i don't include the username. For
example:

OWA url: https://owa.company.com/exchange
username: ...
password: ...

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-16 Thread Anonymous
I tried that before... I tried many different things, like
DOMAIN\USERNAME for username,  my e-mail for username and it still won't
work. The difference is that in exchange-connector, after clicking Next,
the OWA URL field changes as described by my previous comment (i.e.
CookieAuth.dll is added). In the evolution itself, no such thing
happens.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-13 Thread Steffen Torp
I can confirm this on Edgy and Exchange 2003+Active Directory. I've
tried inserting https://owa.server.ext/exchange/username as the OWA URL
and name.surname as username, without luck. Still same error.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-13 Thread Steffen Torp
Update: with Active Directory, I'm not able to log in to OWA in browser
with firstname.lastname anymore. I have to use server\firstname.lastname
or [EMAIL PROTECTED] where server=Active Directory
authentication server.

I have tried both server\firstname.lastname and
[EMAIL PROTECTED] as usernames, without luck.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-08 Thread Daniel Holbach
Does that mean you don't see the problem anymore?

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-02-08 Thread Matthias Heitmann
Sorry, but I see a problem there. From my point of view it is not
possible to setup exchange integration with evolution if the exchange
accounts are maintained in an active directory (usernames and
mailboxnames differ). I'll be thankfull for any kind of workaround that
could be used to setup evolution instead of this behavior.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-01-21 Thread Matthias Heitmann
Yes, usernames and mailbox names are not identical. This is caused by
the integration of exchange in the ad infrastructure.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2007-01-10 Thread Daniel Holbach
Any luck with that?

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-12-23 Thread Matthias Heitmann
I'll check if our usernames are not identical to the mailbox names.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-12-23 Thread Bug Watch Updater
** Changed in: evolution-exchange (upstream)
   Status: Unconfirmed = Needs Info

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-12-22 Thread Daniel Holbach
Pinged back on the upstream bug.

** Changed in: evolution-exchange (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-12-22 Thread Daniel Holbach
Upstream asks if it could be that your username and mailbox are
different. (401 - unauthorized)

** Changed in: evolution-exchange (Ubuntu)
   Status: Confirmed = Needs Info

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-11-16 Thread Bug Watch Updater
** Changed in: evolution-exchange (upstream)
   Status: Unknown = Unconfirmed

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-11-15 Thread Daniel Holbach
Thanks for the logs. I forwarded the bug to the upstream developers and
added it to the exchange-account tracker bug.

** Changed in: evolution-exchange (Ubuntu)
   Status: Needs Info = Unconfirmed

** Bug watch added: GNOME Bug Tracker #375727
   http://bugzilla.gnome.org/show_bug.cgi?id=375727

** Also affects: evolution-exchange (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=375727
   Importance: Unknown
   Status: Unknown

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-11-10 Thread Matthias Heitmann
Is there any progess with the provided logs? If you need more detailed
information, please let me know.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-10-23 Thread Matthias Heitmann
I run the commands as mentioned here. During setup I tried to get access
with my user three times.

The first time there was an error message coming up. The second time no
message appears, but forward button was also not available. The third
time was like the first one - after that I ended the session.

As I interpret the log, the connection worked on the second try, but
evolution does not provide me a possibility to go on in the setup
process.


** Attachment added: Evolution setup of an exchange account with E2K_DEBUG=2
   http://librarian.launchpad.net/4930186/evolution_debug_log.txt

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-10-20 Thread Daniel Holbach
Can you try to get a log running 
   E2K_DEBUG=2 evolution
with the Edgy version and attach it here?

** Tags removed: evolution

** Changed in: evolution-exchange (Ubuntu)
   Status: Confirmed = Needs Info

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-10-17 Thread Ian Ohr
** Tags added: evolution

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-10-13 Thread Matthias Heitmann
I'm running Edgy and the same error occurs if I try to connect to my
exchange account. Connection via Browser (https) works fine.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25106] Re: evolution-exchange: unable to setup exchange account

2006-09-27 Thread Daniel Holbach
Does this still happen to Dapper or Edgy users? If so, we should forward
it upstream, else close it.

-- 
evolution-exchange: unable to setup exchange account
https://launchpad.net/bugs/25106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs