X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=wUHdCExpfWXEwKbS n8gb6Y2tEZfE2qQLJzsFrsmLLJz5E8FALodOlOnEW+cP/x1+BWF1yzr0MP/b2lKP nlR6upbYpq8AEQMoYBKpC8GJf7Ndi0gQ10wWNJ9nBqCMm/1B7Pg683e18LjQaZpV cOVJdmk5NYc7Kd21+HvfUHpvowU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=aMQYLsrTmYhuGFarceRV8a XjAlY=; b=p8k1OF/oFF0jyuVcgBSEltOQrO0t9/dbWH2yliXj3KXkz4FWxTV5ad x5WfhZfqA5GFCkNZcqxzfl3YsjeKdubSrkahETA9oyJqeWreyIg39mv/F28egLJR SRyPrjEd5my44QYtjCxxzWioFgkqHmVLw7OfLrEdRoVMvLHfwPEqI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=lap, Brian, brian, etc.=c2?= X-HELO: smtp-out-no.shaw.ca Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: Upgraded from Windows 7 to Windows 10: now email doesn't work To: cygwin AT cygwin DOT com References: <5da6957b-0078-6303-973b-c055cb1296c8 DOT ref AT yahoo DOT com> <5da6957b-0078-6303-973b-c055cb1296c8 AT yahoo DOT com> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: <2394bb31-e789-8296-b16f-63d14181cc57@SystematicSw.ab.ca> Date: Thu, 28 Nov 2019 10:26:00 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 2019-11-28 07:48, Eliot Moss wrote: > On 11/28/2019 8:01 AM, Mike via cygwin wrote: >> After upgrading to Windows 10, Cygwin smtp email doesn't work. >> Get the error: >>> $ echo "this is a test"|email -s "test" pellmd AT yahoo DOT com >>> email: FATAL: Smtp error: Lost connection with SMTP server >> Here's my config: >>> $ email-config >>> Please enter your From: name (e.g., John Doe) [Mike]: >>> Please enter your From: email address [xxxxxx AT yahoo DOT com]: >>> Please enter your Reply-to: email address [xxxxxx AT yahoo DOT com]: >>> Enter 1 to use sendmail or 2 to use a SMTP server [2]: >>> Please enter the address of your SMTP server [smtp.mail.yahoo.com]: >>> Please enter the SMTP port number [25]: 465 # I've tried ports: 587,25,995 as >>> well with no success >>> Please select SMTP authentication (1 for none, 2 for LOGIN, 3 for PLAIN) [1]: >>> 2    # I've tried none, and PLAIN also with no success >>> Please enter your SMTP username [xxxxxx AT yahoo DOT com]: >>> Please enter your SMTP password [xpaaswordx]: >>> Use TLS (true or false)? [true]: >>> Please check the configuration file /etc/email/email.conf for correctness. >> Any suggestions how to debug or alternative ways to get email working to Yahoo? > Perhaps Windows 10 is being more aggressive about firewalls, etc.  That's > a place I would check.  (I'm not familiar with the "email" program in > particular, but I see that it's a usual cygwin package, so it should be ok.) Outgoing should not be a problem. Your Yahoo mail settings should be okay: https://help.yahoo.com/kb/pop-access-settings-instructions-yahoo-mail-sln4724.html Test with email -V for verbose output. Your ISP should also offer SMTP access and provide instructions: just change the SMTP server info above. If you have bind-utils installed, you can find your local ISP MX with: $ ipconfig | sed '/Connection.*Suffix.*:\s[^\r]/!d;s/^.*:\s//;s/\r//;s/^[^.]*\.\([^.]*\.[^.]*\)$/\1/' | xargs host | sed '/^[^ ]*\smail\sis\shandled\sby\s[0-9]*\s\([^ ]*\)$/!d;s//\1/' which can also be handy when you have a lap top on WiFi. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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