Re: [Evolution] SMTP send problem
- From: Jeffrey Stedfast <fejj ximian com>
- To: RF <frosterrj sbcglobal net>
- Cc: evolution ximian com
- Subject: Re: [Evolution] SMTP send problem
- Date: Fri, 09 Apr 2004 20:19:19 -0400
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):
[robert localhost 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:<frosterrj sbcglobal net>
received: 250 ok
sending : RCPT TO:<driverloader lists linuxant com>
received: 250 ok
sending : RCPT TO:<support linuxant com>
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:
[root localhost 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]