<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-22110</id>
	<title>Nabble - Calendar Server</title>
	<updated>2009-12-23T17:14:20Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Calendar-Server-f22110.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Calendar-Server-f22110.html" />
	<subtitle type="html">The Darwin &lt;a href=&quot;http://calendarserver.macosforge.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Calendar Server&lt;/a&gt;&amp;nbsp;is a standards-compliant server that allows multiple users to collaboratively share calendaring information. 
&lt;br&gt;It provides a shared location on the network to store schedules, and allows users to send each other and manage invitations.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26909501</id>
	<title>[CalendarServer] #356: Unable to start CalendarServer on Suse</title>
	<published>2009-12-23T17:14:20Z</published>
	<updated>2009-12-23T17:14:20Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#356: Unable to start CalendarServer on Suse
&lt;br&gt;-----------------------------+----------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;tillz@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;wsanchez@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;5: Not set &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Milestone: &amp;nbsp;Linux Port &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;-----------------------------+----------------------------------------------
&lt;br&gt;&amp;nbsp;Hello, I'm unable to start the Calendarserver. krb5-config can't be
&lt;br&gt;&amp;nbsp;installed.
&lt;br&gt;&amp;nbsp;{{{
&lt;br&gt;&amp;nbsp;support/build.sh: line 438: type: krb5-config: not found
&lt;br&gt;&lt;br&gt;&amp;nbsp;Building xattr...
&lt;br&gt;&lt;br&gt;&amp;nbsp;Building Twisted... [overrides system, building egg-info metadata only]
&lt;br&gt;&lt;br&gt;&amp;nbsp;Using python as Python
&lt;br&gt;&lt;br&gt;&amp;nbsp;Starting server...
&lt;br&gt;&amp;nbsp;exec python /home/ical/Twisted/bin/twistd &amp;nbsp;-n caldav -f
&lt;br&gt;&amp;nbsp;/home/ical/CalendarServer/conf/caldavd-dev.plist -o ProcessType=Combined
&lt;br&gt;&amp;nbsp;Traceback (most recent call last):
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/bin/twistd&amp;quot;, line 19, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;run()
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/scripts/twistd.py&amp;quot;, line 27, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;app.run(runApp, ServerOptions)
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/application/app.py&amp;quot;, line 689, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;config.parseOptions()
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/application/app.py&amp;quot;, line 669, in
&lt;br&gt;&amp;nbsp;parseOptions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;usage.Options.parseOptions(self, options)
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/python/usage.py&amp;quot;, line 226, in
&lt;br&gt;&amp;nbsp;parseOptions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;for (cmd, short, parser, doc) in self.subCommands:
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/application/app.py&amp;quot;, line 680, in
&lt;br&gt;&amp;nbsp;subCommands
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;self.loadedPlugins[plug.tapname] = plug
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twisted/plugins/caldav.py&amp;quot;, line 13, in
&lt;br&gt;&amp;nbsp;getProperty
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return getattr(reflect.namedClass(self.serviceMakerClass), propname)
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/python/reflect.py&amp;quot;, line 349, in
&lt;br&gt;&amp;nbsp;namedObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;module = namedModule('.'.join(classSplit[:-1]))
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/python/reflect.py&amp;quot;, line 337, in
&lt;br&gt;&amp;nbsp;namedModule
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;topLevel = __import__(name)
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/calendarserver/sidecar/task.py&amp;quot;, line
&lt;br&gt;&amp;nbsp;24, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from calendarserver.provision.root import RootResource
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/calendarserver/provision/root.py&amp;quot;, line
&lt;br&gt;&amp;nbsp;39, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from twistedcaldav.static import CalendarHomeFile
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/static.py&amp;quot;, line 1200, in
&lt;br&gt;&amp;nbsp;&amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;bindMethods(twistedcaldav.method, CalDAVFile)
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/web2/dav/util.py&amp;quot;, line 195, in
&lt;br&gt;&amp;nbsp;bindMethods
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Failure().raiseException()
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/Twisted/twisted/web2/dav/util.py&amp;quot;, line 192, in
&lt;br&gt;&amp;nbsp;bindMethods
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;__import__(module.__name__ + &amp;quot;.&amp;quot; + submodule_name)
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/method/copymove.py&amp;quot;, line
&lt;br&gt;&amp;nbsp;34, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from twistedcaldav.method.put_common import
&lt;br&gt;&amp;nbsp;StoreCalendarObjectResource
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/method/put_common.py&amp;quot;,
&lt;br&gt;&amp;nbsp;line 66, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from twistedcaldav.method.delete_common import DeleteResource
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/method/delete_common.py&amp;quot;,
&lt;br&gt;&amp;nbsp;line 40, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from twistedcaldav.scheduling.implicit import ImplicitScheduler
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/scheduling/implicit.py&amp;quot;,
&lt;br&gt;&amp;nbsp;line 39, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from twistedcaldav.directory.principal import
&lt;br&gt;&amp;nbsp;DirectoryCalendarPrincipalResource
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/directory/principal.py&amp;quot;,
&lt;br&gt;&amp;nbsp;line 51, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from twistedcaldav.authkerb import NegotiateCredentials
&lt;br&gt;&amp;nbsp; &amp;nbsp;File &amp;quot;/home/ical/CalendarServer/twistedcaldav/authkerb.py&amp;quot;, line 41, in
&lt;br&gt;&amp;nbsp;&amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;import kerberos
&lt;br&gt;&amp;nbsp;ImportError: No module named kerberos
&lt;br&gt;&lt;br&gt;&amp;nbsp;}}}
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/356&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/356&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26909501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-CalendarServer---356%3A-Unable-to-start-CalendarServer-on-Suse-tp26909501p26909501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26835954</id>
	<title>Re: [CalendarServer] #260: OpenLDAP directory service</title>
	<published>2009-12-17T14:13:58Z</published>
	<updated>2009-12-17T14:13:58Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#260: OpenLDAP directory service
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jusiskin@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;glyph@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Feature &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;2: Expected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp;CalendarServer-3.x
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by elesueur@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;thanks, I was getting confused about the authentication section in the
&lt;br&gt;&amp;nbsp;caldavd.plist config file. I eventually figured it out!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/260#comment:43&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/260#comment:43&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26835954&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--CalendarServer---260%3A-OpenLDAP-directory-service-tp26771159p26835954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824543</id>
	<title>Re: [CalendarServer] #260: OpenLDAP directory service</title>
	<published>2009-12-17T00:08:29Z</published>
	<updated>2009-12-17T00:08:29Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#260: OpenLDAP directory service
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jusiskin@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;glyph@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Feature &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;2: Expected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp;CalendarServer-3.x
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by rahul@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;A quick note. The possible values for &amp;quot;authMethod&amp;quot; currently are &amp;quot;PAM&amp;quot; and
&lt;br&gt;&amp;nbsp;&amp;quot;LDAP&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Replying to [comment:41 rahul@…]:
&lt;br&gt;&amp;nbsp;&amp;gt; I have modified the patch to add two new options - authMethod and
&lt;br&gt;&amp;nbsp;guidAttr. If guidAttr is defined, then the directory can be queried on
&lt;br&gt;&amp;nbsp;guid as well i.e. urls of the form
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://server.example.com:8008/principals/__uids__/85cba509-fdaa-5cae-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://server.example.com:8008/principals/__uids__/85cba509-fdaa-5cae-&lt;/a&gt;&lt;br&gt;&amp;nbsp;b4ea-fbeb4612dd50/ could be used without any worry.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; Also I am attaching a sample caldav.plist to list the complete set of
&lt;br&gt;&amp;nbsp;options (listed within ldap directory service).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/260#comment:42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/260#comment:42&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824543&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--CalendarServer---260%3A-OpenLDAP-directory-service-tp26771159p26824543.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824534</id>
	<title>Re: [CalendarServer] #260: OpenLDAP directory service</title>
	<published>2009-12-17T00:06:50Z</published>
	<updated>2009-12-17T00:06:50Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#260: OpenLDAP directory service
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jusiskin@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;glyph@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Feature &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;2: Expected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp;CalendarServer-3.x
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by rahul@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;I have modified the patch to add two new options - authMethod and
&lt;br&gt;&amp;nbsp;guidAttr. If guidAttr is defined, then the directory can be queried on
&lt;br&gt;&amp;nbsp;guid as well i.e. urls of the form
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://server.example.com:8008/principals/__uids__/85cba509-fdaa-5cae-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://server.example.com:8008/principals/__uids__/85cba509-fdaa-5cae-&lt;/a&gt;&lt;br&gt;&amp;nbsp;b4ea-fbeb4612dd50/ could be used without any worry.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Also I am attaching a sample caldav.plist to list the complete set of
&lt;br&gt;&amp;nbsp;options (listed within ldap directory service).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/260#comment:41&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/260#comment:41&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824534&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--CalendarServer---260%3A-OpenLDAP-directory-service-tp26771159p26824534.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26812482</id>
	<title>Update for Ubuntu Package?</title>
	<published>2009-12-16T07:03:00Z</published>
	<updated>2009-12-16T07:03:00Z</updated>
	<author>
		<name>Georg Troska</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I already asked this a few weeks ago but didn't get any reply:
&lt;br&gt;&lt;br&gt;Is there a plan to go to the next calendarserver-version for the &amp;nbsp;
&lt;br&gt;ubuntu deb-package? In special the proxies-on-users feature is not &amp;nbsp;
&lt;br&gt;implemented yet and this would be really great.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Georg
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812482&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proxies-on-Users-tp26628128p26812482.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789432</id>
	<title>Re: [CalendarServer] #260: OpenLDAP directory service</title>
	<published>2009-12-14T20:46:27Z</published>
	<updated>2009-12-14T20:46:27Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#260: OpenLDAP directory service
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jusiskin@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;glyph@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Feature &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;2: Expected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp;CalendarServer-3.x
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by elesueur@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;thanks for that - much appreciated.
&lt;br&gt;&lt;br&gt;&amp;nbsp;How do I configure CalendarServer to use this ldapdirectory authentication
&lt;br&gt;&amp;nbsp;method?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/260#comment:40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/260#comment:40&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789432&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--CalendarServer---260%3A-OpenLDAP-directory-service-tp26771159p26789432.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26773151</id>
	<title>Re: [CalendarServer] #260: OpenLDAP directory service</title>
	<published>2009-12-13T21:20:53Z</published>
	<updated>2009-12-13T21:20:53Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#260: OpenLDAP directory service
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jusiskin@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;glyph@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Feature &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;2: Expected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp;CalendarServer-3.x
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by rahul@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;I have uploaded the patch (ldapdirectory.patch) which works against
&lt;br&gt;&amp;nbsp;calendarserver 2.3. This might work against trunk as well. Some points to
&lt;br&gt;&amp;nbsp;note:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1. To use this patch, use urls of the from
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://server.example.com:8008/calendars/users/admin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://server.example.com:8008/calendars/users/admin/&lt;/a&gt;... and not
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://server.example.com:8008/principals/__uids__/85cba509-fdaa-5cae-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://server.example.com:8008/principals/__uids__/85cba509-fdaa-5cae-&lt;/a&gt;&lt;br&gt;&amp;nbsp;b4ea-fbeb4612dd50/... because support for querying the directory using
&lt;br&gt;&amp;nbsp;guid is not added currently.
&lt;br&gt;&lt;br&gt;&amp;nbsp;2. For authentication, PAM is used (the pam service name is &amp;quot;caldav&amp;quot;). If
&lt;br&gt;&amp;nbsp;you want to use ldap server for authentication, you can just uncomment the
&lt;br&gt;&amp;nbsp;LDAP authentication code and comment out the PAM authentication code in
&lt;br&gt;&amp;nbsp;verifyCredentials function.
&lt;br&gt;&lt;br&gt;&amp;nbsp;This patch has not been extensively tested. So you might find some bugs in
&lt;br&gt;&amp;nbsp;which case kindly post in this thread.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/260#comment:39&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/260#comment:39&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26773151&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--CalendarServer---260%3A-OpenLDAP-directory-service-tp26771159p26773151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26771159</id>
	<title>Re: [CalendarServer] #260: OpenLDAP directory service</title>
	<published>2009-12-13T16:00:12Z</published>
	<updated>2009-12-13T16:00:12Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#260: OpenLDAP directory service
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;jusiskin@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;glyph@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Feature &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;2: Expected &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp;CalendarServer-3.x
&lt;br&gt;Component: &amp;nbsp;Calendar Server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Other &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------------------+------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by elesueur@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;I'm looking at using this patch as well - Am I correct in assuming that it
&lt;br&gt;&amp;nbsp;won't apply to the current trunk? I need to checkout version 1.2 and apply
&lt;br&gt;&amp;nbsp;it to that tree?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/260#comment:38&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/260#comment:38&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26771159&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--CalendarServer---260%3A-OpenLDAP-directory-service-tp26771159p26771159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26719318</id>
	<title>Email Notifications</title>
	<published>2009-12-09T15:05:08Z</published>
	<updated>2009-12-09T15:05:08Z</updated>
	<author>
		<name>Brian Hall-8</name>
	</author>
	<content type="html">I have one big thing I'm trying to work around with the calendar server. 
