Thanks, Morgen. Here's the result from an attempt via iCal:
2009-12-01 22:09:44-0600 [-] [caldav-1] [LimitingHTTPChannel,
172,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/
E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1
2009-12-01 22:09:44-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client]
[twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component:
VFREEBUSY
2009-12-01 22:09:44-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error]
Could not do server-to-imip request :
<twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x2476290>
iMIP VFREEBUSY REQUESTs not supported.
2009-12-01 22:09:44-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client]
[twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error
during POST for mailto:conrad.was...@gmail.com: None
2009-12-01 22:09:47-0600 [-] [caldav-1] [LimitingHTTPChannel,
173,10.0.1.1] [twistedcaldav.extensions#info] POST /calendars/__uids__/
E2F8C7D5-DB6B-4809-80D5-53363D54267C/outbox/ HTTP/1.1
2009-12-01 22:09:47-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client]
[twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component:
VEVENT
2009-12-01 22:09:47-0600 [-] [caldav-1] [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
2009-12-01 22:09:47-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client]
[twistedcaldav.scheduling.implicit#info] Implicit REQUEST - organizer:
'urn:uuid:E2F8C7D5-DB6B-4809-80D5-53363D54267C' to attendee: 'mailto:conrad.was...@gmail.com'
, UID: '1EB30647-E09B-4D2B-A90E-708D13A31E18'
2009-12-01 22:09:47-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client]
[twistedcaldav.scheduling.scheduler#info] METHOD: REQUEST, Component:
VEVENT
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
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
2009-12-01 22:09:47-0600 [-] [caldav-1] [AuthorizedHTTPGetter,client]
[twistedcaldav.scheduling.imip#error] Could not do server-to-imip
request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at
0x247ffb0> 403 Forbidden
2009-12-01 22:09:47-0600 [-] [caldav-1] [AuthorizedHTTPGetter,client]
[twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error
during PUT for mailto:conrad.was...@gmail.com: None
2009-12-01 22:09:47-0600 [-] [caldav-1] [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
2009-12-01 22:09:48-0600 [-] [caldav-1] [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
2009-12-01 22:09:53-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info]
PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/
HTTP/1.1
2009-12-01 22:09:53-0600 [-] [caldav-1]
[PooledMemCacheProtocol,client] [twistedcaldav.extensions#info]
PROPFIND /calendars/__uids__/E2F8C7D5-DB6B-4809-80D5-53363D54267C/
calendar/ HTTP/1.1
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.
Unlike when I send an email from that account, there is no report that
postfix is sending the message.
Does this provide any clues?
Thanks for your help, all -
Conrad
---
Conrad Wasmer
On Dec 1, 2009, at 5:17 PM, Morgen Sagen wrote:
I would temporarily set the logging level for the mail handling code
to "debug" by changing your caldavd plist file's "LogLevels" section
like so:
<key>LogLevels</key>
<dict>
<key>twistedcaldav.mail</key>
<string>debug</string>
</dict>
This will output additional mail-related information to the caldav
error.log. Then we can see whether it's an SMTP problem, or
something else.
On Dec 1, 2009, at 2:06 PM, Conrad Wasmer wrote:
Yes, Stroller, I think you did misread the previous post, which
provided the following:
...
So after getting a new mailbox for your calendar server, you should
at
least be able to send invitations (which is only done if an email
address is now known to DCS, i.e. does not belong to one of its
users).
...
But, thank you for your emboldened edit, by which I understand that
the "now known to DCS" was meant to read "not known to DCS."
Thus, I remain perplexed. DCS is not sending email invitations to
those who are not known to it. Any suggestions?
Thank you -
Conrad
On Tue, 1 Dec 2009 19:18:14 +0000, Stroller <strol...@stellar.eclipse.co.uk
> wrote:
Uh, did I misread the previous post?
Stroller.
On 1 Dec 2009, at 16:36, Conrad Wasmer wrote:
...
Can CalendarServer send an invite to someone who is not a
CalendarServer
user? Can it send an invite outside, say, to my work email address?
...
... you should at least be able to send invitations (which is only
done if an email address is not known to DCS, i.e. does not belong
to one of its users).
--
Conrad Wasmer
_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users