From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26BFA158083 for ; Thu, 26 Sep 2024 21:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F8E7E2B32; Thu, 26 Sep 2024 21:22:44 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D717DE2B28 for ; Thu, 26 Sep 2024 21:22:43 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1stvwg-000AKV-Hw for gentoo-user@lists.gentoo.org; Thu, 26 Sep 2024 23:22:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: Computer system email no not working since gmail change. Date: Thu, 26 Sep 2024 21:22:35 -0000 (UTC) Message-ID: References: <2284374.iZASKD2KPV@rogueboard> <61ae6f8b-c889-5c7d-1e4a-2ab493f9bfb6@gmail.com> <4624142.cEBGB3zze1@rogueboard> <7f24b60f-b7bd-1a3f-83ca-722f34dcfd65@gmail.com> <7e93df09-d3a9-0710-a9e1-796815d64b83@gmail.com> User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b694393-025c-41d1-a7e0-52108d487eef X-Archives-Hash: f2410d2c0583402e86ad880e668ff440 On 2024-09-26, Dale wrote: > root@Gentoo-1 / # telnet smtp.gmail.com 587 > Trying 142.251.116.108... > Trying 2607:f8b0:4023:1000::6c... > telnet: Unable to connect to remote host: Network is unreachable > root@Gentoo-1 / # > > Can't connect. Well, that explains a lot. It can't reach anything to > log into. It looks like it is trying both IPv4 and v6. So, I used > ping. It works there. > > root@Gentoo-1 / # ping smtp.gmail.com > PING smtp.gmail.com (142.250.115.108) 56(84) bytes of data. > 64 bytes from rq-in-f108.1e100.net (142.250.115.108): icmp_seq=1 ttl=53 Those commands are using two different IP addresses. It's not uncommon that DNS resolvers for heavily used services rotate through a pool of addresses, but for testing purposes you should pick a single IP address. >>> I am connected through a VPN but Seamonkey works fine. I can check and >>> send email there, >> Do you mean can send email via Gmail's SMTP server using Seamonkey? >> >> How are the SMTP server settings configured in Seamonkey? >> >> Is it using Oauth2 or an app password? > > I checked, It is using Oauth2. I had to change it a good while back > but I think SMART could still send emails for a while after that. Is it using the same port number as msmtp? >> I just did a quick test, and sending via smtp.gmail.com using an app >> password worked fine from mutt. I don't have msmtp set up at the >> moment. > > That is true but why buy one if you can't run it? LOL This is yet > another reason I want to switch from Gmail. They nothing but nosy > anyway. I think it is common knowledge that they scan all emails and > use the info for various things, including ads, which I block by the > way. There's nothing wrong with Gmail. The app password feature works exactly as documented, and is definitely the right way to provide authentication for "dumb" programs that don't know how to do OAUTH2.