[Evolution] Evolution Caldav Support.

2009-01-07 Thread dip102p
Hi all,

i am working for Caldav Server.Evolution displays the calendar entries 
correctly.
But i want to know when Evolution refreshes the calendar.
is there a configuration which can be made through which Evolution reloads the 
calendar periodically..

Regards,
Diptesh.
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution Caldav Support.

2009-01-07 Thread Milan Crha
On Tue, 2009-01-06 at 05:34 -0800, dip1...@gmail.com wrote:
 Hi all,
 
 i am working for Caldav Server.Evolution displays the calendar entries 
 correctly.
 But i want to know when Evolution refreshes the calendar.
 is there a configuration which can be made through which Evolution reloads 
 the calendar periodically..
 
 Regards,
 Diptesh.

Hi,
default setting was around 60 seconds, but since 
http://bugzilla.gnome.org/show_bug.cgi?id=359745
you can select this value in preferences of the calendar, and it
defaults to 60 minutes.
Bye,
Milan

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Unable to authenticate to Exchange Server

2009-01-07 Thread Josh Spiers
Hi all, I am suddenly unable to authenticate to our corporate Exchange
server using:

Ubuntu 8.10
Evolution 2.24.2
Evolution-exchange connector 2.24.2

I'm pretty new to Linux, so I'll describe what's happening as best I can in
newb-speak, and thank everyone in advance for any help (I've been Googling
this all morning and can't get anywhere).

I have been using Evolution for about a month with no problems. This
morning, after being at work for about 2 hours, I was suddenly prompted for
my password. I put it in and just kept getting repeatedly prompted.

I know the password is correct because I can log into it through our Webmail
interface. It is also the same as my domain password, and I can access all
resources on the domain.

I also know that all settings are correct, because I did not change
anything.

My PC is not automatically updating. No updates or new software packages
were installed.

Nothing was changed on our Exchange server.

This is what happens:

1. I open up Evolution
2. I am prompted for my password from the Gnome Keyring
3. I put in my password and am then prompted for my password by Evolution
4. I put it in over and over, until it has tried to scan every folder.
Evolution never accepts it. On the taskbar on the bottom of Evolution it
shows an error. When I click on that error I see Could not authenticate to
server. (Password incorrect?)

When I try to send an email I get this error: No mail submission URI for
this mailbox

When I delete the mail account in Evolution and recreate it **I am able to
check my mail one time. It successfully scans all folders, downloads all
messages, and then, 2 minutes later (which is the timer I have set) it tries
to scan again and goes back to prompting me for my password **

This is what I have tried so far:

1. Reinstalling evolution and the exchange-connector
2. Deleting the gnome-keyring and starting fresh (since at first I thought
the gnome-keyring was corrupted and was passing the wrong password to
Evolution)
3. Recreating the mail account several times

Also, I know that the password is actually being passed to the Exchange
server, because if I put in the wrong password it locks me out of the domain
after 3 tries. So I know the password is getting there, it just seems that
Evolution is refusing to believe that the password has been accepted.

NOTE: The only change I can think of that might be related is this:
Yesterday my domain password was about to expire, so I changed it through
Evolution (because the domain password is also my Exchange password). The
password change was accepted for both my email and the domain. However, this
morning I could not access some resources, and I checked and found my domain
password was listed as expired. So apparently Evolution communicated the
password change to the domain, but did not reset the 30 day timer (I know
that's not the right lingo, but you get the drift). I just had a co-worker
reset the password and I went back to work. Shortly after that the Evolution
/ Exchange problems started. I think it must be related somehow, but for the
life of me I can't figure it out.

Any ideas / thoughts / suggestions? Thanks,

~ Josh
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Forwarding SMTPS over SSH

2009-01-07 Thread Mac McClellan
I work as a contractor for a certain agency that has a locked down
network.  The only thing going in or out is http, https and SSH.

I got POP3 to work by forwarding the POP3S port like this:

ssh MyHostOnTheNet.net -L 995:mail.MyCorporateMailServer.com:995

Which seems to work just fine.  With SMTP it is a little different
story and can't seem to make sense of why it does not work.

I'm using Evolution 2.12.3 on CentOS Linux 5.2

Here's how I have it set up:
In 'Sending Email' tab:
Server Type: SMTP
Server: localhost
Server requires authentication [Checked]
Security: SSL
Authentication Type: Login

On my workstation I have done the following:

ssh MyHostOnTheNet.net -L 465:mail.MyCorporateMailServer.com:465

On my HostOnTheNet I do a tcpdump for port 465 and hit the send
recieve on Evolution on my workstation.  I see the traffic going back
and forth between MyHostOnTheNet.net and
mail.MyCorporateMailServer.com so I believe the tunnel is set up
correctly.

If I telnet to port 465 on localhost and issue a EHLO I get the following:

# telnet localhost 465
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 scires.com GroupWise Internet Agent 7.0.2 HP Copyright (c)
1993-2007 Novell, Inc.  All rights reserved. Ready
EHLO
250-scires.com
250-AUTH LOGIN
250-8BITMIME
250-SIZE
250-DSN
250 STARTTLS

So I think I have the port correct as well, but sending messages just
sits and hangs and never goes through.

TIA for the help.

Mac



Mac McClellan

===
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Forwarding SMTPS over SSH

2009-01-07 Thread Patrick O'Callaghan
On Wed, 2009-01-07 at 16:56 -0500, Mac McClellan wrote:
 I work as a contractor for a certain agency that has a locked down
 network.  The only thing going in or out is http, https and SSH.
 
 I got POP3 to work by forwarding the POP3S port like this:
 
 ssh MyHostOnTheNet.net -L 995:mail.MyCorporateMailServer.com:995
 
 Which seems to work just fine.  With SMTP it is a little different
 story and can't seem to make sense of why it does not work.
 
 I'm using Evolution 2.12.3 on CentOS Linux 5.2
 
 Here's how I have it set up:
 In 'Sending Email' tab:
 Server Type: SMTP
 Server: localhost
 Server requires authentication [Checked]
 Security: SSL
 Authentication Type: Login
 
 On my workstation I have done the following:
 
 ssh MyHostOnTheNet.net -L 465:mail.MyCorporateMailServer.com:465
 
 On my HostOnTheNet I do a tcpdump for port 465 and hit the send
 recieve on Evolution on my workstation.  I see the traffic going back
 and forth between MyHostOnTheNet.net and
 mail.MyCorporateMailServer.com so I believe the tunnel is set up
 correctly.
 
 If I telnet to port 465 on localhost and issue a EHLO I get the following:
 
 # telnet localhost 465
 Trying 127.0.0.1...
 Connected to localhost.localdomain (127.0.0.1).
 Escape character is '^]'.
 220 scires.com GroupWise Internet Agent 7.0.2 HP Copyright (c)
 1993-2007 Novell, Inc.  All rights reserved. Ready
 EHLO
 250-scires.com
 250-AUTH LOGIN
 250-8BITMIME
 250-SIZE
 250-DSN
 250 STARTTLS
 
 So I think I have the port correct as well, but sending messages just
 sits and hangs and never goes through.
 
 TIA for the help.

Run Evo with CAMEL_VERBOSE_DEBUG=1

poc

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution Caldav Support.

2009-01-07 Thread Ferry Toth
I do not have the options in my 2.2.23.1 (debian lenny). In which
version will these patches show up? Do I already have this on Ubuntu
Intripid (2.24.2-0ubuntu1)?

2.24.2 is not even in debian experimental yet. Why not?

The mentioned bug appears to be mainly about supporting events with
CalDav, which I am waiting for too.

Op woensdag 07-01-2009 om 10:58 uur [tijdzone +0100], schreef Milan
Crha:

 On Tue, 2009-01-06 at 05:34 -0800, dip1...@gmail.com wrote:
  Hi all,
  
  i am working for Caldav Server.Evolution displays the calendar entries 
  correctly.
  But i want to know when Evolution refreshes the calendar.
  is there a configuration which can be made through which Evolution reloads 
  the calendar periodically..
  
  Regards,
  Diptesh.
 
   Hi,
 default setting was around 60 seconds, but since 
 http://bugzilla.gnome.org/show_bug.cgi?id=359745
 you can select this value in preferences of the calendar, and it
 defaults to 60 minutes.
   Bye,
   Milan
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list