OpenSSL with SMTP mail instead of GnuTLS
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.006 sec
Re: OpenSSL with SMTP mail instead of GnuTLS     

Group: gnu.emacs.gnus · Group Profile · Search for OpenSSL with SMTP mail instead of GnuTLS in gnu.emacs.gnus
Author: Phil Lord
Date: Sep 19, 2008 11:48

... a completely different option. I've been following instructions from on msmtp -- this is a lightweight SMTP client which looks to the outside world (specifically emacs!) like sendmail. I've ... the moment, so I'll probably write a proper wrapper library for it at some point; smptmail-openssl.el can then be retired for the hack that it is. [...] er...if ...
Show full article (2.50Kb) · Show article thread
Re: OpenSSL with SMTP mail instead of GnuTLS     

Group: gnu.emacs.gnus · Group Profile · Search for OpenSSL with SMTP mail instead of GnuTLS in gnu.emacs.gnus
Author: Sivaram Neelakantan
Date: Sep 19, 2008 09:58

...a completely different option. I've been following instructions from on msmtp -- this is a lightweight SMTP client which looks to the outside world (specifically emacs!) like sendmail. I've managed...the moment, so I'll probably write a proper wrapper library for it at some point; smptmail-openssl.el can then be retired for the hack that it is. [...] er...if you meant this...
Show full article (1.13Kb) · Show article thread
Re: OpenSSL with SMTP mail instead of GnuTLS     

Group: gnu.emacs.gnus · Group Profile · Search for OpenSSL with SMTP mail instead of GnuTLS in gnu.emacs.gnus
Author: Phil Lord
Date: Sep 19, 2008 05:45

...like an EOF signal to the SMTP server.  However, nothing happens for a... "read:errno=54" in the SMTP session trace buffer. Any ideas anyone... so it has problems with OpenSSL where Gnus doesn't. I ... old; the author also wrote GnuTLS -- it works best with this, ... msmtp -- this is a lightweight SMTP client which looks to the ... it at some point; smptmail-openssl.el can then be retired ...
Show full article (1.31Kb) · Show article thread
Re: OpenSSL with SMTP mail instead of GnuTLS     

Group: gnu.emacs.gnus · Group Profile · Search for OpenSSL with SMTP mail instead of GnuTLS in gnu.emacs.gnus
Author: chrycheng
Date: Sep 18, 2008 18:28

... avail.  I get "Sending failed; SMTP protocol error" with no trace ... can read email straightforwardly with openssl, but not send it. Nor ...else using Gnus to send mail is doing. Is there another...of? Phil Almost there! Edited smtp-openssl.el so that the...smtpmail-open-stream passes "-starttls smtp" as well. Then, I learned...Gnus so it has problems with OpenSSL where Gnus doesn't...
Show full article (1.98Kb) · Show article thread
Re: OpenSSL with SMTP mail instead of GnuTLS     

Group: gnu.emacs.gnus · Group Profile · Search for OpenSSL with SMTP mail instead of GnuTLS in gnu.emacs.gnus
Author: Phil Lord
Date: Sep 18, 2008 09:44

.../gnu-emacs-sources/2007-05/msg00021.... to no avail.  I get "Sending failed; SMTP protocol error" with no trace buffer. Sorry it didn't work for you, although ...be left without email. I don't understand why Gnus can read email straightforwardly with openssl, but not send it. Nor what everyone else using Gnus to send mail is doing. Is there another option that I am not aware of? Phil
Show full article (0.92Kb)
smtp-openssl.el     

Group: gnu.emacs.sources · Group Profile · Search for OpenSSL with SMTP mail instead of GnuTLS in gnu.emacs.sources
Author: Phillip Lord
Date: Oct 23, 2007 06:42

... access to an SMTP server for sending mail. This works cross-... helps some one else! Phil ;;; smtp-open-ssl.el --- Allow smptmail ... 02111-1307, USA. ;;; Commentary: ;; ;; Many SMTP servers now require a secure ... smptmail.el to use openssl instead of ;; gnutls. ;; ;; NOTE: this file ...-auth-credentials ; or use ~/.authinfo ;; '(("smtp.domain.com" 465 "username" "password")))...
Show full article (4.41Kb)