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 46C2E158083 for ; Thu, 26 Sep 2024 21:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03C5E2B17; Thu, 26 Sep 2024 21:04:07 +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 90CC9E2A81 for ; Thu, 26 Sep 2024 21:04:07 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1stvef-0002I0-5i for gentoo-user@lists.gentoo.org; Thu, 26 Sep 2024 23:04:05 +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:03:57 -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: ec115046-c851-4bb3-a93a-988e46b33a7e X-Archives-Hash: 366abfeb2d190d4342e26d2485f78415 On 2024-09-26, Grant Edwards wrote: > 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. Ijust set up msmtp and it works too. Below is the msmtp config, * If you want, replace "account gmail" with "account default", then you don't have to supply the "-a gmail" option to msmtp. * replace (in two places) username@gmail.com with your email address. * replace XXXX XXXX XXXX XXXX with your app password. -----------------------------------8<------------------------------------- syslog LOG_MAIL account gmail maildomain gmail.org syslog on from gmailusername@gmail.com host smtp.gmail.com port 465 tls on tls_certcheck off tls_starttls off auth on user gmailusername@gmail.com password "XXXX XXXX XXXX XXXX" -----------------------------------8<-------------------------------------