&lt;br&gt;&amp;nbsp; The way event notifications works by default is for users who have 
&lt;br&gt;accounts on the system, it sends everything via the notifications 
&lt;br&gt;mechanism (XMPP, iTip, iMip). However, if you add an attendee, someone 
&lt;br&gt;external to the company for example, who doesn't have an account on the 
&lt;br&gt;server, it sends them an email with the event information and updates 
&lt;br&gt;with a .ics attachment. &amp;nbsp;What I would like to do is tweak it so that it 
&lt;br&gt;sends the email notifications regardless of whether or not they are a 
&lt;br&gt;user on the system. &amp;nbsp;I can mostly see what it's doing in the code, but I 
&lt;br&gt;don't have enough python coding experience to make it work, I've tried 
&lt;br&gt;about everything I can think of. &amp;nbsp;This is all in the 
&lt;br&gt;/twistedcaldav/scheduling directory, files like cuaddress.py, 
&lt;br&gt;addressmapping.py, etc.
&lt;br&gt;&lt;br&gt;If anyone has any suggestions, thoughts, solutions, I'd much appreciate it.
&lt;br&gt;&lt;br&gt;--Brian
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26719318&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Email-Notifications-tp26719318p26719318.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26666197</id>
	<title>Installing CalendarServer-2.3 fails w/ Python error</title>
	<published>2009-12-06T08:01:17Z</published>
	<updated>2009-12-06T08:01:17Z</updated>
	<author>
		<name>Richard Cobbe</name>
	</author>
	<content type="html">I'm trying to install CalendarServer-2.3 from source on a machine running
