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 B2321158083 for ; Thu, 26 Sep 2024 20:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8A20E2B12; Thu, 26 Sep 2024 20:42:32 +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 6BFEFE2A37 for ; Thu, 26 Sep 2024 20:42:32 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1stvJk-0001jB-Nq for gentoo-user@lists.gentoo.org; Thu, 26 Sep 2024 22:42:28 +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 20:42:24 -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> 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 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Agent: slrn/1.0.3 (Linux) X-Archives-Salt: d26a7e1c-88e9-4585-b014-a374e53c30de X-Archives-Hash: ee77a14beac25565327dc20228bc56a6 On 2024-09-26, Dale wrote: > Grant Edwards wrote: > >> It looks like your network is broken. Try this: >> >> $ telnet smtp.gmail.com 587 >> Trying 209.85.145.109... >> Connected to smtp.gmail.com. >> Escape character is '^]'. >> 220 smtp.gmail.com ESMTP 8926c6da1cb9f-4d888860978sm58959173.69 - gsmtp >> >> Note: Port 587 is for plaintext connection and then shifting into TLS >> mode with the starttls command. When configuring msmtp: >> >> port 587 >> tls on >> tls-starttls on >> or >> port 465 >> tls on >> tls-starttls off >> >> Port 465 starts using TLS immediately >> >> [...] > Which package do I need for that telnet?  I see a few packages with that > name.  Any of them should work. I use net-misc/netkit-telnetd. It will also install a telnet daemon, but it won't enbale it > 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? > hence this thread.  I figure I got something set up wrong after a > Gmail change.  Sort of stupid to make something so secure you can't > use it.  It's like buying a computer and saying the only way to > secure it is to keep it turned off.  :/  Well, that last part is true, as long as you keep it in a locked room. 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.