[mew-int 2821] Re: gmail stmp stunnel wrong version number

Kazu Yamamoto (山本和彦) <[email protected]>
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
Hello,

> (setq user-mail-address "[email protected]")
> (setq mew-smtp-user "[email protected]")
> ;(setq mew-mail-domain "example.com")
> (setq mew-smtp-server "smtp.gmail.com")
> (setq mew-smtp-ssl t)
> (setq mew-smtp-ssl-port "587")
> (setq mew-tls-smtp "smtp")
> ;(setq mew-smtp-auth-list '("PLAIN" "LOGIN" "CRAM-MD5"))
> (setq mew-prog-ssl "/home/someone/bin/test-stunnel")
> ; I also tried verify level 0
> (setq mew-ssl-verify-level 1)

I guess configuration should be like this:

(setq mew-name              "Your Name")
(setq mew-user              "your_login_name")
(setq mew-mail-domain       "gmail.com")
(setq mew-smtp-port         "submission")
(setq mew-smtp-ssl          t)
(setq mew-smtp-ssl-port     "submission") ;; TLS
(setq mew-smtp-server       "smtp.gmail.com"))
(setq mew-ssl-verify-level  0)

I can send messages with this configuration via gmail.

And I guess you should also set:

(setq mew-prog-ssl "stunnel4")

--Kazu
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.