&lt;br&gt;MacOS X 10.5.8-client (Intel). &amp;nbsp;I'm following the instructions at
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.mail-archive.com/calendarserver-users@lists.macosforge.org/msg01315.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mail-archive.com/calendarserver-users@.../msg01315.html&lt;/a&gt;&amp;gt;,
&lt;br&gt;which have worked for me in the past, but I'm getting a python error during
&lt;br&gt;the installation process.
&lt;br&gt;&lt;br&gt;What I'm doing, in brief:
&lt;br&gt;&lt;br&gt;&amp;nbsp; - svn checkout .../tags/release/CalendarServer-2.3
&lt;br&gt;&amp;nbsp; - cd CalendarServer
&lt;br&gt;&amp;nbsp; - ./run -s
&lt;br&gt;&amp;nbsp; - edit conf/caldavd.plist, conf/caldavd-apple.plist, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; twistedcaldav/config.py. &amp;nbsp;Change all references to files in /var/run to
&lt;br&gt;&amp;nbsp; &amp;nbsp; look for them in /var/run/caldavd instead.
&lt;br&gt;&amp;nbsp; - ./run -i /tmp/caldavd
&lt;br&gt;&lt;br&gt;As near as I can tell, the error happens when this last command is trying
&lt;br&gt;to install Twisted. &amp;nbsp;The relevant bits of the output follow:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; creating Twisted.egg-info
&lt;br&gt;&amp;nbsp; &amp;nbsp; writing requirements to Twisted.egg-info/requires.txt
&lt;br&gt;&amp;nbsp; &amp;nbsp; writing Twisted.egg-info/PKG-INFO
&lt;br&gt;&amp;nbsp; &amp;nbsp; writing top-level names to Twisted.egg-info/top_level.txt
&lt;br&gt;&amp;nbsp; &amp;nbsp; writing dependency_links to Twisted.egg-info/dependency_links.txt
&lt;br&gt;&amp;nbsp; &amp;nbsp; writing manifest file 'Twisted.egg-info/SOURCES.txt'
&lt;br&gt;&amp;nbsp; &amp;nbsp; Traceback (most recent call last):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;./setup.py&amp;quot;, line 97, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main(sys.argv[1:])
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;./setup.py&amp;quot;, line 92, in main
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setup(**setup_args)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;./twisted/python/dist.py&amp;quot;, line 47, in setup
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return core.setup(**get_setup_args(**kw))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py&amp;quot;, line 151, in setup
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dist.run_commands()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py&amp;quot;, line 974, in run_commands
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.run_command(cmd)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py&amp;quot;, line 994, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cmd_obj.run()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/install.py&amp;quot;, line 56, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return _install.run(self)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/command/install.py&amp;quot;, line 516, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.run_command('build')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/cmd.py&amp;quot;, line 333, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.distribution.run_command(command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py&amp;quot;, line 994, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cmd_obj.run()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/command/build.py&amp;quot;, line 112, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.run_command(cmd_name)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/cmd.py&amp;quot;, line 333, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.distribution.run_command(command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py&amp;quot;, line 994, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cmd_obj.run()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/build_py.py&amp;quot;, line 31, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.build_package_data()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/build_py.py&amp;quot;, line 76, in build_package_data
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for package, src_dir, build_dir, filenames in self.data_files:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/build_py.py&amp;quot;, line 39, in __getattr__
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.data_files = files = self._get_data_files(); return files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/build_py.py&amp;quot;, line 44, in _get_data_files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.analyze_manifest()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/build_py.py&amp;quot;, line 92, in analyze_manifest
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.run_command('egg_info')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/cmd.py&amp;quot;, line 333, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.distribution.run_command(command)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/dist.py&amp;quot;, line 994, in run_command
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cmd_obj.run()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/egg_info.py&amp;quot;, line 171, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.find_sources()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/egg_info.py&amp;quot;, line 252, in find_sources
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mm.run()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/egg_info.py&amp;quot;, line 306, in run
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.add_defaults()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/egg_info.py&amp;quot;, line 333, in add_defaults
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rcfiles = list(walk_revctrl())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/sdist.py&amp;quot;, line 45, in walk_revctrl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for item in ep.load()(dirname):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/sdist.py&amp;quot;, line 52, in _default_revctrl
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for path in finder(dirname,path):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; File &amp;quot;/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/setuptools/command/sdist.py&amp;quot;, line 98, in entries_finder
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log.warn(&amp;quot;unrecognized .svn/entries format in %s&amp;quot;, dirname)
&lt;br&gt;&amp;nbsp; &amp;nbsp; NameError: global name 'log' is not defined
&lt;br&gt;&lt;br&gt;If that's not enough context, I do have a complete transcript of the build
&lt;br&gt;attempt, so I can provide more detail as necessary.
&lt;br&gt;&lt;br&gt;Since 2.3 isn't working, I tried starting over with CalendarServer-2.2, and
&lt;br&gt;I've been able to get that to build, so this is clearly caused by something
&lt;br&gt;that's changed in the interim.
&lt;br&gt;&lt;br&gt;If it matters, I *do* have both python 2.5 and 2.6 installed via Fink, in
&lt;br&gt;/sw, and I was running the installation process in an environment where the
&lt;br&gt;PATH contains /sw/bin etc.; I don't know if that might be interfering.
&lt;br&gt;&lt;br&gt;I can live with 2.2, but I've been having some mild problems with it, so
&lt;br&gt;it'd be nice to get 2.3 working to see if that fixes them.
&lt;br&gt;&lt;br&gt;Is this a problem on my end, or do I need to wait for the next point
&lt;br&gt;release? &amp;nbsp;(I'm a little leery of running straight from trunk, but if
&lt;br&gt;someone can convince me that this is safe, I'm open to the possibility.)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Richard
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26666197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Installing-CalendarServer-2.3-fails-w--Python-error-tp26666197p26666197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645995</id>
	<title>Re: [CalendarServer] #348: Sunbird fails to populate calendars</title>
	<published>2009-12-04T09:24:44Z</published>
	<updated>2009-12-04T09:24:44Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#348: Sunbird fails to populate calendars
&lt;br&gt;----------------------------------+-----------------------------------------
&lt;br&gt;&amp;nbsp; Reporter: &amp;nbsp;naoh123@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;cdaboo@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Type: &amp;nbsp;Defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;closed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; Priority: &amp;nbsp;1: Blocker &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Component: &amp;nbsp;CalDAV Client &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Serious &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Resolution: &amp;nbsp;Cannot reproduce &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp;Keywords: &amp;nbsp;sunbird &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;----------------------------------+-----------------------------------------
&lt;br&gt;Changes (by wsanchez@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * status: &amp;nbsp;new =&amp;gt; closed
&lt;br&gt;&amp;nbsp; * resolution: &amp;nbsp;=&amp;gt; Cannot reproduce
&lt;br&gt;&lt;br&gt;&lt;br&gt;Comment:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Thanks for the note. &amp;nbsp;naoh123, give that a try.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/348#comment:4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/348#comment:4&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645995&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-CalendarServer---348%3A-Sunbird-fails-to-populate-calendars-tp25502529p26645995.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26639768</id>
	<title>Re: ical invite mail not being sent</title>
	<published>2009-12-04T01:21:32Z</published>
	<updated>2009-12-04T01:21:32Z</updated>
	<author>
		<name>Dirk-55</name>
	</author>
	<content type="html">Hello, Markus!
&lt;br&gt;&lt;br&gt;&amp;gt; This is exactly the &amp;quot;expected&amp;quot; behavior. Invitations to other users
&lt;br&gt;&amp;gt; on the same server are delivered internally (placed in the user's
&lt;br&gt;&amp;gt; inbox directory on the caldav server).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can use a browser to look through the caldav (~webdav) structures
&lt;br&gt;&amp;gt; on the DCS server and check for these ics files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which clients are you using? iCal should get these invitations
&lt;br&gt;&amp;gt; without additional configuration.
&lt;br&gt;&lt;br&gt;Does this behaviour depend on the client?
&lt;br&gt;&lt;br&gt;If not, would it be nice if the behaviour could be configured to be &amp;nbsp;
&lt;br&gt;uniform:
&lt;br&gt;&lt;br&gt;E.g. all invitations could be sent by the server. iCal e.g. does not &amp;nbsp;
&lt;br&gt;send invitations if you use a different email client than Apple Mail, &amp;nbsp;
&lt;br&gt;iirc.
&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;&amp;nbsp; &amp;nbsp; Dirk
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ical-invite-mail-not-being-sent-on-mac-10.5.7.-tp26528646p26639768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26629623</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-03T09:14:41Z</published>
	<updated>2009-12-03T09:14:41Z</updated>
	<author>
		<name>Conrad Wasmer</name>
	</author>
	<content type="html">Markus (or anyone else with this experience) -
&lt;br&gt;&lt;br&gt;Where did you create the user for iMiP injection? In your accounts.xml file
&lt;br&gt;(or whatever authentication scheme you use)? And then you added that user
&lt;br&gt;to your sudoers.plist file (you said your sudoers.xml file, but I don't see
&lt;br&gt;that file)?
&lt;br&gt;&lt;br&gt;Thanks for the help -
&lt;br&gt;&lt;br&gt;Conrad
&lt;br&gt;&lt;br&gt;On Wed, 2 Dec 2009 18:18:29 +0100, Markus Stürmer
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markus.stuermer@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I have created a user for the iMIP injection and entered that user also
&lt;br&gt;in
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; the sudoers.xml file. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However, I still got an exception whenever an email reply should be
&lt;br&gt;&amp;gt; imported into the DCS again. I fixed that by changing in
&lt;br&gt;&amp;gt; &amp;quot;twistedcaldav/scheduling/implicit.py&amp;quot; the line &amp;quot;if
&lt;br&gt;&amp;gt; self.originatorPrincipal:&amp;quot; into &amp;quot;if self.originatorPrincipal and
&lt;br&gt;&amp;gt; hasattr(self.originatorPrincipal,'calendarUserAddresses'):&amp;quot;. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I do not know if the whole approach is the way to go, unfortunately there
&lt;br&gt;&amp;gt; is hardly any documentation available. It took me very long to set up the
&lt;br&gt;&amp;gt; installation, and I also modified some parts to get Lightning, Mulberry,
&lt;br&gt;&amp;gt; Evolution (and of course iCal.app) working and enable Kontact and Horde
&lt;/div&gt;to
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; at least subscribe calendars. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Markus
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Am 02.12.2009 um 17:01 schrieb Conrad Wasmer:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Okay - I had wholly failed to provide the debug error log because I had
&lt;br&gt;&amp;gt;&amp;gt; not restarted the server. &amp;nbsp;Too little sleep.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I apologize now for the fairly lengthy log files included with this
&lt;br&gt;&amp;gt;&amp;gt; email...
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Here's a set of log entries regarding the mailgateway, which seems to
&lt;br&gt;&amp;gt;&amp;gt; indicate (as far as I can tell) that CalendarServer thinks everything is
&lt;br&gt;&amp;gt;&amp;gt; just fine, though it remains that postfix is not getting (nor
&lt;/div&gt;processing)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; anything from calendarserver.:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002
&lt;br&gt;&amp;gt;&amp;gt; AUTHENTICATE PLAIN
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING:
&lt;br&gt;&amp;gt;&amp;gt; AGNhbGVuZGFyc2VydmVyAGNhbHNlcnY=
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK
&lt;/div&gt;Logged
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; in.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT
&lt;br&gt;&amp;gt;&amp;gt; Inbox
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS
&lt;br&gt;&amp;gt;&amp;gt; (\Answered \Flagged \Deleted \Seen \Draft)
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK
&lt;br&gt;&amp;gt;&amp;gt; [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags
&lt;br&gt;&amp;gt;&amp;gt; permitted.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK
&lt;br&gt;&amp;gt;&amp;gt; [UIDVALIDITY 1259640498] UIDs valid
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT
&lt;br&gt;&amp;gt;&amp;gt; 2] Predicted next UID
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK
&lt;br&gt;&amp;gt;&amp;gt; [READ-WRITE] Select completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected
&lt;br&gt;&amp;gt;&amp;gt; [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH
&lt;br&gt;&amp;gt;&amp;gt; 1:* (UID)
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK Fetch
&lt;br&gt;&amp;gt;&amp;gt; completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0
&lt;br&gt;&amp;gt;&amp;gt; messages
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK Close
&lt;br&gt;&amp;gt;&amp;gt; completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed
&lt;br&gt;&amp;gt;&amp;gt; [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE Logging
&lt;br&gt;&amp;gt;&amp;gt; out
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Here is a set of log entries after trying to send an invite:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] 
&lt;/div&gt;[LimitingHTTPChannel,1,10.0.1.1]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] POST
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/
&lt;br&gt;HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twisted.web2.dav.resource#info] Authentication failed: Invalid nonce
&lt;br&gt;&amp;gt;&amp;gt; value: 76386775211099560861840090282
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] 
&lt;br&gt;[LimitingHTTPChannel,2,10.0.1.1]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] POST
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/
&lt;br&gt;HTTP/1.1
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] PROPFIND
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[-]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.directory.sudo.SudoDirectoryService#info] Directory
&lt;br&gt;&amp;gt;&amp;gt; service has no GUID; generating service GUID from realm name.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component:
&lt;br&gt;&amp;gt;&amp;gt; VFREEBUSY
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.imip#error] Could not do server-to-imip
&lt;/div&gt;request
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; : iMIP VFREEBUSY REQUESTs not supported.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error
&lt;br&gt;&amp;gt;&amp;gt; during POST for mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629623&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[-]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.directory.sudo.SudoDirectoryService#info] Directory
&lt;br&gt;&amp;gt;&amp;gt; service has no GUID; generating service GUID from realm name.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[-]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.directory.principal#error] No principal found for UID:
&lt;br&gt;&amp;gt;&amp;gt; admin
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:02-0600 [-] [caldav-1] 
&lt;/div&gt;[LimitingHTTPChannel,3,10.0.1.1]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] REPORT
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/
&lt;br&gt;&amp;gt;&amp;gt; HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:04-0600 [-] [caldav-0] 
&lt;br&gt;[LimitingHTTPChannel,1,10.0.1.1]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] POST
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/
&lt;br&gt;HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component:
&lt;br&gt;&amp;gt;&amp;gt; VEVENT
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.memcacheprops#info] Instantiating memcache connection for
&lt;br&gt;&amp;gt;&amp;gt; MemcachePropertyCollection
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] 
&lt;br&gt;[LimitingHTTPChannel,2,10.0.1.1]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] PUT
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.implicit#info] Implicit REQUEST - organizer:
&lt;br&gt;&amp;gt;&amp;gt; 'urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C' to attendee:
&lt;br&gt;&amp;gt;&amp;gt; 'mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629623&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;', UID:
&lt;br&gt;&amp;gt;&amp;gt; '67FD43A4-3F07-4DE8-B2E0-BAF57AC67126'
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component:
&lt;br&gt;&amp;gt;&amp;gt; VEVENT
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [mailgateway] 2009-12-01 23:40:05-0600
&lt;br&gt;&amp;gt;&amp;gt; [HTTPChannel,0,127.0.0.1] [twistedcaldav.extensions#info] POST /inbox
&lt;br&gt;&amp;gt;&amp;gt; HTTP/1.0
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [mailgateway] 2009-12-01 23:40:05-0600
&lt;br&gt;&amp;gt;&amp;gt; [HTTPChannel,0,127.0.0.1] [twistedcaldav.mail#error] iMIP injection
&lt;br&gt;&amp;gt;&amp;gt; principal not found: com.apple.calendarserver
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.imip#error] Could not do server-to-imip
&lt;/div&gt;request
&lt;br&gt;&amp;gt;&amp;gt; : 403 Forbidden
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error
&lt;br&gt;&amp;gt;&amp;gt; during PUT for mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629623&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client]
&lt;br&gt;&amp;gt;&amp;gt; [twisted.web2.dav.fileop#info] Writing to file
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;/Library/CalServ/twistedcaldav/test/data/calendars/__uids__/E2/F8/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[-]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.memcacheprops#info] Instantiating memcache connection for
&lt;br&gt;&amp;gt;&amp;gt; MemcachePropertyCollection
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:08-0600 [-] [caldav-0] 
&lt;br&gt;[LimitingHTTPChannel,3,10.0.1.1]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] GET
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:11-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] PROPFIND
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:11-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.extensions#info] PROPFIND
&lt;br&gt;&amp;gt;&amp;gt; /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/
&lt;br&gt;&amp;gt;&amp;gt; HTTP/1.1
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK Dovecot
&lt;br&gt;&amp;gt;&amp;gt; ready.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP servergreeting
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0001
&lt;/div&gt;CAPABILITY
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * CAPABILITY
&lt;br&gt;&amp;gt;&amp;gt; IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+
&lt;br&gt;&amp;gt;&amp;gt; IDLE CHILDREN NAMESPACE LOGIN-REFERRALS STARTTLS AUTH=PLAIN AUTH=LOGIN
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0001 OK
&lt;br&gt;&amp;gt;&amp;gt; Capability completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002
&lt;br&gt;&amp;gt;&amp;gt; AUTHENTICATE PLAIN
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING:
&lt;br&gt;&amp;gt;&amp;gt; AGNhbGVuZGFyc2VydmVyAGNhbHNlcnY=
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK
&lt;/div&gt;Logged
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; in.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT
&lt;br&gt;&amp;gt;&amp;gt; Inbox
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS
&lt;br&gt;&amp;gt;&amp;gt; (\Answered \Flagged \Deleted \Seen \Draft)
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK
&lt;br&gt;&amp;gt;&amp;gt; [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags
&lt;br&gt;&amp;gt;&amp;gt; permitted.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK
&lt;br&gt;&amp;gt;&amp;gt; [UIDVALIDITY 1259640498] UIDs valid
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT
&lt;br&gt;&amp;gt;&amp;gt; 2] Predicted next UID
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK
&lt;br&gt;&amp;gt;&amp;gt; [READ-WRITE] Select completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected
&lt;br&gt;&amp;gt;&amp;gt; [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH
&lt;br&gt;&amp;gt;&amp;gt; 1:* (UID)
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK Fetch
&lt;br&gt;&amp;gt;&amp;gt; completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0
&lt;br&gt;&amp;gt;&amp;gt; messages
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK Close
&lt;br&gt;&amp;gt;&amp;gt; completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed
&lt;br&gt;&amp;gt;&amp;gt; [unauth]
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE Logging
&lt;br&gt;&amp;gt;&amp;gt; out
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0006 OK
&lt;/div&gt;Logout
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; completed.
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadFactory#debug] IMAP factory connection
&lt;br&gt;&amp;gt;&amp;gt; lost
&lt;br&gt;&amp;gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600
&lt;br&gt;&amp;gt;&amp;gt; [IMAP4DownloadProtocol,client]
&lt;br&gt;&amp;gt;&amp;gt; [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4
&lt;br&gt;&amp;gt;&amp;gt; poll
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt;&amp;gt; Conrad Wasmer
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629623&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;--
&lt;br&gt;Conrad Wasmer
&lt;br&gt;612-598-0301
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26629623&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26629623.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26628128</id>
	<title>Proxies on Users</title>
	<published>2009-12-03T07:45:05Z</published>
	<updated>2009-12-03T07:45:05Z</updated>
	<author>
		<name>Georg Troska</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am using the calendarserver for a year now on ubuntu 8.10. Until now &amp;nbsp;
&lt;br&gt;we have been using one simple single group calendar. I played around a &amp;nbsp;
&lt;br&gt;bit now with delegations/proxies.
&lt;br&gt;&lt;br&gt;I was able to use the proxy-statement in the accounts.xml file for a &amp;nbsp;
&lt;br&gt;location. This works fine. Now I would like to use it for users. I get &amp;nbsp;
&lt;br&gt;the message:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; element only allowed for Resources and Locations: proxies
&lt;br&gt;&lt;br&gt;I looked around in the code and found in /usr/share/pyshared/ 
&lt;br&gt;twistedcaldav/directory/xmlaccountsparser.py:
&lt;br&gt;&lt;br&gt;&lt;br&gt;---
&lt;br&gt;[...]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; elif child_name == ELEMENT_PROXIES: # Only Resources &amp; Locations if &amp;nbsp;
&lt;br&gt;self.recordType not in (DirectoryService.recordType_resources, &amp;nbsp;
&lt;br&gt;DirectoryService.recordType_locations): raise ValueError(&amp;quot;&amp;lt;auto- 
&lt;br&gt;schedule&amp;gt; element only allowed for Resources and Locations: %s&amp;quot; % &amp;nbsp;
&lt;br&gt;(child_name,)) self._parseMembers(child, self.proxies)
&lt;br&gt;[...]
&lt;br&gt;---
&lt;br&gt;&lt;br&gt;why is this coded in there? I looked in the latest trunk as well - &amp;nbsp;
&lt;br&gt;there it is implemented correctly. I there a reason why this isn't &amp;nbsp;
&lt;br&gt;updated?
&lt;br&gt;&lt;br&gt;Georg
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26628128&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proxies-on-Users-tp26628128p26628128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26626575</id>
	<title>Re: ical invite mail not being sent</title>
	<published>2009-12-03T06:14:13Z</published>
	<updated>2009-12-03T06:14:13Z</updated>
	<author>
		<name>Peter S. Easton Jr.</name>
	</author>
	<content type="html">Thanks for the quick response, 
&lt;br&gt;iCal works as long as i have it open i get push notifications but not everyone here is in front of their computers all (like me) but most do check their email via phone.
&lt;br&gt;It would be nice if they could get an email version also. 
&lt;br&gt;Also is it possible to use our main mail server for the email notifications instead of the local one?
&lt;br&gt;&lt;br&gt;We are also reviewing PC/Outlook connectors if you have any opinions i like to hear what everybody else is using.
&lt;br&gt;&lt;br&gt;thanks again
&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;On Dec 3, 2009, at 8:54 AM, Markus Stürmer wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is exactly the &amp;quot;expected&amp;quot; behavior. Invitations to other users on the same server are delivered internally (placed in the user's inbox directory on the caldav server).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can use a browser to look through the caldav (~webdav) structures on the DCS server and check for these ics files.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Which clients are you using? iCal should get these invitations without additional configuration.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Markus
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Am 03.12.2009 um 14:41 schrieb Peter S. Easton Jr.:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt; I'm new to this board and OS X server 10.6, so please forgive me if this is the wrong place to ask this...
&lt;br&gt;&amp;gt;&amp;gt; When I make an event and invite people within my AD no invite is sent but if i enter an email address of a person not in my AD they get an invite.
&lt;br&gt;&amp;gt;&amp;gt; am i missing some settings or something?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;&amp;gt; Pete Easton
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626575&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626575&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ical-invite-mail-not-being-sent-on-mac-10.5.7.-tp26528646p26626575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26626301</id>
	<title>Re: ical invite mail not being sent</title>
	<published>2009-12-03T05:54:31Z</published>
	<updated>2009-12-03T05:54:31Z</updated>
	<author>
		<name>Markus Stürmer</name>
	</author>
	<content type="html">This is exactly the &amp;quot;expected&amp;quot; behavior. Invitations to other users on the same server are delivered internally (placed in the user's inbox directory on the caldav server).
&lt;br&gt;&lt;br&gt;You can use a browser to look through the caldav (~webdav) structures on the DCS server and check for these ics files.
&lt;br&gt;&lt;br&gt;Which clients are you using? iCal should get these invitations without additional configuration.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Markus
&lt;br&gt;&lt;br&gt;&lt;br&gt;Am 03.12.2009 um 14:41 schrieb Peter S. Easton Jr.:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; I'm new to this board and OS X server 10.6, so please forgive me if this is the wrong place to ask this...
&lt;br&gt;&amp;gt; When I make an event and invite people within my AD no invite is sent but if i enter an email address of a person not in my AD they get an invite.
&lt;br&gt;&amp;gt; am i missing some settings or something?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; Pete Easton
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626301&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626301&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ical-invite-mail-not-being-sent-on-mac-10.5.7.-tp26528646p26626301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26626106</id>
	<title>ical invite mail not being sent</title>
	<published>2009-12-03T05:41:15Z</published>
	<updated>2009-12-03T05:41:15Z</updated>
	<author>
		<name>Peter S. Easton Jr.</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;I'm new to this board and OS X server 10.6, so please forgive me if this is the wrong place to ask this...
&lt;br&gt;When I make an event and invite people within my AD no invite is sent but if i enter an email address of a person not in my AD they get an invite.
&lt;br&gt;am i missing some settings or something?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;Pete Easton
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26626106&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ical-invite-mail-not-being-sent-on-mac-10.5.7.-tp26528646p26626106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26612721</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-02T09:18:29Z</published>
	<updated>2009-12-02T09:18:29Z</updated>
	<author>
		<name>Markus Stürmer</name>
	</author>
	<content type="html">I have created a user for the iMIP injection and entered that user also in the sudoers.xml file. 
&lt;br&gt;&lt;br&gt;However, I still got an exception whenever an email reply should be imported into the DCS again. I fixed that by changing in &amp;quot;twistedcaldav/scheduling/implicit.py&amp;quot; the line &amp;quot;if self.originatorPrincipal:&amp;quot; into &amp;quot;if self.originatorPrincipal and hasattr(self.originatorPrincipal,'calendarUserAddresses'):&amp;quot;. 
&lt;br&gt;&lt;br&gt;I do not know if the whole approach is the way to go, unfortunately there is hardly any documentation available. It took me very long to set up the installation, and I also modified some parts to get Lightning, Mulberry, Evolution (and of course iCal.app) working and enable Kontact and Horde to at least subscribe calendars. 
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Markus
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Am 02.12.2009 um 17:01 schrieb Conrad Wasmer:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Okay - I had wholly failed to provide the debug error log because I had not restarted the server. &amp;nbsp;Too little sleep.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I apologize now for the fairly lengthy log files included with this email...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here's a set of log entries regarding the mailgateway, which seems to indicate (as far as I can tell) that CalendarServer thinks everything is just fine, though it remains that postfix is not getting (nor processing) anything from calendarserver.:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 AUTHENTICATE PLAIN
&lt;br&gt;&amp;gt; 2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: + 
&lt;br&gt;&amp;gt; 2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: AGNhbGVuZGFyc2VydmVyAGNhbHNlcnY=
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK Logged in.
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT Inbox
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDVALIDITY 1259640498] UIDs valid
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT 2] Predicted next UID
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK [READ-WRITE] Select completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH 1:* (UID)
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK Fetch completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0 messages
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK Close completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT
&lt;br&gt;&amp;gt; 2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE Logging out
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is a set of log entries after trying to send an invite:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,1,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twisted.web2.dav.resource#info] Authentication failed: Invalid nonce value: 76386775211099560861840090282
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,2,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[-] [twistedcaldav.directory.sudo.SudoDirectoryService#info] Directory service has no GUID; generating service GUID from realm name.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VFREEBUSY
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : iMIP VFREEBUSY REQUESTs not supported.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612721&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[-] [twistedcaldav.directory.sudo.SudoDirectoryService#info] Directory service has no GUID; generating service GUID from realm name.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[-] [twistedcaldav.directory.principal#error] No principal found for UID: admin
&lt;br&gt;&amp;gt; 2009-12-01 23:40:02-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,3,10.0.1.1] [twistedcaldav.extensions#info] REPORT /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:04-0600 [-] [caldav-0] &amp;nbsp;[LimitingHTTPChannel,1,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VEVENT
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.memcacheprops#info] Instantiating memcache connection for MemcachePropertyCollection
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[LimitingHTTPChannel,2,10.0.1.1] [twistedcaldav.extensions#info] PUT /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.implicit#info] Implicit REQUEST - organizer: 'urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C' to attendee: 'mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612721&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;', UID: '67FD43A4-3F07-4DE8-B2E0-BAF57AC67126'
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VEVENT
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [mailgateway] 2009-12-01 23:40:05-0600 [HTTPChannel,0,127.0.0.1] [twistedcaldav.extensions#info] POST /inbox HTTP/1.0
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [mailgateway] 2009-12-01 23:40:05-0600 [HTTPChannel,0,127.0.0.1] [twistedcaldav.mail#error] iMIP injection principal not found: com.apple.calendarserver
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : 403 Forbidden
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612721&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client] [twisted.web2.dav.fileop#info] Writing to file /Library/CalServ/twistedcaldav/test/data/calendars/__uids__/E2/F8/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics
&lt;br&gt;&amp;gt; 2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[-] [twistedcaldav.memcacheprops#info] Instantiating memcache connection for MemcachePropertyCollection
&lt;br&gt;&amp;gt; 2009-12-01 23:40:08-0600 [-] [caldav-0] &amp;nbsp;[LimitingHTTPChannel,3,10.0.1.1] [twistedcaldav.extensions#info] GET /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:11-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:11-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/ HTTP/1.1
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK Dovecot ready.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP servergreeting
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0001 CAPABILITY
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS STARTTLS AUTH=PLAIN AUTH=LOGIN
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0001 OK Capability completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 AUTHENTICATE PLAIN
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: + 
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: AGNhbGVuZGFyc2VydmVyAGNhbHNlcnY=
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK Logged in.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT Inbox
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDVALIDITY 1259640498] UIDs valid
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT 2] Predicted next UID
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK [READ-WRITE] Select completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH 1:* (UID)
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK Fetch completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0 messages
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK Close completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed [unauth]
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE Logging out
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0006 OK Logout completed.
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] IMAP factory connection lost
&lt;br&gt;&amp;gt; 2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; ---
&lt;br&gt;&amp;gt; Conrad Wasmer
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612721&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612721&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26612721.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26612534</id>
	<title>Proxies on Users</title>
	<published>2009-12-02T09:07:31Z</published>
	<updated>2009-12-02T09:07:31Z</updated>
	<author>
		<name>Georg Troska</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am using the calendarserver for a year now on ubuntu 8.10. Until now &amp;nbsp;
&lt;br&gt;we have been using one simple single group calendar. I played around a &amp;nbsp;
&lt;br&gt;bit now with delegations/proxies.
&lt;br&gt;&lt;br&gt;I was able to use the proxy-statement in the accounts.xml file for a &amp;nbsp;
&lt;br&gt;location. This works fine. Now I would like to use it for users. I get &amp;nbsp;
&lt;br&gt;the message:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; element only allowed for Resources and Locations: proxies
&lt;br&gt;&lt;br&gt;I looked around in the code and found in /usr/share/pyshared/ 
&lt;br&gt;twistedcaldav/directory/xmlaccountsparser.py:
&lt;br&gt;&lt;br&gt;&lt;br&gt;---
&lt;br&gt;[...]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; elif child_name == ELEMENT_PROXIES: # Only Resources &amp; Locations if &amp;nbsp;
&lt;br&gt;self.recordType not in (DirectoryService.recordType_resources, &amp;nbsp;
&lt;br&gt;DirectoryService.recordType_locations): raise ValueError(&amp;quot;&amp;lt;auto- 
&lt;br&gt;schedule&amp;gt; element only allowed for Resources and Locations: %s&amp;quot; % &amp;nbsp;
&lt;br&gt;(child_name,)) self._parseMembers(child, self.proxies)
&lt;br&gt;[...]
&lt;br&gt;---
&lt;br&gt;&lt;br&gt;why is this coded in there? I looked in the latest trunk as well - &amp;nbsp;
&lt;br&gt;there it is implemented correctly. I there a reason why this isn't &amp;nbsp;
&lt;br&gt;updated?
&lt;br&gt;&lt;br&gt;Georg
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26612534&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proxies-on-Users-tp26612534p26612534.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26611349</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-02T08:01:33Z</published>
	<updated>2009-12-02T08:01:33Z</updated>
	<author>
		<name>Conrad Wasmer</name>
	</author>
	<content type="html">&lt;p&gt;Okay - I had wholly failed to provide the debug error log because I had not restarted the server. &amp;nbsp;Too little sleep.&lt;/p&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I apologize now for the fairly lengthy log files included with this email...&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;Here's a set of log entries regarding the mailgateway, which seems to indicate (as far as I can tell) that CalendarServer thinks everything is just fine, though it remains that postfix is not getting (nor processing) anything from calendarserver.:&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 AUTHENTICATE PLAIN&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +&amp;nbsp;&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:32-0600 [-] [mailgateway] 2009-12-01 23:35:32-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: AGNhbGVuZGFyc2VydmVyAGNhbHNlcnY=&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK Logged in.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT Inbox&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDVALIDITY 1259640498] UIDs valid&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT 2] Predicted next UID&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK [READ-WRITE] Select completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH 1:* (UID)&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK Fetch completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0 messages&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK Close completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT&lt;/div&gt;
&lt;div&gt;2009-12-01 23:35:33-0600 [-] [mailgateway] 2009-12-01 23:35:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE Logging out&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-family: Helvetica; color: #000000;&quot;&gt;
&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-family: Helvetica; color: #000000;&quot;&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Here is a set of log entries after trying to send an invite:&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,1,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twisted.web2.dav.resource#info] Authentication failed: Invalid nonce value: 76386775211099560861840090282&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,2,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[-] [twistedcaldav.directory.sudo.SudoDirectoryService#info] Directory service  has no GUID; generating service GUID from realm name.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VFREEBUSY&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request :  iMIP VFREEBUSY REQUESTs not supported.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26611349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[-] [twistedcaldav.directory.sudo.SudoDirectoryService#info] Directory service  has no GUID; generating service GUID from realm name.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:01-0600 [-] [caldav-0] &amp;nbsp;[-] [twistedcaldav.directory.principal#error] No principal found for UID: admin&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:02-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,3,10.0.1.1] [twistedcaldav.extensions#info] REPORT /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:04-0600 [-] [caldav-0] &amp;nbsp;[LimitingHTTPChannel,1,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VEVENT&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.memcacheprops#info] Instantiating memcache connection for MemcachePropertyCollection&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[LimitingHTTPChannel,2,10.0.1.1] [twistedcaldav.extensions#info] PUT /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.implicit#info] Implicit REQUEST - organizer: '&lt;a href=&quot;http://wasmer.homeip.net/roundcubemail/urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C'&lt;/a&gt; to attendee: '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26611349&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;, UID: '67FD43A4-3F07-4DE8-B2E0-BAF57AC67126'&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VEVENT&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [mailgateway] 2009-12-01 23:40:05-0600 [HTTPChannel,0,127.0.0.1] [twistedcaldav.extensions#info] POST /inbox HTTP/1.0&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [mailgateway] 2009-12-01 23:40:05-0600 [HTTPChannel,0,127.0.0.1] [twistedcaldav.mail#error] iMIP injection principal not found: com.apple.calendarserver&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request :  403 Forbidden&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26611349&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[AuthorizedHTTPGetter,client] [twisted.web2.dav.fileop#info] Writing to file /Library/CalServ/twistedcaldav/test/data/calendars/__uids__/E2/F8/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:05-0600 [-] [caldav-0] &amp;nbsp;[-] [twistedcaldav.memcacheprops#info] Instantiating memcache connection for MemcachePropertyCollection&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:08-0600 [-] [caldav-0] &amp;nbsp;[LimitingHTTPChannel,3,10.0.1.1] [twistedcaldav.extensions#info] GET /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/67FD43A4-3F07-4DE8-B2E0-BAF57AC67126.ics HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:11-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:11-0600 [-] [caldav-0] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/ HTTP/1.1&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK Dovecot ready.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP servergreeting&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0001 CAPABILITY&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * CAPABILITY IMAP4rev1 SASL-IR SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN NAMESPACE LOGIN-REFERRALS STARTTLS AUTH=PLAIN AUTH=LOGIN&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0001 OK Capability completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0002 AUTHENTICATE PLAIN&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: +&amp;nbsp;&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: AGNhbGVuZGFyc2VydmVyAGNhbHNlcnY=&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0002 OK Logged in.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP logged in [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0003 SELECT Inbox&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 EXISTS&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * 0 RECENT&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDVALIDITY 1259640498] UIDs valid&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * OK [UIDNEXT 2] Predicted next UID&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0003 OK [READ-WRITE] Select completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox selected [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0004 UID FETCH 1:* (UID)&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0004 OK Fetch completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP got uids [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP Inbox has 0 messages&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0005 CLOSE&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0005 OK Close completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] IMAP in cbClosed [unauth]&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] Mailbox closed&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] SENDING: 0006 LOGOUT&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: * BYE Logging out&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadProtocol#debug] RECEIVED: 0006 OK Logout completed.&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] IMAP factory connection lost&lt;/div&gt;
&lt;div&gt;2009-12-01 23:40:33-0600 [-] [mailgateway] 2009-12-01 23:40:33-0600 [IMAP4DownloadProtocol,client] [twistedcaldav.mail.IMAP4DownloadFactory#debug] Scheduling next IMAP4 poll&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
---&lt;/div&gt;
&lt;div&gt;Conrad Wasmer&lt;/div&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26611349&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26611349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26606835</id>
	<title>Re: Need some help in debugging iCal</title>
	<published>2009-12-02T02:40:15Z</published>
	<updated>2009-12-02T02:40:15Z</updated>
	<author>
		<name>Tarjei Huse-8</name>
	</author>
	<content type="html">&lt;br&gt;On 12/02/2009 11:29 AM, Guy wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2 Dec 2009, at 10:25, tarjei wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 12/01/2009 11:05 AM, Guy wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I guess the first things to look at would be to make sure your computer does indeed point to the right place.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Have a look in the preferences and find the hostname or IP address of the calendar server that's set there. &amp;nbsp;Then on the Terminal run this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	ping&amp;lt;hostname or IP address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does it answer? &amp;nbsp;Press Ctrl-C to stop the output.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; assuming it does answer I'd then check that the MAc can get to the TCP port of the calendar server. &amp;nbsp;Open Safari and paste the full URL from the preferences into your browser.
&lt;br&gt;&amp;gt;&amp;gt; Yes, this works.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Note... you might need to set the port in the URL..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; https://&amp;lt;HOSTNAME&amp;gt;:8443/calendar/users/....
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've set the port to 8443 which is the default for calendar over SSL.
&lt;br&gt;&amp;gt;&amp;gt; This is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does safari return data?
&lt;br&gt;&amp;gt;&amp;gt; Yes. I used the url :443/..
&lt;br&gt;&amp;gt;&amp;gt; (This isn't calendar server you see).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What do you mean by this? &amp;nbsp;You need to pointing at the calendar server in order to test it.
&lt;/div&gt;Args. I hit the reply button too fast.
&lt;br&gt;&lt;br&gt;What I was trying to say was that I am not using calendarserver but Sogo 
&lt;br&gt;(&lt;a href=&quot;http://www.scalableogo.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scalableogo.org/&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The reason I am asking on this list is that I expect to find people here 
&lt;br&gt;that are better at debugging ICal and thus can help me find out why ICal 
&lt;br&gt;reacts as it does.
&lt;br&gt;&lt;br&gt;The url I used was &lt;a href=&quot;https://10.9.1.4:443/SOGo/dav/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://10.9.1.4:443/SOGo/dav/&lt;/a&gt;&amp;lt;username&amp;gt;
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;Tarjei
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But, when I set the explicitly I get:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Forespørselen fikk en uventet feil (domene CalDAV No Calendar Home Error / kode 1).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Translated: Request got an unexpected error (...).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Tarjei
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --Guy
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 1 Dec 2009, at 08:17, tarjei wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi, I'm using ICal against a Caldav server.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; About 2 weeks ago, ICal stopped working and instead reported the following error (translated from norwegian):
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the server is not reached or the name is invalid for&amp;lt;servername&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Now, the server is working for 10 other users using Mozilla Lightning so I think this is something Ical specific. I know this isn't an Ical list but I post here in the hope that someone can give me some input with regard to a) how do I debug this and b) why is ICal reacting as it does.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; kind regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Tarjei
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Tarjei Huse	
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mobil: 920 63 413
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606835&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Tarjei Huse
&lt;br&gt;&amp;gt;&amp;gt; Mobil: 920 63 413
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tarjei Huse
&lt;br&gt;Mobil: 920 63 413
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606835&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-some-help-in-debugging-iCal-tp26588129p26606835.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26606488</id>
	<title>Re: Need some help in debugging iCal</title>
	<published>2009-12-02T02:25:34Z</published>
	<updated>2009-12-02T02:25:34Z</updated>
	<author>
		<name>Tarjei Huse-8</name>
	</author>
	<content type="html">On 12/01/2009 11:05 AM, Guy wrote:
&lt;br&gt;&amp;gt; I guess the first things to look at would be to make sure your computer does indeed point to the right place.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Have a look in the preferences and find the hostname or IP address of the calendar server that's set there. &amp;nbsp;Then on the Terminal run this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	ping&amp;lt;hostname or IP address&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does it answer? &amp;nbsp;Press Ctrl-C to stop the output.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; assuming it does answer I'd then check that the MAc can get to the TCP port of the calendar server. &amp;nbsp;Open Safari and paste the full URL from the preferences into your browser.
&lt;br&gt;Yes, this works.
&lt;br&gt;&amp;gt; Note... you might need to set the port in the URL..
&lt;br&gt;&amp;gt; https://&amp;lt;HOSTNAME&amp;gt;:8443/calendar/users/....
&lt;br&gt;&amp;gt; I've set the port to 8443 which is the default for calendar over SSL.
&lt;br&gt;This is
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does safari return data?
&lt;br&gt;Yes. I used the url :443/..
&lt;br&gt;(This isn't calendar server you see).
&lt;br&gt;&lt;br&gt;But, when I set the explicitly I get:
&lt;br&gt;&lt;br&gt;Forespørselen fikk en uventet feil (domene CalDAV No Calendar Home Error 
&lt;br&gt;/ kode 1).
&lt;br&gt;&lt;br&gt;Translated: Request got an unexpected error (...).
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Tarjei
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --Guy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 1 Dec 2009, at 08:17, tarjei wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi, I'm using ICal against a Caldav server.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; About 2 weeks ago, ICal stopped working and instead reported the following error (translated from norwegian):
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; the server is not reached or the name is invalid for&amp;lt;servername&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Now, the server is working for 10 other users using Mozilla Lightning so I think this is something Ical specific. I know this isn't an Ical list but I post here in the hope that someone can give me some input with regard to a) how do I debug this and b) why is ICal reacting as it does.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; kind regards,
&lt;br&gt;&amp;gt;&amp;gt; Tarjei
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Tarjei Huse	
&lt;br&gt;&amp;gt;&amp;gt; Mobil: 920 63 413
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606488&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tarjei Huse
&lt;br&gt;Mobil: 920 63 413
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26606488&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-some-help-in-debugging-iCal-tp26588129p26606488.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26603734</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-01T21:14:57Z</published>
	<updated>2009-12-01T21:14:57Z</updated>
	<author>
		<name>Conrad Wasmer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Thanks, Morgen. &amp;nbsp;Here's the result from an attempt via iCal:&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;2009-12-01 22:09:44-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,172,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:44-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VFREEBUSY&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:44-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : &amp;lt;twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x2476290&amp;gt; iMIP VFREEBUSY REQUESTs not supported.&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:44-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603734&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,173,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VEVENT&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,174,10.0.1.1] [twistedcaldav.extensions#info] PUT /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/1EB30647-E09B-4D2B-A90E-708D13A31E18.ics HTTP/1.1&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.implicit#info] Implicit REQUEST - organizer: '&lt;a href=&quot;urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C'&lt;/a&gt; to attendee: '&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603734&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;, UID: '1EB30647-E09B-4D2B-A90E-708D13A31E18'&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component: VEVENT&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [mailgateway] 2009-12-01 22:09:47-0600 [HTTPChannel,2,127.0.0.1] [twistedcaldav.extensions#info] POST /inbox HTTP/1.0&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [mailgateway] 2009-12-01 22:09:47-0600 [HTTPChannel,2,127.0.0.1] [twistedcaldav.mail#error] iMIP injection principal not found: com.apple.calendarserver&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : &amp;lt;twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x247ffb0&amp;gt; 403 Forbidden&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[AuthorizedHTTPGetter,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603734&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conrad.wasmer@...&lt;/a&gt;: None&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:47-0600 [-] [caldav-1] &amp;nbsp;[AuthorizedHTTPGetter,client] [twisted.web2.dav.fileop#info] Writing to file /Library/CalServ/twistedcaldav/test/data/calendars/__uids__/E2/F8/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/1EB30647-E09B-4D2B-A90E-708D13A31E18.ics&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:48-0600 [-] [caldav-1] &amp;nbsp;[LimitingHTTPChannel,175,10.0.1.1] [twistedcaldav.extensions#info] GET /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/1EB30647-E09B-4D2B-A90E-708D13A31E18.ics HTTP/1.1&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:53-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/ HTTP/1.1&lt;/div&gt;&lt;div&gt;2009-12-01 22:09:53-0600 [-] [caldav-1] &amp;nbsp;[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/calendar/ HTTP/1.1&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;As far as my mailserver is concerned, it appears to see the calendarserver logging in and logging out periodically into the imap server, but postfix does not ever get the message to send it out. &amp;nbsp;Unlike when I send an email from that account, there is no report that postfix is sending the message.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Does this provide any clues?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for your help, all -&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Conrad&lt;/div&gt;&lt;div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;---&lt;/div&gt;&lt;div&gt;Conrad Wasmer&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;On Dec 1, 2009, at 5:17 PM, Morgen Sagen wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;I would temporarily set the logging level for the mail handling code to &quot;debug&quot; by changing your caldavd plist file's &quot;LogLevels&quot; section like so:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;LogLevels&amp;lt;/key&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;dict&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;twistedcaldav.mail&amp;lt;/key&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;debug&amp;lt;/string&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/dict&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This will output additional mail-related information to the caldav error.log. &amp;nbsp;Then we can see whether it's an SMTP problem, or something else.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;On Dec 1, 2009, at 2:06 PM, Conrad Wasmer wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;p&gt;Yes, Stroller, I think you did misread the previous post, which provided the following:&lt;/p&gt; &lt;pre&gt;...&lt;br&gt;So after getting a new mailbox for your calendar server, you should at  &lt;br&gt;least be able to send invitations (which is only done if an email  &lt;br&gt;address is now known to DCS, i.e. does not belong to one of its  &lt;br&gt;users).&lt;br&gt;... &lt;br&gt;&lt;/pre&gt;&lt;p&gt;But, thank you for your emboldened edit, by which I understand that the &quot;now known to DCS&quot; was meant to read &quot;not known to DCS.&quot;&lt;/p&gt;&lt;p&gt;Thus, I remain perplexed. DCS is not sending email invitations to those who are not known to it.&amp;nbsp; Any suggestions?&lt;/p&gt;&lt;p&gt;Thank you -&lt;/p&gt;&lt;p&gt;Conrad&lt;/p&gt;&lt;p&gt;On Tue, 1 Dec 2009 19:18:14 +0000, Stroller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603734&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stroller@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt; &lt;blockquote style=&quot;border-left: 2px solid #1010ff; padding-left: 5px; margin-left: 5px; width: 100%;&quot;&gt;&lt;!-- html ignored --&gt;&lt;!-- head ignored --&gt;&lt;!-- meta not allowed --&gt; &lt;div&gt;Uh, did I misread the previous post?&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;div&gt;Stroller.&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;br&gt; &lt;div&gt; &lt;div&gt;On 1 Dec 2009, at 16:36, Conrad Wasmer wrote:&lt;/div&gt; &lt;blockquote&gt; &lt;div&gt;...&lt;br&gt;Can CalendarServer send an invite to someone who is not a CalendarServer&lt;br&gt;user? Can it send an invite outside, say, to my work email address? &amp;nbsp;&lt;br&gt;&lt;/div&gt; &lt;/blockquote&gt; &lt;div&gt; &lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #144fae;&quot;&gt;...&lt;/span&gt;&lt;/blockquote&gt; &lt;/div&gt; &lt;blockquote&gt; &lt;div&gt; &lt;blockquote&gt;... you should at least be able to send invitations (&lt;strong&gt;which&amp;nbsp;is only done if an email address is not known to DCS, i.e. does not belong to one of its &amp;nbsp;users&lt;/strong&gt;).&lt;/blockquote&gt; &lt;/div&gt; &lt;/blockquote&gt; &lt;/div&gt; &lt;/blockquote&gt;&lt;div&gt;&amp;nbsp;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/div&gt; &lt;div&gt; &lt;pre&gt;--
Conrad Wasmer
&lt;/pre&gt; &lt;/div&gt;_______________________________________________&lt;br&gt;calendarserver-users mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603734&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603734&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26603734.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602990</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-01T19:29:08Z</published>
	<updated>2009-12-01T19:29:08Z</updated>
	<author>
		<name>Stroller</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot; class=&quot;&quot;&gt;&lt;div&gt;I thought the bolded text clearly answered your question, as I quoted it.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I interpreted the bolded text to clearly state that&amp;nbsp;CalendarServer&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;b&gt;can indeed&lt;/b&gt;&lt;/span&gt;&amp;nbsp;send an invite to someone who is not a CalendarServer&amp;nbsp;user, and that it &lt;b&gt;can indeed&lt;/b&gt; send an invite outside, say, to your work email address.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I feared&amp;nbsp;from your question&amp;nbsp;that you might be expecting&amp;nbsp;CalendarServer to be sending invitations to users who do have accounts on the server, and I interpret the bolded as stating it won't.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;To me one &quot;obvious&quot; thing to do is to look at the logs on the mailserver. On mine I see:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;Dec 1 22:59:58 compaq postfix/smtpd[15234]: connect from emachine.stroller.uk.eu.org[192.168.1.44]&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;then multiple subsequent messages as Postfix digests the email through its various queues. Your statements so far on this list don't seem to establish that the mail server isn't eating the message.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Stroller.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br class=&quot;&quot; style=&quot;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;div class=&quot;&quot; style=&quot;&quot;&gt;On 1 Dec 2009, at 22:06, Conrad Wasmer wrote:&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;p align=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;Yes, Stroller, I think you did misread the previous post, which provided the following:&lt;/p&gt; &lt;pre class=&quot;&quot; style=&quot;&quot;&gt;...&lt;br class=&quot;&quot; style=&quot;&quot;&gt;So after getting a new mailbox for your calendar server, you should at  &lt;br class=&quot;&quot; style=&quot;&quot;&gt;least be able to send invitations (which is only done if an email  &lt;br class=&quot;&quot; style=&quot;&quot;&gt;address is now known to DCS, i.e. does not belong to one of its  &lt;br class=&quot;&quot; style=&quot;&quot;&gt;users).&lt;br class=&quot;&quot; style=&quot;&quot;&gt;... &lt;br class=&quot;&quot; style=&quot;&quot;&gt;&lt;/pre&gt;&lt;p align=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;But, thank you for your emboldened edit, by which I understand that the &quot;now known to DCS&quot; was meant to read &quot;not known to DCS.&quot;&lt;/p&gt;&lt;p align=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;Thus, I remain perplexed. DCS is not sending email invitations to those who are not known to it.&amp;nbsp; Any suggestions?&lt;/p&gt;&lt;p align=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;Thank you -&lt;/p&gt;&lt;p align=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;Conrad&lt;/p&gt;&lt;p align=&quot;&quot; class=&quot;&quot; style=&quot;&quot;&gt;On Tue, 1 Dec 2009 19:18:14 +0000, Stroller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26602990&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stroller@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt; &lt;blockquote style=&quot;border-left-width: 2px; border-left-style: solid; border-left-color: rgb(16, 16, 255); padding-left: 5px; margin-left: 5px; width: 100%; position: static; z-index: auto; &quot;&gt;&lt;!-- html ignored --&gt;&lt;!-- head ignored --&gt;&lt;!-- meta not allowed --&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt;Uh, did I misread the previous post?&lt;/div&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt;&lt;br class=&quot;&quot; style=&quot;&quot;&gt;&lt;/div&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt;Stroller.&lt;/div&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt;&lt;br class=&quot;&quot; style=&quot;&quot;&gt;&lt;/div&gt; &lt;br class=&quot;&quot; style=&quot;&quot;&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt;On 1 Dec 2009, at 16:36, Conrad Wasmer wrote:&lt;/div&gt; &lt;blockquote&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt;...&lt;br class=&quot;&quot; style=&quot;&quot;&gt;Can CalendarServer send an invite to someone who is not a CalendarServer&lt;br class=&quot;&quot; style=&quot;&quot;&gt;user? Can it send an invite outside, say, to my work email address? &amp;nbsp;&lt;br class=&quot;&quot; style=&quot;&quot;&gt;&lt;/div&gt; &lt;/blockquote&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt; &lt;blockquote&gt;...&lt;/blockquote&gt; &lt;/div&gt; &lt;blockquote&gt; &lt;div class=&quot;&quot; style=&quot;&quot;&gt; &lt;blockquote&gt;... you should at least be able to send invitations (&lt;strong&gt;which&amp;nbsp;is only done if an email address is not known to DCS, i.e. does not belong to one of its &amp;nbsp;users&lt;/strong&gt;).&lt;/blockquote&gt; &lt;/div&gt; &lt;/blockquote&gt; &lt;/div&gt; &lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br class=&quot;&quot; style=&quot;&quot;&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26602990&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26602990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26600841</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-01T15:17:38Z</published>
	<updated>2009-12-01T15:17:38Z</updated>
	<author>
		<name>Morgen Sagen</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;I would temporarily set the logging level for the mail handling code to &quot;debug&quot; by changing your caldavd plist file's &quot;LogLevels&quot; section like so:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;LogLevels&amp;lt;/key&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;dict&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;twistedcaldav.mail&amp;lt;/key&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;debug&amp;lt;/string&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/dict&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This will output additional mail-related information to the caldav error.log. &amp;nbsp;Then we can see whether it's an SMTP problem, or something else.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;On Dec 1, 2009, at 2:06 PM, Conrad Wasmer wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;p&gt;Yes, Stroller, I think you did misread the previous post, which provided the following:&lt;/p&gt;
&lt;pre&gt;...&lt;br&gt;So after getting a new mailbox for your calendar server, you should at  &lt;br&gt;least be able to send invitations (which is only done if an email  &lt;br&gt;address is now known to DCS, i.e. does not belong to one of its  &lt;br&gt;users).&lt;br&gt;... &lt;br&gt;&lt;/pre&gt;&lt;p&gt;But, thank you for your emboldened edit, by which I understand that the &quot;now known to DCS&quot; was meant to read &quot;not known to DCS.&quot;&lt;/p&gt;&lt;p&gt;Thus, I remain perplexed. DCS is not sending email invitations to those who are not known to it.&amp;nbsp; Any suggestions?&lt;/p&gt;&lt;p&gt;Thank you -&lt;/p&gt;&lt;p&gt;Conrad&lt;/p&gt;&lt;p&gt;On Tue, 1 Dec 2009 19:18:14 +0000, Stroller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stroller@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt;
&lt;blockquote style=&quot;border-left: 2px solid #1010ff; padding-left: 5px; margin-left: 5px; width: 100%;&quot;&gt;&lt;!-- html ignored --&gt;&lt;!-- head ignored --&gt;&lt;!-- meta not allowed --&gt;
&lt;div&gt;Uh, did I misread the previous post?&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;Stroller.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br&gt;
&lt;div&gt;
&lt;div&gt;On 1 Dec 2009, at 16:36, Conrad Wasmer wrote:&lt;/div&gt;
&lt;blockquote&gt;
&lt;div&gt;...&lt;br&gt;Can CalendarServer send an invite to someone who is not a CalendarServer&lt;br&gt;user? Can it send an invite outside, say, to my work email address? &amp;nbsp;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #144fae;&quot;&gt;...&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;blockquote&gt;... you should at least be able to send invitations (&lt;strong&gt;which&amp;nbsp;is only done if an email address is not known to DCS, i.e. does not belong to one of its &amp;nbsp;users&lt;/strong&gt;).&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;div&gt;&amp;nbsp;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre&gt;--
Conrad Wasmer
&lt;/pre&gt;
&lt;/div&gt;_______________________________________________&lt;br&gt;calendarserver-users mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600841&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;&lt;br&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600841&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26600841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26599901</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-01T14:06:03Z</published>
	<updated>2009-12-01T14:06:03Z</updated>
	<author>
		<name>Conrad Wasmer</name>
	</author>
	<content type="html">&lt;p&gt;Yes, Stroller, I think you did misread the previous post, which provided the following:&lt;/p&gt;
&lt;pre&gt;...&lt;br /&gt;So after getting a new mailbox for your calendar server, you should at  &lt;br /&gt;least be able to send invitations (which is only done if an email  &lt;br /&gt;address is now known to DCS, i.e. does not belong to one of its  &lt;br /&gt;users).&lt;br /&gt;... &lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;But, thank you for your emboldened edit, by which I understand that the &quot;now known to DCS&quot; was meant to read &quot;not known to DCS.&quot;&lt;/p&gt;
&lt;p&gt;Thus, I remain perplexed. DCS is not sending email invitations to those who are not known to it.&amp;nbsp; Any suggestions?&lt;/p&gt;
&lt;p&gt;Thank you -&lt;/p&gt;
&lt;p&gt;Conrad&lt;/p&gt;
&lt;p&gt;On Tue, 1 Dec 2009 19:18:14 +0000, Stroller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;stroller@...&lt;/a&gt;&amp;gt; wrote:&lt;/p&gt;
&lt;blockquote style=&quot;border-left: 2px solid #1010ff; padding-left: 5px; margin-left: 5px; width: 100%;&quot;&gt;&lt;!-- html ignored --&gt;&lt;!-- head ignored --&gt;&lt;!-- meta not allowed --&gt;
&lt;div&gt;Uh, did I misread the previous post?&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Stroller.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;On 1 Dec 2009, at 16:36, Conrad Wasmer wrote:&lt;/div&gt;
&lt;blockquote&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #000000;&quot;&gt;...&lt;br /&gt;&lt;/span&gt;Can CalendarServer send an invite to someone who is not a CalendarServer&lt;br /&gt;user? Can it send an invite outside, say, to my work email address? &amp;nbsp;&lt;br /&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;blockquote&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #144fae;&quot;&gt;...&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;div&gt;
&lt;blockquote&gt;... you should at least be able to send invitations (&lt;strong&gt;which&amp;nbsp;is only done if an email address is not known to DCS, i.e. does not belong to one of its &amp;nbsp;users&lt;/strong&gt;).&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;--
Conrad Wasmer
&lt;/pre&gt;
&lt;/div&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599901&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26599901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26599315</id>
	<title>Intermittent Error from Server</title>
	<published>2009-12-01T13:25:01Z</published>
	<updated>2009-12-01T13:25:01Z</updated>
	<author>
		<name>Scott Buchanan</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've got the latest stable build of the CS running on Snow leopard with iCal and iPhone clients. &amp;nbsp;I keep getting the following error message to which I simply choose the option 'Go Online' in the dialog box and it goes away and everything is fine.
&lt;br&gt;&lt;br&gt;The server responded with
&lt;br&gt;“HTTP/1.1 500 Internal Server Error”
&lt;br&gt;to operation CalDAVAccountRefreshQueueableOperation.
&lt;br&gt;&lt;br&gt;The Console log shows the following iCal error
&lt;br&gt;&lt;br&gt;12/1/09 12:41:36 PM	iCal[994]	CalDAV CalDAVAccountRefreshQueueableOperation failed: status 'HTTP/1.1 500 Internal Server Error' request:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;x0:propfind xmlns:x0=&amp;quot;DAV:&amp;quot; xmlns:x3=&amp;quot;&lt;a href=&quot;http://apple.com/ns/ical/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apple.com/ns/ical/&lt;/a&gt;&amp;quot; xmlns:x1=&amp;quot;&lt;a href=&quot;http://calendarserver.org/ns/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://calendarserver.org/ns/&lt;/a&gt;&amp;quot; xmlns:x2=&amp;quot;urn:ietf:params:xml:ns:caldav&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;x0:prop&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x1:xmpp-server/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x1:xmpp-uri/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x1:getctag/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x0:displayname/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x2:calendar-description/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x3:calendar-color/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x3:calendar-order/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x2:supported-calendar-component-set/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x0:resourcetype/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x2:calendar-free-busy-set/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x2:schedule-calendar-transp/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x2:schedule-default-calendar-URL/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x0:quota-available-bytes/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x0:quota-used-bytes/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x2:calendar-timezone/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;x0:current-user-privilege-set/&amp;gt;
&lt;br&gt;&amp;lt;/x0:prop&amp;gt;
&lt;br&gt;&amp;lt;/x0:propfind&amp;gt;
&lt;br&gt;&lt;br&gt;... response:
&lt;br&gt;HTTP/1.1 500 Internal Server Error
&lt;br&gt;Date: Tue, 01 Dec 2009 20:41:36 GMT
&lt;br&gt;Content-Length: 201
&lt;br&gt;Content-Type: text/html
&lt;br&gt;Server: Twisted/8.2.0 TwistedWeb/8.2.0
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Internal Server Error&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;h1&amp;gt;Internal Server Error&amp;lt;/h1&amp;gt;An error occurred rendering the requested page. More information is available in the server log.&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;and the server error log shows
&lt;br&gt;&lt;br&gt;2009-12-01 12:41:35-0800 [-] [caldav-1] &amp;nbsp;[-] [twistedcaldav.directory.principal#error] No principal found for UID: 0f63c916-ac38-5249-a629-f3b13f9c0dff
&lt;br&gt;2009-12-01 12:41:35-0800 [-] [caldav-1] &amp;nbsp;[-] Exception rendering:
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] &amp;nbsp;[-] Unhandled Error
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	Traceback (most recent call last):
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twisted/internet/defer.py&amp;quot;, line 832, in unwindGenerator
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twisted/internet/defer.py&amp;quot;, line 749, in _inlineCallbacks
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;result = g.send(result)
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twistedcaldav/resource.py&amp;quot;, line 341, in accessControlList
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;acls = (yield super(CalDAVResource, self).accessControlList(request, *args, **kwargs))
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twisted/internet/defer.py&amp;quot;, line 700, in unwindGenerator
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;return _deferGenerator(f(*args, **kwargs), Deferred())
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	--- &amp;lt;exception caught here&amp;gt; ---
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twisted/internet/defer.py&amp;quot;, line 603, in _deferGenerator
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;result = g.next()
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twisted/web2/dav/resource.py&amp;quot;, line 1111, in accessControlList
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;acl = self.defaultAccessControlList()
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp;File &amp;quot;Library/Python/2.6/site-packages/twistedcaldav/schedule.py&amp;quot;, line 248, in defaultAccessControlList
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	 &amp;nbsp; &amp;nbsp;davxml.Principal(davxml.HRef(joinURL(myPrincipal.principalURL(), &amp;quot;calendar-proxy-write&amp;quot;))),
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	exceptions.AttributeError: 'NoneType' object has no attribute 'principalURL'
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] 	
&lt;br&gt;2009-12-01 12:41:36-0800 [-] [caldav-1] &amp;nbsp;[-] [twistedcaldav.accesslog#info] logGlobalHit() only works with an AMP Protocol
&lt;br&gt;&lt;br&gt;&lt;br&gt;I don't know where the UID 0f63c916-ac38-5249-a629-f3b13f9c0dff comes from.
&lt;br&gt;&lt;br&gt;Any idea about this error? &amp;nbsp;Its simply annoying to have to basically hit OK every couple of hours.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Scott Buchanan
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599315&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (3K) &lt;a href=&quot;http://old.nabble.com/attachment/26599315/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Intermittent-Error-from-Server-tp26599315p26599315.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26597471</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-01T11:18:14Z</published>
	<updated>2009-12-01T11:18:14Z</updated>
	<author>
		<name>Stroller</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Uh, did I misread the previous post?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Stroller.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 1 Dec 2009, at 16:36, Conrad Wasmer wrote:&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;...&lt;br&gt;&lt;/font&gt;Can CalendarServer send an invite to someone who is not a CalendarServer&lt;br&gt;user? Can it send an invite outside, say, to my work email address? &amp;nbsp;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#144FAE&quot;&gt;...&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;blockquote type=&quot;cite&quot;&gt;... you should at least be able to send invitations (&lt;b&gt;which&amp;nbsp;is only done if an email address is not known to DCS, i.e. does not belong to one of its &amp;nbsp;users&lt;/b&gt;).&lt;/blockquote&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26597471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26597471.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26595246</id>
	<title>Re: iMIP settings</title>
	<published>2009-12-01T08:36:25Z</published>
	<updated>2009-12-01T08:36:25Z</updated>
	<author>
		<name>Conrad Wasmer</name>
	</author>
	<content type="html">I set up a new mail account for calendarserver, and that mail acct is
&lt;br&gt;operational. I adjusted the settings in the plist file accordingly
&lt;br&gt;(essentially identical to email set up on mail client, as earlier advised).
&lt;br&gt;But when I try to invite someone to an event from either iCal or Sunbird,
&lt;br&gt;the invite never gets sent - it never appears in the recipient's email. 
&lt;br&gt;&lt;br&gt;I see nothing related in my error log (among other things, it's unhappy
&lt;br&gt;that it cannot find a
&lt;br&gt;principal for the uid &amp;quot;admin&amp;quot; which I have failed to include in my
&lt;br&gt;accounts.xml file), but my access log shows this for what should have been
&lt;br&gt;the sending of an invite to a meeting: 
&lt;br&gt;&lt;br&gt;1.1.73.167 - - [01/Dec/2009:09:39:42 -0500] &amp;quot;POST
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.0&amp;quot;
&lt;br&gt;401 141 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6pre)
&lt;br&gt;Gecko/20091115 Calendar/1.0pre&amp;quot; i=1 t=28.5 or=1
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:39:45 -0500] &amp;quot;POST
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.0&amp;quot;
&lt;br&gt;200 1558 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.9.1.6pre) Gecko/20091115 Calendar/1.0pre&amp;quot; i=1 t=2245.6 or=1
&lt;br&gt;recipients=1 cl=429
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:39:48 -0500] &amp;quot;POST
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.0&amp;quot;
&lt;br&gt;200 405 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6pre)
&lt;br&gt;Gecko/20091115 Calendar/1.0pre&amp;quot; i=1 t=28.5 or=1 recipients=1 cl=415
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:39:49 -0500] &amp;quot;POST
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.0&amp;quot;
&lt;br&gt;200 411 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6pre)
&lt;br&gt;Gecko/20091115 Calendar/1.0pre&amp;quot; i=1 t=29.2 or=1 recipients=1 cl=421
&lt;br&gt;151.151.73.167 - conrad [01/Dec/2009:09:39:50 -0500] &amp;quot;POST
&lt;br&gt;/calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.0&amp;quot;
&lt;br&gt;200 419 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6pre)
&lt;br&gt;Gecko/20091115 Calendar/1.0pre&amp;quot; i=1 t=28.6 or=1 recipients=1 cl=429
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:40:11 -0500] &amp;quot;PUT
&lt;br&gt;/calendars/users/conrad/calendar/c8adac71-10eb-460a-998a-44c6a9f1dda2.ics
&lt;br&gt;HTTP/1.0&amp;quot; 201 0 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.9.1.6pre) Gecko/20091115 Calendar/1.0pre&amp;quot; i=0 t=593.4 or=1
&lt;br&gt;itip.requests=1 cl=1049
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:40:12 -0500]
&lt;br&gt;&amp;quot;REPORT(CalDAV:calendar-multiget) /calendars/users/conrad/calendar/
&lt;br&gt;HTTP/1.0&amp;quot; 207 1573 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.9.1.6pre) Gecko/20091115 Calendar/1.0pre&amp;quot; i=0 t=222.2 or=1 rcount=1
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:43:27 -0500] &amp;quot;PUT
&lt;br&gt;/calendars/users/conrad/calendar/c8adac71-10eb-460a-998a-44c6a9f1dda2.ics
&lt;br&gt;HTTP/1.0&amp;quot; 204 0 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.9.1.6pre) Gecko/20091115 Calendar/1.0pre&amp;quot; i=0 t=406.0 or=1 cl=1126
&lt;br&gt;1.1.73.167 - conrad [01/Dec/2009:09:43:28 -0500]
&lt;br&gt;&amp;quot;REPORT(CalDAV:calendar-multiget) /calendars/users/conrad/calendar/
&lt;br&gt;HTTP/1.0&amp;quot; 207 1625 &amp;quot;-&amp;quot; &amp;quot;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.9.1.6pre) Gecko/20091115 Calendar/1.0pre&amp;quot; i=0 t=231.5 or=1 rcount=1
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;Can CalendarServer send an invite to someone who is not a CalendarServer
&lt;br&gt;user? Can it send an invite outside, say, to my work email address? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks for your help, all!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Conrad Wasmer
&lt;br&gt;---
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 30, 2009, at 11:57 PM, Markus Stürmer
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26595246&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markus.stuermer@...&lt;/a&gt; 
&lt;br&gt;e&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear Conrad!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Am 01.12.2009 um 05:00 schrieb Conrad Wasmer:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would have responded directly to the last email, but after &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; applying the settings, my inbox on my server was erased (frankly, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; probably the easiest way I know to clean that thing out - all my &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; other folders remained untouched). &amp;nbsp;So, um, any advice on which &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; user's info I should be putting in those fields in the iMIP settings?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Should the info be that of an existing email account? Should I have &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; a new mail account for DCS?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Your calendar server definitely needs an eMail account of its own. &amp;nbsp;
&lt;br&gt;&amp;gt; It polls it regularly, so that your inbox got erased is bad luck, &amp;nbsp;
&lt;br&gt;&amp;gt; but shows that DCS is checking it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So after getting a new mailbox for your calendar server, you should &amp;nbsp;
&lt;br&gt;&amp;gt; at least be able to send invitations (which is only done if an email &amp;nbsp;
&lt;br&gt;&amp;gt; address is now known to DCS, i.e. does not belong to one of its &amp;nbsp;
&lt;br&gt;&amp;gt; users). I had to patch implicit.py (one line) to get DCS interpret &amp;nbsp;
&lt;br&gt;&amp;gt; iMiP replies, but this might work better in the newest version. If &amp;nbsp;
&lt;br&gt;&amp;gt; your logs shows some exception when retrieving the iMiP replies from &amp;nbsp;
&lt;br&gt;&amp;gt; the server, let us know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Markus
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Here's what I've got - the same info that I use for my email set up:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;iMIP&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;AddressPatterns&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;array&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;mailto:.*&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/array&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Enabled&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;true/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;MailGatewayPort&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;integer&amp;gt;62310&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;MailGatewayServer&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;localhost&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Receiving&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;PollingSeconds&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;integer&amp;gt;30&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;integer&amp;gt;143&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Type&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;imap&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;false/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Sending&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Address&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26595246&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conradwasmer@...&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;integer&amp;gt;25&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;false/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt;&amp;gt; Conrad Wasmer
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26595246&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26595246&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26595246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26592003</id>
	<title>Re: [CalendarServer] #348: Sunbird fails to populate calendars</title>
	<published>2009-12-01T05:43:47Z</published>
	<updated>2009-12-01T05:43:47Z</updated>
	<author>
		<name>CalendarServer</name>
	</author>
	<content type="html">#348: Sunbird fails to populate calendars
