I still get (this is different from he mail problem)

127.0.0.1 - - [10/Sep/2010:14:10:15 GMT] "PROPFIND /SOGo/dav/user1/
HTTP/1.1" 207 559/223 0.004 - - 0
Sep 10 14:10:15 sogod: SOGo watchdog [12219]: |SOGo| starting method 'HEAD'
on uri '/SOGo/dav/user1/Calendar/personal/58B7-4C888A00-1-59F06380.ics'
Sep 10 14:10:15 sogod: SOGo watchdog [12219]: |SOGo| request took 0.037752
seconds to execute
127.0.0.1 - - [10/Sep/2010:14:10:15 GMT] "HEAD
/SOGo/dav/user1/Calendar/personal/58B7-4C888A00-1-59F06380.ics HTTP/1.1" 200
1337/0 0.038 - - 0
Sep 10 14:10:15 sogod: SOGo watchdog [12219]: |SOGo| starting method 'POST'
on uri '/SOGo/dav/user1/Calendar/personal/'
EXCEPTION: <NSException: 0x1fac0880> NAME:NSRangeException REASON:Index 0 is
out of range 0 (in 'objectAtIndex:') INFO:{Array = (); Count = 0; Index = 0;
}
Sep 10 14:10:15 sogod: SOGo watchdog [11541]:
<0x0x1f47b8b0[WOWatchDogChild]> child 12219 exited
Sep 10 14:10:15 sogod: SOGo watchdog [11541]:
<0x0x1f47b8b0[WOWatchDogChild]>  (terminated due to signal 6)


I have

/etc/init.d/sogod:
...
start() {
    echo $"Starting $DESC: "
    pid="`cat $PIDFILE 2> /dev/null`"
    export GNUSTEP_STACK_TRACE=YES
    if [ -n "$pid" ]
    then
...


and

/home/sogo/GNUstep/Defaults/.GNUstepDefaults:
...
  SOGoDebugRequests = YES;
...


On 10 September 2010 16:32, Anton Popov <a...@antt.org> wrote:

> So here's how this happens:
>
> Someone external (fname.ln...@domain.de, not  a local user) sends an ical
> invite for an event to one of my users (local.u...@domain.com).
> She accepts the event and for some reason sogo is trying to send an email
> from him (fname.ln...@domain.de), probably a confirmation notification to
> all invited parties, like this:
>
> C: connect to <0x0x1fb54ec0[NGInternetSocketAddress]: 
> host=mx1.domain.comnot-filled>
>
> S: <SMTP-Reply: code=220 line='mx1.domain.com ESMTP Postfix'>
> C: EHLO ds.domain.com
> S: <SMTP-Reply: code=250 line='DSN'>
> S: pipelining extension supported.
> S: size extension supported.
> C: MAIL FROM:<fname.lastn...@domain.de>
> C: RCPT TO:<fname2.lna...@domain2.com>
> C: DATA
> S: <SMTP-Reply: code=354 line='End data with <CR><LF>.<CR><LF>'>
> C: data(2659 bytes) ..
> S: <SMTP-Reply: code=250 line='2.0.0 Ok: queued as CA5383947B3'>
> C: QUIT
>
> S: <SMTP-Reply: code=221 line='2.0.0 Bye'>
> C: connect to <0x0x1fc1e850[NGInternetSocketAddress]: 
> host=mx1.domain.comnot-filled>
>
> S: <SMTP-Reply: code=220 line='mx1.domain.com ESMTP Postfix'>
> C: EHLO ds.domain.com
> S: <SMTP-Reply: code=250 line='DSN'>
> S: pipelining extension supported.
> S: size extension supported.
> C: MAIL FROM:<fname.ln...@domain.de>
> C: RCPT TO:<local.u...@domain.com>
> C: DATA
> S: <SMTP-Reply: code=354 line='End data with <CR><LF>.<CR><LF>'>
> C: data(2836 bytes) ..
> S: <SMTP-Reply: code=250 line='2.0.0 Ok: queued as 0F043394810'>
> C: QUIT
>
> S: <SMTP-Reply: code=221 line='2.0.0 Bye'>
> C: connect to <0x0x1fc8bf50[NGInternetSocketAddress]: 
> host=mx1.domain.comnot-filled>
>
> S: <SMTP-Reply: code=220 line='mx1.domain.com ESMTP Postfix'>
> C: EHLO ds.domain.com
> S: <SMTP-Reply: code=250 line='DSN'>
> S: pipelining extension supported.
> S: size extension supported.
> C: MAIL FROM:<fname.ln...@domain.de>
> C: RCPT TO:<ERROR>
> Sep 10 13:44:12 sogod: SOGo watchdog [12213]: <0x0x1fc86830[SOGoMailer]>
> error with recipient 'ERROR'
> EXCEPTION: <NSException: 0x1fc8dbf0> NAME:SMTPException REASON:require
> state 2, now in 3 INFO:(nil)
> Sep 10 13:44:12 sogod: SOGo watchdog [11541]:
> <0x0x1f47b8b0[WOWatchDogChild]> child 12213 exited
> Sep 10 13:44:12 sogod: SOGo watchdog [11541]:
> <0x0x1f47b8b0[WOWatchDogChild]>  (terminated due to signal 6)
>
>
> On 10 September 2010 14:41, Ludovic Marcotte <lmarco...@inverse.ca> wrote:
>
>>  On 10/09/10 7:52 AM, Anton Popov wrote:
>>
>> Hi,
>>
>> This is one, I will wait for more in case this is not the only reason
>>
>> C: connect to <0x0x1fa810f0[NGInternetSocketAddress]: 
>> host=mx1.domain.comnot-filled>
>> S: <SMTP-Reply: code=220 line='mx1.domain.com ESMTP Postfix'>
>> C: EHLO ds.domain.com
>> S: <SMTP-Reply: code=250 line='DSN'>
>> S: pipelining extension supported.
>> S: size extension supported.
>> C: MAIL FROM:<fname.lasn...@domain.de>
>> C: RCPT TO:<ERROR>
>>
>> How is this generated? What are you doing that triggers that? A recipient
>> called "<ERROR>" would sure lead to issues...
>>
>> --
>> Ludovic marcottelmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
>> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
>> (www.packetfence.org)
>>
>>
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
>
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to