๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ flipperzero โ€บ 14678 captured on 2024-08-18 at 20:43:25. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-07-09)

โžก๏ธ Next capture (2024-08-25)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Comment by ๐Ÿ˜Ž flipperzero

Re: "I've added an SMTP <=> misfin bridge service in the python..."

In: s/misfin

@satch I've been thinking the same, matter of fact, i'd be happy to test out the server! I'll follow the steps and see if I'm able to have both broadcast correspondingly over different ports if possible. I'll let you know within the next few hours thanks :D

๐Ÿ˜Ž flipperzero

Feb 05 ยท 6 months ago

11 Later Comments โ†“

๐Ÿ satch ยท 2024-02-05 at 01:25:

btw I made a misfin account on hashnix.club and it works to send to myself but I get a "60 certificate required" error when I try to send mail back :/

Also right now adding accounts is manual for Skylab which might not be great for your setup, but it shouldn't be too hard to automate by editing the bash script included in the Git repository.

๐Ÿ˜Ž flipperzero ยท 2024-02-05 at 01:28:

@satch hmm this might require further analyzing.

Imma send a message to your address (satch@hashnix.club?) and we'll see what goes on from there. The cert is assigned to root page as well? Also, is this at minimal character length or at max limit? Lmk, I'll check in more the next couple hours.

๐Ÿ satch ยท 2024-02-05 at 01:42:

Hey sorry it's satchlj@hashnix.club

๐Ÿ satch ยท 2024-02-05 at 01:55:

Also let me clarify, the 60 error is not on the gemini frontend but the misfin response status when i try sending mail to satchlj@hashnix.club from mail@satch.xyz

And it's minimal length, nowhere near max

๐Ÿ satch ยท 2024-02-05 at 02:11:

Update: I modified my client to treat 60 like a 59 error and it sending works now. @gemalaya please fix your status codes because I am receiving a certificate error when I send a Misfin(C) request instead of a 59 Malformed request which my client was set up to handle.

๐Ÿ satch ยท 2024-02-05 at 02:19:

But NOW I'm getting a 50 Cannot allocate mailbox error which I don't know what to make of

๐Ÿ˜Ž flipperzero ยท 2024-02-05 at 04:03:

@satch hmm damn that's strange, I hope that's not happening to other people's mailboxes rn :S

๐Ÿ˜บ gemalaya [OP] ยท 2024-02-05 at 10:38:

@satch Hey, thanks. Yeah i saw in the code where it's sending the 60 error, fixing that, it should send a 59 if it can't handle the request's format.

๐Ÿ˜บ gemalaya [OP] ยท 2024-02-05 at 11:34:

@satch @flipperzero Just pushed the fix, it will send a 59 error now when it can't handle the request. I'll merge the misfinC branch soon, sorry i didn't have much time to work on this lately.

๐Ÿ˜Ž flipperzero ยท 2024-02-07 at 01:39:

@gemalaya this is for whenever you see this, but a user on station is having their own personal complications with creating an account over the host yet I have a feeling they might be going about it the wrong way lol. here's the text lmk when you read it if you hmu on misfin or on irc.

โ€” misfin issues

๐Ÿ˜Ž flipperzero ยท 2024-02-07 at 01:40:

src of thread:

โ€” Station: hashnix misfin host

Original Post

๐ŸŒ’ s/misfin

I've added an SMTP <=> misfin bridge service in the python implementation. Emails sent to the SMTP service will be delivered to the gembox of the recipient(s) if they have a misfin identity on the server. Message delivery is rate-limited, only non-multipart text messages accepted. Dunno if that's useful to anyone. If you run a big misfin mailserver and you want compatibility with SMTP, it's just 2 lines to add in the config file .. [https link]

๐Ÿ’ฌ gemalaya ยท 31 comments ยท 1 like ยท 2023-10-16 ยท 10 months ago