&lt;br&gt;---------------------------------+------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;naoh123@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp;cdaboo@… &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;Defect &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;1: Blocker &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Component: &amp;nbsp;CalDAV Client &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Severity: &amp;nbsp;Serious &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp;sunbird &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;
&lt;br&gt;---------------------------------+------------------------------------------
&lt;br&gt;&lt;br&gt;Comment(by rahul@…):
&lt;br&gt;&lt;br&gt;&amp;nbsp;I faced a similar problem (don't remember the exact error message) when
&lt;br&gt;&amp;nbsp;using memcached 1.2.2. I believe that for calendarserver 2.x to work
&lt;br&gt;&amp;nbsp;properly memcached should be at least of version 1.2.6. If you are using a
&lt;br&gt;&amp;nbsp;version of memcached older than 1.2.6, try upgrading it.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://trac.calendarserver.org/ticket/348#comment:3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.calendarserver.org/ticket/348#comment:3&lt;/a&gt;&amp;gt;
&lt;br&gt;CalendarServer &amp;lt;/&amp;gt;
&lt;br&gt;HTTP/WebDAV/CalDAV Server
&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26592003&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Development-f22112.html&quot; embed=&quot;fixTarget[22112]&quot; target=&quot;_top&quot; &gt;Calendar Server - Development&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-CalendarServer---348%3A-Sunbird-fails-to-populate-calendars-tp25502529p26592003.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26589402</id>
	<title>Re: Need some help in debugging iCal</title>
	<published>2009-12-01T02:05:33Z</published>
	<updated>2009-12-01T02:05:33Z</updated>
	<author>
		<name>Guy-32</name>
	</author>
	<content type="html">I guess the first things to look at would be to make sure your computer does indeed point to the right place.
&lt;br&gt;&lt;br&gt;Have a look in the preferences and find the hostname or IP address of the calendar server that's set there. &amp;nbsp;Then on the Terminal run this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ping &amp;lt;hostname or IP address&amp;gt;
&lt;br&gt;&lt;br&gt;Does it answer? &amp;nbsp;Press Ctrl-C to stop the output.
&lt;br&gt;&lt;br&gt;assuming it does answer I'd then check that the MAc can get to the TCP port of the calendar server. &amp;nbsp;Open Safari and paste the full URL from the preferences into your browser.
&lt;br&gt;&lt;br&gt;Note... you might need to set the port in the URL..
&lt;br&gt;&lt;br&gt;https://&amp;lt;HOSTNAME&amp;gt;:8443/calendar/users/....
&lt;br&gt;&lt;br&gt;I've set the port to 8443 which is the default for calendar over SSL.
&lt;br&gt;&lt;br&gt;Does safari return data?
&lt;br&gt;&lt;br&gt;--Guy
&lt;br&gt;&lt;br&gt;On 1 Dec 2009, at 08:17, tarjei wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, I'm using ICal against a Caldav server.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; About 2 weeks ago, ICal stopped working and instead reported the following error (translated from norwegian):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the server is not reached or the name is invalid for &amp;lt;servername&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now, the server is working for 10 other users using Mozilla Lightning so I think this is something Ical specific. I know this isn't an Ical list but I post here in the hope that someone can give me some input with regard to a) how do I debug this and b) why is ICal reacting as it does.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; kind regards,
&lt;br&gt;&amp;gt; Tarjei
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Tarjei Huse	
&lt;br&gt;&amp;gt; Mobil: 920 63 413
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26589402&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26589402&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-some-help-in-debugging-iCal-tp26588129p26589402.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26588129</id>
	<title>Need some help in debugging iCal</title>
	<published>2009-12-01T00:17:01Z</published>
	<updated>2009-12-01T00:17:01Z</updated>
	<author>
		<name>Tarjei Huse-8</name>
	</author>
	<content type="html">Hi, I'm using ICal against a Caldav server.
