This is my earlier letter which Doug either  did not read carefully or
had been sent in a mutilatedform.

Doug Smith wrote:
" Ok, I have never worked with this mail server, so I will have to see
how that system is set up to interact with users.  This one will take
a couple of days, but it appears that it might be solvable.  I hope
so, so I will look at the site to see how they have things set up for
their users to get into the server."
 


Hi Doug, Roman,
Thanks for trying to help.

Let me give you some background on my system.

Here is the portion of my ~/.emacs for sending mail

;SMTP MAIL STUFF

(setq send-mail-function 'smtpmail-send-it)
;(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-local-domain  nil)
(setq smtpmail-debug-info t) ; only to debug problems
(setq smtpmail-auth-credentials
      '(("smtp.gmail.com" "587" "kalyan.infinity" "***")))
(setq smtpmail-starttls-credentials
      '(("smtp.gmail.com" "587" nil nil)))
(load-library "smtpmail")
      

If I try to send an email using these settings, I get the following in
the buffer "Trace of smtp-session"

250 ENHANCEDSTATUSCODES
530 5.7.0 Must issue a STARTTLS command first 
221 2.0.0 mx.gmail.com closing connection 34sm2847668nza
Sending failed; SMTP protocol error
signal: Sending failed; SMTP protocol error

Okay. It was suggested to me that installing a program called
msmtpmail 
would make things easier to configure. But I have failed to build it
from sources and could not find a FC3 rpm for this.

Hope you guys can come up with something.

Cheers.
Kalyan
 
_______________________________________________
Oralux mailing list
[email protected]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to