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

Yeah development speed should slow down in the future. Right now I understand the move away from websockets became really urgent to support all users. And now that's completed.

Next urgent thing is captcha I guess but that doesn't sound like a massive addition at least.

[-] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Yup I thought this would happen. I ended up using Lemmy.ml again until instances update. My phone updated Jerboa and now I can't get into my ordinary instance.

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

Sweden. Very good water here, people drink from tap.

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

There are NSFW instances, saw them in the join Lemmy list.

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

Everyone makes mistakes. I'm sure he intended it to be more hostile. Maybe next time. :)

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

I hated two and three also but the new one is actually good.

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

A consequence of modern food. It doesn't even have a decent level of vitamins anymore.

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

John wick surprised me in being an actual good movie. No brains whatsoever but nice action.

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

Yeah I know, I was not answering the question properly here. In my head I was thinking "best thing about computer communication" I guess. I didn't run a bbs on the internet, but I did before it. :)

Best thing about the internet was being able to find what I was looking for, before corporations wanted to monetize everything.

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

BBSes :) Because it was fantastic that we could dial eachothers computers and just share files and chat. Before that every computer were an island.

I feel the same with the fediverse now. The tech can create communities where people can talk without big tech being involved.

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

I cant get my email sending to work on my instance. After trying for hours, i wanted to ask for some support here since im quite stuck and dont understand.

I installed Lemmy using ansible so everything is set up in a very standard way - except email.

I want my instance to send email to an external smtp server (Fastmail) whenever there is a need to send an email (user registration, password reset, etc).

Currently the email settings in lemmy.hjson looks like this:

  email: {
    smtp_server: "postfix:25"
    smtp_login: "[email protected]"
    smtp_password: "fastmail_user_password_here"
    smtp_from_address: "[email protected]"
    tls_type: "tls"
  }

It seems like i need to have postfix:25 as the smtp server. What i really want is to put smtp.fastmail.com:465 here since thats what i want to use to send email. But that doesnt seem to work.

So I understand I need to send email through postfix, but then I wonder, how should the config look like to send emails to smtp.fastmail.com on port 465 (which is what they have on fastmail), with a specific username and password used on the fastmail server?

I think a lot of people are having issues with the email part of the setup, judging from the many reports of spinning buttons on user signup... this is a very likely reason, specially since there is no error message to the user.

Please help me sort this out, how should i configure this?

EDIT:

Ok after a lot of experiments and help from people below, this was the solution.

  email: {
    smtp_server: "smtp.fastmail.com:587"
    smtp_login: "[email protected]"
    smtp_password: "password"
    smtp_from_address: "[email protected]"
    tls_type: "starttls"
  }

Using this, email sending finally works. I couldnt use something else in the smtp_from_address. Which means my real email gets shown to users, so I will probably create another email address for this purpose completely.

Also specific to Hetzner instances, they dont block port 587 so you can use that with starttls.

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

First thing I read on Lemmy and it's like I've found emotionally intelligent people finally.

I saw the same thing on Mastadon, just normal people capable of handling their emotions.

Western social media (and television) is promoting the worst in people and it can make users believe everyone is insane. So it's very nice to see this being posted.

Thanks!

view more: next ›

smartwater0897

joined 1 year ago