&lt;br&gt;&lt;br&gt;About 2 weeks ago, ICal stopped working and instead reported the 
&lt;br&gt;following error (translated from norwegian):
&lt;br&gt;&lt;br&gt;the server is not reached or the name is invalid for &amp;lt;servername&amp;gt;
&lt;br&gt;&lt;br&gt;Now, the server is working for 10 other users using Mozilla Lightning so 
&lt;br&gt;I think this is something Ical specific. I know this isn't an Ical list 
&lt;br&gt;but I post here in the hope that someone can give me some input with 
&lt;br&gt;regard to a) how do I debug this and b) why is ICal reacting as it does.
&lt;br&gt;&lt;br&gt;kind regards,
&lt;br&gt;Tarjei
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tarjei Huse	
&lt;br&gt;Mobil: 920 63 413
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588129&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-some-help-in-debugging-iCal-tp26588129p26588129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26587039</id>
	<title>Re: iMIP settings</title>
	<published>2009-11-30T21:57:10Z</published>
	<updated>2009-11-30T21:57:10Z</updated>
	<author>
		<name>Markus Stürmer</name>
	</author>
	<content type="html">Dear Conrad!
&lt;br&gt;&lt;br&gt;Am 01.12.2009 um 05:00 schrieb Conrad Wasmer:
&lt;br&gt;&lt;br&gt;&amp;gt; I would have responded directly to the last email, but after &amp;nbsp;
&lt;br&gt;&amp;gt; applying the settings, my inbox on my server was erased (frankly, &amp;nbsp;
&lt;br&gt;&amp;gt; probably the easiest way I know to clean that thing out - all my &amp;nbsp;
&lt;br&gt;&amp;gt; other folders remained untouched). &amp;nbsp;So, um, any advice on which &amp;nbsp;
&lt;br&gt;&amp;gt; user's info I should be putting in those fields in the iMIP settings?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Should the info be that of an existing email account? Should I have &amp;nbsp;
&lt;br&gt;&amp;gt; a new mail account for DCS?
&lt;br&gt;&lt;br&gt;Your calendar server definitely needs an eMail account of its own. It &amp;nbsp;
&lt;br&gt;polls it regularly, so that your inbox got erased is bad luck, but &amp;nbsp;
&lt;br&gt;shows that DCS is checking it.
&lt;br&gt;&lt;br&gt;So after getting a new mailbox for your calendar server, you should at &amp;nbsp;
&lt;br&gt;least be able to send invitations (which is only done if an email &amp;nbsp;
&lt;br&gt;address is now known to DCS, i.e. does not belong to one of its &amp;nbsp;
&lt;br&gt;users). I had to patch implicit.py (one line) to get DCS interpret &amp;nbsp;
&lt;br&gt;iMiP replies, but this might work better in the newest version. If &amp;nbsp;
&lt;br&gt;your logs shows some exception when retrieving the iMiP replies from &amp;nbsp;
&lt;br&gt;the server, let us know.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Markus
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Here's what I've got - the same info that I use for my email set up:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;key&amp;gt;iMIP&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;AddressPatterns&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;array&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;mailto:.*&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;/array&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;Enabled&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;true/&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;MailGatewayPort&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;integer&amp;gt;62310&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;MailGatewayServer&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;string&amp;gt;localhost&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;Receiving&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;PollingSeconds&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;integer&amp;gt;30&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;integer&amp;gt;143&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Type&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;imap&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;false/&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;Sending&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Address&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26587039&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conradwasmer@...&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;integer&amp;gt;25&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;false/&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---
&lt;br&gt;&amp;gt; Conrad Wasmer
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26587039&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26587039&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26587039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26587027</id>
	<title>Re: iMIP settings</title>
	<published>2009-11-30T21:54:21Z</published>
	<updated>2009-11-30T21:54:21Z</updated>
	<author>
		<name>Morgen Sagen</name>
	</author>
	<content type="html">Yes, you need to set up a separate account that is only used by the calendar server. &amp;nbsp;
