[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to set up smtp?



On Mon, 2011-04-11 at 13:23 -0400, Vitaly Mayatskikh wrote:
> At Mon, 11 Apr 2011 18:52:10 +0200, Ralf wrote:
> 
> > I can't find a key binding for sending the mail ... *still_searching*
> 
> C-c C-c
> 
> C-h m if you don't know what you can press in this mode.

THIS IS THE EMAIL:

From: ralf.mardorf@alice-dsl.net
To:  ralf.mardorf@alice-dsl.net
Subject: Test
User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9
(Gojō) APEL/10.8 Emacs/23.1 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
--text follows this line--
Test

AFTER PUSHING C-c C-c THIS IS THE OUTPUT:

Recipients: ralf.mardorf@alice-dsl.net
Envelope-From: edubuntu@edubuntu
Smtp-Posting-Server: localhost
Smtp-Posting-Port: smtp

THAT DOESN'T LOOK OK AND AFTER ANSWERING y I GET:

Sending...
byte-code: make client process failed: connection refused, :name,
SMTP, :buffer, *trace of SMTP session to localhost*, :host,
localhost, :service, smtp

I TESTED DIFFERENT .wl, E.G.:

;; wanderlust
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

starttls-use-gnutls t
starttls-gnutls-program "gnutls-cli"
starttls-extra-arguments '("--port 587")

;; SMTP
(setq wl-smtp-connection-type 'starttls)
(setq wl-smtp-posting-port 587)
(setq wl-smtp-authenticate-type "login")
(setq wl-smtp-posting-user "ralf.mardorf@alice-dsl.net")
(setq wl-smtp-posting-server "smtp.alice-dsl.de")
(setq wl-message-id-domain "smtp.alice-dsl.de")
(setq wl-local-domain "smtp.alice-dsl.de")

AND ...

;; wanderlust
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

starttls-use-gnutls t
starttls-gnutls-program "gnutls-cli"
starttls-extra-arguments '("--insecure")

;; SMTP
(setq wl-smtp-connection-type 'starttls)
(setq wl-smtp-posting-port 587)
(setq wl-smtp-authenticate-type "login")
(setq wl-smtp-posting-user "ralf.mardorf@alice-dsl.net")
(setq wl-smtp-posting-server "smtp.alice-dsl.de")
(setq wl-message-id-domain "smtp.alice-dsl.de")
(setq wl-local-domain "smtp.alice-dsl.de")

... AND OTHER

NO HELP:

$ gnutls-cli --help
$ man gnutls-cli

I'll take a look at the long example file for .wl tomorrow. I wonder
about Smtp-Posting-Server: localhost and Smtp-Posting-Port: smtp.
Perhaps .wl is bad. Or I need to set up something additional? Sendmail?

PARDON, THIS IS COMPLETELY NEW FOR ME.

Regards,

Ralf