From nobody Tue Sep 17 01:26:32 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X73z22LlCz5WmQR for ; Tue, 17 Sep 2024 01:26:38 +0000 (UTC) (envelope-from josef.c.bailey@protonmail.com) Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X73z206flz4vpG for ; Tue, 17 Sep 2024 01:26:37 +0000 (UTC) (envelope-from josef.c.bailey@protonmail.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1726536395; x=1726795595; bh=ty8/tXTAgZEA1ZWMqnJf5rK5Ft4Wgm+auq+jXkG/a0U=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=gSIRH0B5ji8TNuAHKskhdIKcPZ2zTe1BoGr/5TFkMNEA2vCZrG8n2RIYmUdKap8kE aizK6W+Y3YFQDWVqDaTHjvxtA72UpcA6adFeYHSFDy8lMdnkPnsVgsuwq3kvda05BE 8/nJUXAH4Lm7nvCmujeSd38snELfeEZNQ30jO2e6S7+fUJ4nz3sdyPGUd2kjxKnrnN GVf49upgG4nKvMs8JjtpmYiCa5LwDTL8TOjNkpsTWk77Y6jv/ctA80xAWFslow+iuu O2PlS6D6KLT9muci9QNpqzJAn/t8eRp5jHSrw5l+nLbFjfl5vRyZOMufaKYEVVu9kV m345y/DJtxTLQ== Date: Tue, 17 Sep 2024 01:26:32 +0000 To: Souji Thenria From: Joe B Cc: "questions@freebsd.org" Subject: Re: Protonmail Message-ID: In-Reply-To: References: Feedback-ID: 120396043:user:proton X-Pm-Message-ID: 98786d45c64ba1c2ca52089435386cc3b0a6a7e1 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH] X-Rspamd-Queue-Id: 4X73z206flz4vpG -------- Original Message -------- On 9/16/24 5:18 PM, Souji Thenria wrote: > On Tue Sep 17, 2024 at 1:56 AM CEST, Joe B wrote: > > On Monday, September 16th, 2024 at 4:45 PM, Souji Thenria wrote: > > > > >=20 > > >=20 > > > On Mon Sep 16, 2024 at 10:14 PM CEST, Joe B wrote: > > >=20 > > > > Hello fellow BSD people, > > >=20 > > > Hey Joe, > > >=20 > > > > Has anyone got protonmail working on FreeBSD ? > > > >=20 > > > > I downloaded the .Deb bridge from protonmail website installed dpk= g > > > > from ports. Extracted it with dpkg -R and of course it dosen't run= on > > > > freeBSD > > > >=20 > > > > 1. https://github.com/emersion/hydroxide on trying to get it to wo= rk with go > > > > * Installed go but nothing happens afar as it working with protonm= ail > > >=20 > > >=20 > > > I just tried hydroxide, and it worked for me. What steps did you try= ? > > >=20 > > > First, you need to log in: hydroxide auth > > >=20 > > > This will generate a password you must use with your mail client. > > >=20 > > > Now you can start, for example, the IMAP service with hydroxide imap > > > This will show you the address (it should be localhost) and a port. > > >=20 > > > Configure your mail client to connect to the IMAP server using the > > > address and port displayed earlier. Then, use your proton username a= nd > > > the previously generated password for authentication. > > > > Hello, > > > > I just submitted an issue for this lol at the main website.. is there > > like a string i need to run to get imap working and the gpg key i > > setup when i was on linux? > > > > If i didn't get what you said forgive me i'm looking at it word by wor= d > > > > Thanks > > > > Joe > =20 > I'm not sure I understand what you mean, but you don't need your GPG key > to get IMAP or SMTP working. > =20 > You can do the following, e.g. for IMAP: > 1. Run: hydroxide auth > 2. Follow the instructions (Password, TOTP) > 3. A "bridge password" is shown, save it! > =20 > 4. Run: hydroxide imap > =20 > 5. Use your proton username and the "bridge password" from step 3 as > credentials in your mail client. > 6. Use the IP address and port shown when running the command in step 4 > to configure your IMAP connection. Thanks for looking out. Really quick is there a format I need in my muttrc so that neomutt it can s= ee where my username pass ip and port are coming from ? Do you have a sample by chance ? Thanks Joe