&lt;br&gt;&lt;br&gt;On Nov 30, 2009, at 8:00 PM, Conrad Wasmer wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I would have responded directly to the last email, but after applying the settings, my inbox on my server was erased (frankly, probably the easiest way I know to clean that thing out - all my other folders remained untouched). &amp;nbsp;So, um, any advice on which user's info I should be putting in those fields in the iMIP settings?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Should the info be that of an existing email account? Should I have a new mail account for DCS?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here's what I've got - the same info that I use for my email set up:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 		&amp;lt;key&amp;gt;iMIP&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;AddressPatterns&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;array&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;mailto:.*&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;/array&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;Enabled&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;true/&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;MailGatewayPort&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;integer&amp;gt;62310&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;MailGatewayServer&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;string&amp;gt;localhost&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;Receiving&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;PollingSeconds&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;integer&amp;gt;30&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;integer&amp;gt;143&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Type&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;imap&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;false/&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;key&amp;gt;Sending&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;dict&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Address&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26587027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conradwasmer@...&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;integer&amp;gt;25&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;false/&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;gt; 				&amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;gt; 			&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt; 		&amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---
&lt;br&gt;&amp;gt; Conrad Wasmer
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; calendarserver-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26587027&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26587027&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26587027.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26586062</id>
	<title>Re: iMIP settings</title>
	<published>2009-11-30T20:00:40Z</published>
	<updated>2009-11-30T20:00:40Z</updated>
	<author>
		<name>Conrad Wasmer</name>
	</author>
	<content type="html">I would have responded directly to the last email, but after applying &amp;nbsp;
