Gnus development mailing list
 help / color / mirror / Atom feed
* [BUG] Xemacs-21.5-b1/i686-pc-cygwin Build-Report, GNUS
@ 2001-08-22 22:19 David A. Cobb
  2001-08-23  4:53 ` Adrian Aichner
  2001-08-23 15:59 ` Josh Huber
  0 siblings, 2 replies; 3+ messages in thread
From: David A. Cobb @ 2001-08-22 22:19 UTC (permalink / raw)


This should also go to the gnus-bugs list.  Does anyone know where that is?

Ran build-report.  Typed C-c,C-c.  The message & gnus portions did their 
thing and reported "send .... complete".  The "*Sent message . . ." buffer 
now has a message-id and date stamp which must have come from the mail 
server, proving the connection was made.

I included Cc: xemacs-beta, myself
The message never gets delivered.  I wind up having to save it and send via 
my other MUA.

Not sure where to start debugging.

-- 
David A. Cobb, Software Engineer, Public Access Advocate, All around nice guy.
Get my PGP key at
:<http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit>
Fingerprint=0x{6E3E_DB8C_2E8C_4248_62B2_FE29_08EE_CF0A_3629_E954}
:<http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=superbiskit&fingerprint=on>
"By God's Grace I am a Christian man, by my actions a great sinner."
--The Way of a Pilgrim, R. M. French [tr.]
Potentially Viral Software is any software for which you are not allowed
to examine the source.  Do not buy or use Potentially Viral Software!
<---.----!----.----!----.----!----.----!----.----!----.----!----.---->



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] Xemacs-21.5-b1/i686-pc-cygwin Build-Report, GNUS
  2001-08-22 22:19 [BUG] Xemacs-21.5-b1/i686-pc-cygwin Build-Report, GNUS David A. Cobb
@ 2001-08-23  4:53 ` Adrian Aichner
  2001-08-23 15:59 ` Josh Huber
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Aichner @ 2001-08-23  4:53 UTC (permalink / raw)
  Cc: Xemacs Beta Development MailList, gnus-bugs, ding

>>>>> "David" == David A Cobb <superbiskit@home.com> writes:

    David> This should also go to the gnus-bugs list.  Does anyone
    David> know where that is?  Ran build-report.  Typed C-c,C-c.  The
    David> message & gnus portions did their thing and reported "send
    David> .... complete".  The "*Sent message . . ." buffer now has a
    David> message-id and date stamp which must have come from the
    David> mail server, proving the connection was made.


    David> I included Cc: xemacs-beta, myself The message never gets
    David> delivered.  I wind up having to save it and send via my
    David> other MUA.


    David> Not sure where to start debugging.

Hi David,

try setting these accordingly for your environment:

(setq smtpmail-debug-info t)

3 lines matching smtpmail in buffer .emacs-i586-pc-win32.
  302: '(smtpmail-smtp-service "smtp")
  373: '(send-mail-function (quote smtpmail-send-it) t)
  475: '(message-send-mail-function (quote smtpmail-send-it))

12 lines matching smtpmail in buffer .gnus.
   92:         (setq smtpmail-smtp-server "engine.ecf.teradyne.com")
   93:         (setq smtpmail-local-domain "ecf.teradyne.com")
  138:         (setq smtpmail-smtp-server "mailto.t-online.de")
  139:         (setq smtpmail-local-domain "t-online.de")
  179:         (setq smtpmail-smtp-server "engine.ecf.teradyne.com")
  180:         (setq smtpmail-local-domain "ecf.teradyne.com")
  214:         (setq smtpmail-smtp-server "engine.ecf.teradyne.com")
  215:         (setq smtpmail-local-domain "ecf.teradyne.com")
  249:         (setq smtpmail-smtp-server "engine.ecf.teradyne.com")
  250:         (setq smtpmail-local-domain "ecf.teradyne.com")
  263:;  (setq smtpmail-smtp-server nil)
  264:;  (setq smtpmail-local-domain nil)

After you send mail first, you should have a buffer named similar to:
"*trace of SMTP session to mailto.t-online.de*"

Hope this helps,

Adrian
 
    David> -- 
    David> David A. Cobb, Software Engineer, Public Access Advocate, All around nice guy.
    David> Get my PGP key at
    David> :<http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit>
    David> Fingerprint=0x{6E3E_DB8C_2E8C_4248_62B2_FE29_08EE_CF0A_3629_E954}
    David> :<http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=superbiskit&fingerprint=on>
    David> "By God's Grace I am a Christian man, by my actions a great sinner."
    David> --The Way of a Pilgrim, R. M. French [tr.]
    David> Potentially Viral Software is any software for which you are not allowed
    David> to examine the source.  Do not buy or use Potentially Viral Software!
    David> <---.----!----.----!----.----!----.----!----.----!----.----!----.---->



-- 
Adrian Aichner
 mailto:adrian@xemacs.org
 http://www.xemacs.org/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] Xemacs-21.5-b1/i686-pc-cygwin Build-Report, GNUS
  2001-08-22 22:19 [BUG] Xemacs-21.5-b1/i686-pc-cygwin Build-Report, GNUS David A. Cobb
  2001-08-23  4:53 ` Adrian Aichner
@ 2001-08-23 15:59 ` Josh Huber
  1 sibling, 0 replies; 3+ messages in thread
From: Josh Huber @ 2001-08-23 15:59 UTC (permalink / raw)


"David A. Cobb" <superbiskit@home.com> writes:

> Ran build-report.  Typed C-c,C-c.  The message & gnus portions did
> their thing and reported "send .... complete".  The "*Sent message
> . . ." buffer now has a message-id and date stamp which must have
> come from the mail server, proving the connection was made.

What Adrian said, but I thought I'd mention that this is a false
assumption here.  Gnus adds the Date stamp and the message id before
sending the mail, so I'd definately make sure the SMTP sending is
working. (see other reply).

ttyl,

-- 
Josh Huber


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-23 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-22 22:19 [BUG] Xemacs-21.5-b1/i686-pc-cygwin Build-Report, GNUS David A. Cobb
2001-08-23  4:53 ` Adrian Aichner
2001-08-23 15:59 ` Josh Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).