Look in the archives (see the http link at the bottom of this message).
This problem was brought up last week sometime.

Jeff

On Mon, 2003-01-13 at 14:08, Alfred A. Lorber wrote:
> Here is one that should be simple...
> 
> Our sysadmins recently installed Evolution 1.2.  We were using 1.0.1
> or something like that.  I ran evolution and after a few hours I was
> not able to send mail anymore.  When I send a message a dialog box
> appears with the following message:
> 
> Error while performing operation:
> DATA response error: Need RCPT (recipient)
> 
> I remember seeing something in the FAQ about debugging email,  so I
> did the following as
> 
>http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/std_adp.php?p_sid=h33D9dzg&p_lva=&p_faqid=76&p_created=997729069&p_sp=cF9ncmlkc29ydD0mcF9yb3dfY250PTImcF9zZWFyY2hfdGV4dD1kZWJ1ZyZwX3NlYXJjaF90eXBlPTQmcF9wcm9kX2x2bDE9MiZwX3Byb2RfbHZsMj1_YW55fiZwX2NhdF9sdmwxPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0x&p_li=
> (wow, that is a long URL!) suggests:
> 
>       * Exit evolution and run the killev command.
>       * Open two terminal windows.
>       * In the first terminal, set the environment variable
>         CAMEL_VERBOSE_DEBUG to 1. 
>         In BASH:
>         export CAMEL_VERBOSE_DEBUG=1
>         In TCSH:
>         setenv CAMEL_VERBOSE_DEBUG 1
>       * In the first terminal, run evolution-mail > /tmp/mail.out 2>&1
>       * Wait a few seconds for evolution-mail to initialize.
>       * In the second terminal, run evolution
>       * Use Evolution to generate the server traffic you want to
>         record.
> 
> I sent two messages and here is the pertinent output from
> /tmp/mail.out:
> 
> camel-WARNING **: camel_exception_get_id called with NULL parameter.
> EBook-Message: Use score for "[EMAIL PROTECTED]" is now 13.493195
> sending : EHLO sahp4960.sandia.gov 
> received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov
> [134.253.161.15], pleased to meet you
> received: 250-ENHANCEDSTATUSCODES
> This server supports enhanced status codes
> received: 250-PIPELINING
> received: 250-EXPN
> received: 250-VERB
> received: 250-8BITMIME
> This server supports 8bit MIME
> received: 250-SIZE 20000000
> received: 250-DSN
> received: 250-ETRN
> received: 250-DELIVERBY
> received: 250 HELP
> sending : MAIL FROM:<[EMAIL PROTECTED]>
> received: 250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
> sending : DATA 
> received: 503 5.0.0 Need RCPT (recipient)
> sending : QUIT 
> received: 221 2.0.0 sass165.sandia.gov closing connection
> 
> 
> sending : EHLO sahp4960.sandia.gov 
> received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov
> [134.253.161.15], pleased to meet you
> received: 250-ENHANCEDSTATUSCODES
> This server supports enhanced status codes
> received: 250-PIPELINING
> received: 250-EXPN
> received: 250-VERB
> received: 250-8BITMIME
> This server supports 8bit MIME
> received: 250-SIZE 20000000
> received: 250-DSN
> received: 250-ETRN
> received: 250-DELIVERBY
> received: 250 HELP
> sending : MAIL FROM:<[EMAIL PROTECTED]>
> received: 250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
> sending : DATA 
> received: 503 5.0.0 Need RCPT (recipient)
> sending : QUIT 
> received: 221 2.0.0 sass165.sandia.gov closing connection
> 
> Looking at /tmp/mail.out I see lots of warning messages at the top
> that do not look good.  They are in the attached file.
> 
> Any help would be greatly appreciated
> Thanks
> -Alfred
> 
> 
> 
> 
> ______________________________________________________________________
> 
> Evolution Mail ready and running.
> 
> evolution-shell-WARNING **: e_folder_tree_add() -- Trying to change root folder 
>after adding children
> 
> camel-WARNING **: Invalid root: 
>'//home/aalorbe/evolution/local/Outbox/mbox.ibex.index'
> 
> camel-WARNING **: version: TEXT.000 (TEXT.000)
> 
> camel-WARNING **: block size: 1024 (1024) OK
> 
> camel-WARNING **: free: 0 (0 add size < 12288) OK
> 
> camel-WARNING **: last: 12288 (12288 and size: 12288) OK
> 
> camel-WARNING **: flags: unSYNC
> received: * OK Microsoft Exchange IMAP4rev1 server version 5.5.2656.14 
>(es10snlnt.sandia.gov) ready
> sending : A00000 CAPABILITY
> received: * CAPABILITY IMAP4 IMAP4rev1 IDLE LITERAL+ LOGIN-REFERRALS 
>MAILBOX-REFERRALS NAMESPACE
> received: A00000 OK CAPABILITY completed.
> sending : A00001 LOGIN xxx xxx
> received: A00001 OK LOGIN completed.
> sending : A00002 NAMESPACE
> received: * NAMESPACE (("" "/")) NIL NIL
> received: A00002 OK NAMESPACE completed successfully
> sending : A00003 LSUB "" {1+}
> *
> received: * LSUB () "/" Trash
> received: * LSUB () "/" "Evolution Mailing List"
> received: A00003 OK LSUB completed.
> sending : A00004 LIST "" Trash
> received: * LIST (\Marked) "/" Trash
> received: A00004 OK LIST completed.
> sending : A00005 LIST "" {22+}
> Evolution Mailing List
> received: * LIST (\Marked) "/" "Evolution Mailing List"
> received: A00005 OK LIST completed.
> sending : A00006 LIST "" INBOX
> received: * LIST (\Marked) "/" INBOX
> received: A00006 OK LIST completed.
> sending : A00007 STATUS Trash (UNSEEN)
> received: * STATUS Trash (UNSEEN 0)
> received: A00007 OK STATUS completed.
> sending : A00008 STATUS INBOX (UNSEEN)
> received: * STATUS INBOX (UNSEEN 1)
> received: A00008 OK STATUS completed.
> sending : A00009 STATUS {22+}
> Evolution Mailing List (UNSEEN)
> received: * STATUS "Evolution Mailing List" (UNSEEN 14)
> received: A00009 OK STATUS completed.
> sending : A00010 SELECT {22+}
> Evolution Mailing List
> received: * 21 EXISTS
> received: * 0 RECENT
> received: * FLAGS (\Seen \Answered \Flagged \Deleted \Draft)
> received: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)]
> received: * OK [UNSEEN 6] Is the first unseen message
> received: * OK [UIDVALIDITY 85698] UIDVALIDITY value.
> received: A00010 OK [READ-WRITE] SELECT completed.
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ViewLoadImages#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '1' to '/commands/ViewFullHeaders#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '1' to '/commands/ViewNormal#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '1' to '/commands/ViewSource#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/AddSenderToAddressbook#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageResend#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessagePostReply#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageReplyAll#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageReplyList#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageReplySender#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageForwardInline#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageForwardQuoted#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageRedirect#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageSearch#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/PrintMessage#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/PrintPreviewMessage#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsFilterMailingList#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsFilterRecipient#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsFilterSender#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsFilterSubject#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsVFolderMailingList#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsVFolderRecipient#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsVFolderSender#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/ToolsVFolderSubject#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageApplyFilters#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageCopy#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageMove#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageDelete#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageUndelete#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageMarkAsRead#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageMarkAsUnRead#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageMarkAsImportant#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageMarkAsUnimportant#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageFollowUpFlag#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageOpen#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageSaveAs#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageForward#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MessageForwardAttached#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailNext#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailNextFlagged#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailNextUnread#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailNextThread#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailPrevious#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailPreviousFlagged#sensitive'
> 
> Bonobo-WARNING **: Serious exception on node_set '$invalid path to XML user 
>interface element' of '0' to '/commands/MailPreviousUnread#sensitive'
> sending : A00011 UID FETCH 1:38 (FLAGS)
> received: * 1 FETCH (FLAGS (\Seen \Deleted) UID 18)
> received: * 2 FETCH (FLAGS (\Seen \Deleted) UID 19)
> received: * 3 FETCH (FLAGS (\Seen \Deleted) UID 20)
> received: * 4 FETCH (FLAGS (\Seen \Deleted) UID 21)
> received: * 5 FETCH (FLAGS (\Seen \Deleted) UID 22)
> received: * 6 FETCH (FLAGS () UID 23)
> received: * 7 FETCH (FLAGS (\Seen) UID 24)
> received: * 8 FETCH (FLAGS () UID 25)
> received: * 9 FETCH (FLAGS () UID 26)
> received: * 10 FETCH (FLAGS () UID 27)
> received: * 11 FETCH (FLAGS () UID 28)
> received: * 12 FETCH (FLAGS () UID 29)
> received: * 13 FETCH (FLAGS () UID 30)
> received: * 14 FETCH (FLAGS () UID 31)
> received: * 15 FETCH (FLAGS () UID 32)
> received: * 16 FETCH (FLAGS () UID 33)
> received: * 17 FETCH (FLAGS () UID 34)
> received: * 18 FETCH (FLAGS (\Seen) UID 35)
> received: * 19 FETCH (FLAGS () UID 36)
> received: * 20 FETCH (FLAGS () UID 37)
> received: * 21 FETCH (FLAGS () UID 38)
> received: A00011 OK FETCH completed.
> parsing: * NAMESPACE (("" "/")) NIL NIL
> namespace dump: (("" "/")) NIL NIL
> set_prop path: /commands/custom_view
> set_prop path: /commands/custom_view
> sending : A00012 SELECT INBOX
> received: * 24 EXISTS
> received: * 0 RECENT
> received: * FLAGS (\Seen \Answered \Flagged \Deleted \Draft)
> received: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)]
> received: * OK [UNSEEN 24] Is the first unseen message
> received: * OK [UIDVALIDITY 13314] UIDVALIDITY value.
> received: A00012 OK [READ-WRITE] SELECT completed.
> sending : A00013 UID FETCH 1:2554 (FLAGS)
> received: * 1 FETCH (FLAGS (\Seen) UID 99)
> received: * 2 FETCH (FLAGS (\Seen) UID 102)
> received: * 3 FETCH (FLAGS (\Seen) UID 492)
> received: * 4 FETCH (FLAGS (\Seen) UID 531)
> received: * 5 FETCH (FLAGS (\Seen) UID 591)
> received: * 6 FETCH (FLAGS (\Seen) UID 592)
> received: * 7 FETCH (FLAGS (\Seen) UID 596)
> received: * 8 FETCH (FLAGS (\Seen) UID 606)
> received: * 9 FETCH (FLAGS (\Seen) UID 645)
> received: * 10 FETCH (FLAGS (\Seen) UID 720)
> received: * 11 FETCH (FLAGS (\Seen) UID 721)
> received: * 12 FETCH (FLAGS (\Seen \Answered) UID 794)
> received: * 13 FETCH (FLAGS (\Seen) UID 855)
> received: * 14 FETCH (FLAGS (\Seen) UID 875)
> received: * 15 FETCH (FLAGS (\Seen) UID 876)
> received: * 16 FETCH (FLAGS (\Seen) UID 877)
> received: * 17 FETCH (FLAGS (\Seen) UID 965)
> received: * 18 FETCH (FLAGS (\Seen) UID 2300)
> received: * 19 FETCH (FLAGS (\Seen) UID 2397)
> received: * 20 FETCH (FLAGS (\Seen \Deleted) UID 2550)
> received: * 21 FETCH (FLAGS (\Seen \Deleted) UID 2551)
> received: * 22 FETCH (FLAGS (\Seen \Deleted) UID 2552)
> received: * 23 FETCH (FLAGS (\Seen \Deleted) UID 2553)
> received: * 24 FETCH (FLAGS (\Deleted) UID 2554)
> received: A00013 OK FETCH completed.
> 
> camel-WARNING **: camel_exception_get_id called with NULL parameter.
> EBook-Message: Use score for "[EMAIL PROTECTED]" is now 13.493195
> sending : EHLO sahp4960.sandia.gov
> received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov [134.253.161.15], pleased 
>to meet you
> received: 250-ENHANCEDSTATUSCODES
> This server supports enhanced status codes
> received: 250-PIPELINING
> received: 250-EXPN
> received: 250-VERB
> received: 250-8BITMIME
> This server supports 8bit MIME
> received: 250-SIZE 20000000
> received: 250-DSN
> received: 250-ETRN
> received: 250-DELIVERBY
> received: 250 HELP
> sending : MAIL FROM:<[EMAIL PROTECTED]>
> received: 250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
> sending : DATA
> received: 503 5.0.0 Need RCPT (recipient)
> sending : QUIT
> received: 221 2.0.0 sass165.sandia.gov closing connection
> sending : A00014 LIST "" Trash
> received: * LIST (\Marked) "/" Trash
> received: A00014 OK LIST completed.
> sending : A00015 LIST "" {22+}
> Evolution Mailing List
> received: * LIST (\Marked) "/" "Evolution Mailing List"
> received: A00015 OK LIST completed.
> sending : A00016 LIST "" INBOX
> received: * LIST (\Marked) "/" INBOX
> received: A00016 OK LIST completed.
> sending : A00017 STATUS Trash (UNSEEN)
> received: * STATUS Trash (UNSEEN 0)
> received: A00017 OK STATUS completed.
> sending : A00018 SELECT INBOX
> received: * 24 EXISTS
> received: * 0 RECENT
> received: * FLAGS (\Seen \Answered \Flagged \Deleted \Draft)
> received: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)]
> received: * OK [UNSEEN 24] Is the first unseen message
> received: * OK [UIDVALIDITY 13314] UIDVALIDITY value.
> received: A00018 OK [READ-WRITE] SELECT completed.
> sending : A00019 FETCH 24 UID
> received: * 24 FETCH (UID 2554)
> received: A00019 OK FETCH completed.
> sending : A00020 STATUS {22+}
> Evolution Mailing List (UNSEEN)
> received: * STATUS "Evolution Mailing List" (UNSEEN 14)
> received: A00020 OK STATUS completed.
> sending : EHLO sahp4960.sandia.gov
> received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov [134.253.161.15], pleased 
>to meet you
> received: 250-ENHANCEDSTATUSCODES
> This server supports enhanced status codes
> received: 250-PIPELINING
> received: 250-EXPN
> received: 250-VERB
> received: 250-8BITMIME
> This server supports 8bit MIME
> received: 250-SIZE 20000000
> received: 250-DSN
> received: 250-ETRN
> received: 250-DELIVERBY
> received: 250 HELP
> sending : MAIL FROM:<[EMAIL PROTECTED]>
> received: 250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
> sending : DATA
> received: 503 5.0.0 Need RCPT (recipient)
> sending : QUIT
> received: 221 2.0.0 sass165.sandia.gov closing connection
> 
> --- Remaining stuff deleted ---


_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to