FrayDabson

joined 1 year ago
[–] [email protected] 5 points 1 year ago (2 children)

Plex Jellyfin Plex_debrid Lemmy Home assistant Home bridge Minecraft Valheim Librespeed

[–] [email protected] 2 points 1 year ago

I just use iMessage lol

[–] [email protected] 4 points 1 year ago

As an iPhone user who most of the people I message are also iPhone users. I need sms to communicate with the 3 or 4 people who use android and they don’t have any other app for messaging.

[–] [email protected] 1 points 1 year ago (1 children)

Thank you to those that helped. As I figured I was being a noob and missing a key piece. Based off the instructions and my experience I didn’t realize I need to get a free or paid smtp service and point postfix to that server. Everything seems to be working now.

[–] [email protected] -1 points 1 year ago

Oh I read plenty posts. I am no expert so not always easy for me to understand relating their experiences to mine.

I was under the impression that postfix is all that was needed. And my config.hjson file is pointing to postfix. The issue that caused me to get confused and go down a very incorrect rabbit hole was that the postfix logs repeatedly error about connecting to my Mx record servers.

[–] [email protected] 1 points 1 year ago (5 children)

The errors are coming from the postfix docker that it cannot communicate with any Mx server I tried.

 

I am trying to setup my own lemmy server. I used ansible.

I can access my server via my domain just fine. But emails are not working.

First i had my mail and mx records pointing to privateemail via namecheap.

Then i tried using cloudflare email routing and their mx records.

neither worked for me with error connecting.

I thought maybe using dovecot? But self hosting email is new to me

I was hoping to use namecheaps privateemail but wasn’t sure how to get it working.

The email account worked and can send / receive but Lemmy and postfix cannot communicate with it.

Now I have no Mx records as I’m not sure what I should be using I am sure I am missing something obvious but idk what

Any ideas ?

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Yeah I think it might be fixed in the new iOS 17

I’ve been working on spinning up my own Lemmy and wefwef server. Having some issues but once I get it working I can mess around with it some more.

[–] [email protected] 4 points 1 year ago (2 children)

I don’t know if it’s possible on a PWA.

[–] [email protected] 1 points 1 year ago (1 children)

Case sensitive. I’ve noticed this with some other apps too.

For me to log in I need to put all lower case. Despite my name having two upper case letters

[–] [email protected] 3 points 1 year ago (1 children)

It slays that an android layout is on the roadmap

[–] [email protected] 2 points 1 year ago

Sadly not. I setup account on vlemmy for now.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (3 children)

pull image docker pull ghcr.io/aeharding/wefwef:latest

start container: docker run --rm -it -p 5314:5314 wefwef

Source : https://github.com/aeharding/wefwef#prebuilt

view more: next ›