Re: [VM] sending email with ssl to Verizon server

2013-10-27 Thread Uday Reddy
Richard J. Frongillo writes:

 My environment:
 
  Windows 7 Home
  GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN
  VM version is: 8.1.2
  CYGWIN32/NT MYMACHINE 6.1 17.5 i686
  stunnel version 4.56 (from stunnel.org)

VM 8.1.2 was not made for Emacs 24 and so it won't know about Emacs 24
features.  You can get the latest beta-release from
http://launchpad.net/vm.

If you want to stick to 8.1.2, you will need to use stunnel.  Check the old
posts on stunnel in the gnu.emacs.vm.info archive:

  https://groups.google.com/forum/#!searchin/gnu.emacs.vm.info/stunnel

Cheers,
Uday



[VM] sending email with ssl to Verizon server

2013-10-27 Thread Richard J . Frongillo

Thanks for the reply and information.

I am not tied to any particular version.

 - I went to Emacs 24 because I saw documentation that said it had
   some built-in SSL support.

 - I had been using VM 8.1.1 for quite some time and went to 8.1.2
   thinking it would be better to get to the latest for trying
   this effort.

 - I rather not use stunnel if Emacs/VM can do the job, but if
   they can't, they can't.

I have now loaded vm-8.2.0b from the launchpad site to which you
pointed.  I get different errors when attempting to get mail in a VM
summary buffer:

 Checking for new mail...
 vm-pop-parse-spec-to-list: Variable binding depth exceeds max-specpdl-size

and other errors when sending:

 Sending...
 gnutls.c: [1] (Emacs) GnuTLS library not found
 Opening TLS connection to `smtp.verizon.net'...
 Opening TLS connection with `gnutls-cli --insecure -p 465 
smtp.verizon.net'...failed
 Opening TLS connection with `gnutls-cli --insecure -p 465 smtp.verizon.net 
--protocols ssl3'...failed
 Opening TLS connection with `openssl s_client -connect 
smtp.verizon.net:465 -no_ssl2 -ign_eof'...done
 Opening TLS connection to `smtp.verizon.net'...done
 smtpmail-send-command: writing to process: invalid argument, smtpmail

I expect the issues are straightforward.  If someone has this working
or can offer pointers, please do.

 iiicch


 On Sunday Oct 27, 2013, Uday Reddy wrote:
 Richard J. Frongillo writes:
 
  My environment:
  
   Windows 7 Home
   GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN
   VM version is: 8.1.2
   CYGWIN32/NT MYMACHINE 6.1 17.5 i686
   stunnel version 4.56 (from stunnel.org)
 
 VM 8.1.2 was not made for Emacs 24 and so it won't know about Emacs 24
 features.  You can get the latest beta-release from
 http://launchpad.net/vm.
 
 If you want to stick to 8.1.2, you will need to use stunnel.  Check the old
 posts on stunnel in the gnu.emacs.vm.info archive:
 
   https://groups.google.com/forum/#!searchin/gnu.emacs.vm.info/stunnel
 
 Cheers,
 Uday
 

--