&lt;br&gt;the settings, my inbox on my server was erased (frankly, probably the &amp;nbsp;
&lt;br&gt;easiest way I know to clean that thing out - all my other folders &amp;nbsp;
&lt;br&gt;remained untouched). &amp;nbsp;So, um, any advice on which user's info I should &amp;nbsp;
&lt;br&gt;be putting in those fields in the iMIP settings?
&lt;br&gt;&lt;br&gt;Should the info be that of an existing email account? Should I have a &amp;nbsp;
&lt;br&gt;new mail account for DCS?
&lt;br&gt;&lt;br&gt;Here's what I've got - the same info that I use for my email set up:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;iMIP&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dict&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;AddressPatterns&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;array&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;mailto:.*&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/array&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Enabled&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;true/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;MailGatewayPort&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;integer&amp;gt;62310&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;MailGatewayServer&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;localhost&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Receiving&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dict&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;PollingSeconds&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;integer&amp;gt;30&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;integer&amp;gt;143&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Type&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;imap&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;false/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Sending&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dict&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Address&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586062&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;conradwasmer@...&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Password&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;mypassword&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Port&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;integer&amp;gt;25&amp;lt;/integer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Server&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;&lt;a href=&quot;http://my.server.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.server.com&lt;/a&gt;&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;UseSSL&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;false/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;key&amp;gt;Username&amp;lt;/key&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;conradwasmer&amp;lt;/string&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dict&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dict&amp;gt;
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;Conrad Wasmer
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;calendarserver-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26586062&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;calendarserver-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Calendar-Server---Users-f22111.html&quot; embed=&quot;fixTarget[22111]&quot; target=&quot;_top&quot; &gt;Calendar Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/iMIP-settings-tp26584144p26586062.html" />
</entry>

</feed>
