your smtp server is disconnecting evolution before it finishes sending
the message.

received: 354 go ahead
sending : \r\n.\r\n
received: 451 timeout (#4.4.2)

fix that, and evo will be able to send mail

Jeff

On Fri, 2004-04-09 at 21:58, RF wrote:
> Jeff,
> I ran the camel debug when starting evolution and got the following
> relevant output (from the terminal, really, smtp error was not
> captured when it timed out):
>  
> [EMAIL PROTECTED] robert]$ CAMEL_VERBOSE_DEBUG=1 evolution
> >>/home/robert/Desktop/camel.log
> sending : EHLO [192.x.x.x] (my dhcp ip address)
> received: 250-smtp814.mail.sc5.yahoo.com
> received: 250-AUTH LOGIN PLAIN
> received: 250-PIPELINING
> received: 250 8BITMIME
> This server supports 8bit MIME
> sending : AUTH PLAIN AGZyb3N0ZXJyakBzYmNnbG9iYWwubmV0AHJvYmVydGox
> received: 235 ok, go ahead (#2.0.0)
> sending : EHLO [192.x.x.x]
> received: 250-smtp814.mail.sc5.yahoo.com
> received: 250-AUTH LOGIN PLAIN
> received: 250-PIPELINING
> received: 250 8BITMIME
> This server supports 8bit MIME
> sending : MAIL FROM:<[EMAIL PROTECTED]>
> received: 250 ok
> sending : RCPT TO:<[EMAIL PROTECTED]>
> received: 250 ok
> sending : RCPT TO:<[EMAIL PROTECTED]>
> received: 250 ok
> sending : DATA
> received: 354 go ahead
> sending : \r\n.\r\n
> received: 451 timeout (#4.4.2)
> sending : QUIT
> received: (null)
> (evolution:2872): GLib-GObject-WARNING **: gsignal.c:2010: instance
> `0x835b538' has no handler with id `2337'
>  
> I also connected to the smtp server via telnet without problems:
>  
> [EMAIL PROTECTED] robert]# telnet smtp.sbcglobal.yahoo.com 25
> Trying 66.163.171.137...
> Connected to smtp.sbcglobal.yahoo.com.
> Escape character is '^]'.
> 220 smtp814.mail.sc5.yahoo.com ESMT
>  
> Before I sent a message to the list I went through every smtp type in
> the account setup to see if I was trying the wrong one, but all
> failed.
>  
> Hope this is insightful.
>  
> Thanks,
> Robert
>  
>  

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

Reply via email to