all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Mail Authentication
@ 2003-12-18 16:35 gebser
  0 siblings, 0 replies; 10+ messages in thread
From: gebser @ 2003-12-18 16:35 UTC (permalink / raw)



Finally I got emacs' mail working... to a degree.  I can send mail with
it, but only to users on the same machine.  If I try to send outside
(via my ISP), I get nothing.  That is to say, I know that emacs is
connecting to the ISP and handing off the email, but it never gets
delivered.  I suspect that the ISP is simply tossing it out due to lack
of authentication from me.  I found a couple functions alleged to remedy
that:

     ;; Authenticate using this username and password against my server.
     (setq smtpmail-auth-credentials
           '(("hostname" "port" "username" "password")))
     ;; Use STARTTLS without authentication against the server.
     (setq smtpmail-starttls-credentials
           '(("hostname" "port" nil nil)))
     

For "hostname" I don't know whether to fill in my (the local machine's)
hostname (just the hostname or host.domain.com?) or that of my ISP, or
the one in one function and the other in the second function.  

Also, I use a couple different email addresses (usernames and passwords)
on the same ISP-- how would I handle that in (setq
smtpmail-auth-credentials ...)?

Docs, manpages, and the web all give me nothing.  Has anyone set this up
before?  If so, tips and clues much appreciated.


tia,
ken

^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <mailman.273.1071769083.868.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.303.1071784651.868.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.332.1071807351.868.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2003-12-19 17:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-18 16:35 Mail Authentication gebser
     [not found] <mailman.273.1071769083.868.help-gnu-emacs@gnu.org>
2003-12-18 17:18 ` Harald Maier
2003-12-18 20:03   ` Marcelo Toledo
2003-12-18 18:06 ` Kevin Rodgers
2003-12-18 20:47   ` gebser
2003-12-18 20:53     ` gebser
2003-12-19  8:13   ` Norbert Kaufmann
     [not found] <mailman.303.1071784651.868.help-gnu-emacs@gnu.org>
2003-12-18 23:44 ` Kevin Rodgers
2003-12-19  3:13   ` gebser
     [not found] <mailman.332.1071807351.868.help-gnu-emacs@gnu.org>
2003-12-19 17:00 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.