Mail Archives: cygwin/2011/04/06/14:32:09
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=2.8 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
|
X-Spam-Check-By: | sourceware.org
|
MIME-Version: | 1.0
|
Reply-To: | furashg AT alumni DOT bowdoin DOT edu
|
In-Reply-To: | <BANLkTikoPYbYCcXi0v1619xPp+XrKvBe4A@mail.gmail.com>
|
References: | <BANLkTikoPYbYCcXi0v1619xPp+XrKvBe4A AT mail DOT gmail DOT com>
|
From: | Gary Furash <furashgary AT gmail DOT com>
|
Date: | Wed, 6 Apr 2011 11:31:27 -0700
|
Message-ID: | <BANLkTinZfFB4ntX3xT3mGReXvAiWuD-Utg@mail.gmail.com>
|
Subject: | Re: Email "hangs"
|
To: | cygwin AT cygwin DOT com
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
I have installed the SSL and the EMAIL packages. Normal network
activities (like nslookup) seem to work fine. I have configured my
email.conf and set EDITOR=3DVI. However, when I issue the EMAIL command,
it just hangs, e.g.,
[11:24 AM] # email -V -c ~/.email.conf -t
-- Opened config /cygdrive/c/users/furashg/.email.conf
and then it just hangs there.
This is my .email.conf file
# This is the DEFAULT configuration file for email.
#
# Please CHANGE THE VALUES below to suit your environment.
# Don't forget to set the shell environment variable EDITOR
############################################################
############################################################
# SMTP Server and Port number you use
############################################################
SMTP_SERVER =3D 'smtp.gmail.com'
SMTP_PORT =3D '587'
############################################################
# If you'd rather use sendmail binary, specify it and the
# command line switches to use, here.=A0 If you have both
# this option and SMTP_SERVER set, SMTP_SERVER will be of
# higher priority than SENDMAIL.
############################################################
#SENDMAIL_BIN =3D '/usr/lib/sendmail -t -i'
############################################################
# Your email address: If you'd like To have your name to
# show in the from field instead of just your email address,
# then keep the format below and edit it to your email
# and name.
############################################################
MY_NAME=A0 =3D 'Gary Furash'
MY_EMAIL =3D 'furashgary AT gmail DOT com'
#REPLY_TO =3D ''
############################################################
# If your mail server uses SSL or TLS in order to create
# a secure communication, set this to "true". Only very
# simple TLS is implemented at this time. In other words,
# there is no way to load your own certs just yet.
############################################################
USE_TLS =3D 'true'
############################################################
# Signature file and settings: Where is the signature file
# You can comment this out if you do not like signatures
############################################################
# SIGNATURE_FILE=A0=A0=A0 =3D '&/email.sig'
############################################################
# This is where you store your address book... If you don't
# want address book functionality, just comment it out and
# use regular email addresses.
############################################################
ADDRESS_BOOK =3D '&/email.address.template'
############################################################
# If you would like to have a copy Of your final email saved
# after it is sent, please specify a directory to save
# it in below... If not, just comment this field out and it
# won't save a sent file other wise, it will save it as
# email.sent in the directory below
############################################################
# SAVE_SENT_MAIL =3D '~'
############################################################
# With email, temporary files are stored with a random name
# Starting with .EM.=A0 You must specify which directory you
# would like these temporary files stored while email is in
# Operation...=A0 After email is done executing, it will remove
# Every temporary file it used.=A0 The most common storage area
# for temporary files system wide is the /tmp directory
# if TEMP_DIR is not set, you can set the environment variable
# TMPDIR. If that is not set, email will just use /tmp
############################################################
TEMP_DIR =3D '/tmp'
############################################################
# You should put the absolute path of your GPG binary
# In this variable.=A0 If you do not know the absolute path
# just putting "gpg" will suffice if GPG is in your PATH
# environment variable path.
############################################################
# GPG_BIN =3D '/usr/bin/gpg'
###########################################################
# You can bypass email asking you for a password for gpg
# when you are encrypting or signing emails if you store
# it here.=A0 Keep this safe! Make sure that people can't
# read your personal ~/.email.conf file if you're storing
# your password here!
###########################################################
# GPG_PASS =3D
###########################################################
# You can use SMTP_AUTH with email.=A0 You just need to
# specify which type of SMTP AUTH you will use. Email
# support two types of SMTP AUTH: LOGIN and PLAIN.
# Typically, LOGIN is the most used amongst SMTP servers.
# If you are unsure, ask your ISP.
###########################################################
SMTP_AUTH =3D 'LOGIN'
###########################################################
# Setting your SMTP username is MANDITORY.=A0 Please
# uncomment the option below and set your username in order
# to use SMTP AUTH
###########################################################
SMTP_AUTH_USER =3D 'furashgary AT gmail DOT com'
###########################################################
# Setting your password is not manditory.=A0 If you do not
# set your password, then email will prompt you for one
# if it sees that you are trying to use SMTP_AUTH.
###########################################################
SMTP_AUTH_PASS =3D '[I PUT MY PASSWORD HERE]'
###########################################################
# If you have a v-card, you can have it attached to each
# message by specifying it's location here.
###########################################################
# VCARD =3D '~/example.ldif'
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -