Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Cohen <dnc@bigfoot.com>
Subject: sending mail via VTCP/Secure
Date: 10 May 2000 16:09:00 -0400	[thread overview]
Message-ID: <ud7mugobn.fsf@webmethods.com> (raw)

Hello all,

My question is not specific to gnus.  I apologize for asking it here,
but I expect there's enough expertise out there to answer this one
quickly and easily.

My problem is with sending mail from emacs.  Normally, this works fine
for me.  But recently my company started to use a product called
VTCP/Secure.  This product sets up a virtual private network between
our SMTP server and remote sites.  So, when I'm connecting from home,
I can't access our smtp server unless I'm running the VTCP/Secure
client, called VSClient.  This is supposed to give me access to the
SMTP server as if I were on a lan, but as you probably guessed, it
doesn't work.  Why we don't use ssh I have no idea.

Instead, when I send mail, emacs shows me "sending..." in the
minibuffer, but it never returns.  I wait and wait, and eventually I
quit the operation, which I must do to get emacs responding again.
Meanwhile, the VSClient log indicates that a connection was made, a
small amount of data was exchanged, then the connection terminated.
The amount of data is clearly not enough to be the entire email.

Does anyone out there have experience with VSClient or products like
it?  Can someone give me an better understanding about what emacs does
when sending mail?  Any tips on debugging this?


Some more information that may be relevant:

When connected normally (at the office, not using VSClient), I have no
trouble sending mail.

When connected via VSClient, my nnimap backend to gnus works fine.  So
I can read mail, but not send.  The imap server is the same machine as
the smtp server.  I can also use ange-ftp over VSClient.

When connected via VSClient, MS Outlook can send mail, while emacs
can't.  Sad but true.  Can you see why I want to get to the bottom of
this?

I'm running emacs on NT 4.  Gnu Emacs 20.5.1.  Gnus 5.8.4.

Below the relevant smtp settings from my .emacs.

Any help is greatly appreciated.  Thanks!

-Dave


;;;; Sending mail
(setq user-full-name "Dave Cohen")
(setq user-mail-address "dnc@bigfoot.com")
(setq smtpmail-default-smtp-server "mail.company.com")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)

;; This causes myself to be BCCed on all mail I send.
(setq mail-self-blind t)

(load-library "smtpmail")
(setq send-mail-function 'feedmail-send-it)
(autoload 'feedmail-send-it "feedmail")
(autoload 'feedmail-run-the-queue "feedmail")
(setq feedmail-buffer-eating-function 'feedmail-buffer-to-smtpmail)
(setq feedmail-enable-queue t) ; optional
(setq feedmail-queue-chatty t) ; optional


;; from .gnus               
(setq gnus-post-method 'current)
(setq message-interactive t) ;; wait for success
(setq message-send-mail-function 'smtpmail-send-it)




             reply	other threads:[~2000-05-10 20:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-10 20:09 Dave Cohen [this message]
2000-05-11 12:30 ` David S. Goldberg
2000-05-11 16:30 ` Jim Davidson
2000-05-11 16:41 ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ud7mugobn.fsf@webmethods.com \
    --to=dnc@bigfoot.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).