Skip to content
  • Acitavation email

    Unsolved Technical Support
    5
    0 Votes
    5 Posts
    104 Views
    Jessica BrownC
    Let's see if we can break this down. This is what happened to me. I made sure 25, 443, 465, and 587 were open in the firewall, but email was still being blocked with similar messages. I contacted IONOS (my hosting provider), and they told me that port 25 blocks any mail attempt and it needs to be opened before 587 would work. I think is stupid (or a croc of $h..) but here we are, they opened port 25 and everything is working again. 550-Requested action not taken: mailbox unavailable: This indicates that the recipient's email address couldn't be found or is inaccessible on their mail server. 550-Sender address is not allowed: This means the recipient's mail server has blocked your server's sender address or domain. 550 1MspyA-1tdm9M1E6a-012smp: This is a unique identifier for the error on the recipient's server, not very helpful for troubleshooting. Here's a breakdown of potential causes and how to troubleshoot them: Recipient Email Address Issues: Typo in the email address: Double-check for any typos in the recipient's email address. Even a small mistake can cause this error. Always start with the simplest solution, and also make sure the mailbox exists and isn't full. (I am sure you have already tried these, but it doesn't hurt to double-triple check) Sender Reputation and Authentication: Sender address is blacklisted: Your server's IP address or sending domain may be on a blacklist due to past spam complaints or issues. You can use tools like MXToolbox to check if your server's IP is blacklisted. Lack of proper authentication: The recipient's server may require authentication (like SPF, DKIM, or DMARC) to verify that your server is authorized to send emails from the sender's domain. Make sure these authentication methods are correctly set up for your domain. Reverse DNS issues: The recipient server might be checking for a valid reverse DNS record for your server's IP address. Ensure that your server has a proper PTR record that matches your domain name. Server Configuration Problems: Firewall issues: A firewall on your server or the recipient's server might be blocking the connection or specific ports needed for email communication. Incorrect MX records: MX records tell email servers where to deliver mail for your domain. If your domain's MX records are incorrect, emails might be sent to the wrong server. Relaying issues: The recipient's server may be configured to prevent relaying, which is when a server sends an email to a recipient that's not hosted on that server. This is a security measure to prevent spam. Other types of troubleshooting Check your server logs: Look for any error messages or clues about why the email was rejected in your mail server logs (e.g., /var/log/mail.log). Contact the recipient's email provider: If you suspect the issue is on their end, you may need to reach out to their email provider for assistance. Once you get it working, don't forget to: Use an email testing tool: Tools like Mail-tester.com can help you diagnose email deliverability problems and identify potential issues with your server configuration or sender reputation. Codename: Jessica Linux Enthusiast | Adventurer | Smart Ass My Site | Join the Forum [image: 9wqynsG.png] [image: endpoint?url=https%3A%2F%2Fquotes.codenamejessica.com%2Frandom-quote&cacheSeconds=10&style=for-the-badge]
  • Navbar on the top for Harmony as Persona

    Solved Technical Support
    13
    0 Votes
    13 Posts
    378 Views
    kainosK
    @baris said in Navbar on the top for Harmony as Persona: That setting is at /admin/settings/general#home-page you can change the home page to /recent there. Thanks @baris
  • Version info on Themes

    Feature Requests
    1
    0 Votes
    1 Posts
    78 Views
    Jessica BrownC
    Currently while looking in the Admin-Appearances-Themes, you will see the Themes that are available, but no version information. Is there a way we can apply the version information under or beside the name so we can determine if we are out of date? Plug-Ins have a nice list, although I have not been able to see anything for the Themes. Codename: Jessica Linux Enthusiast | Adventurer | Smart Ass My Site | Join the Forum [image: 9wqynsG.png] [image: endpoint?url=https%3A%2F%2Fquotes.codenamejessica.com%2Frandom-quote&cacheSeconds=10&style=for-the-badge]
  • 0 Votes
    13 Posts
    3k Views
    BatchfyB
    @PitaJ Why not just accepting a config.json file as input to node setup? This would be way more convenient for automated setup. The string arguments and escapes are sooooo anoying.
  • ./nodebb build error and form go down ! Need help

    Unsolved Technical Support
    4
    1 Votes
    4 Posts
    100 Views
    Jessica BrownC
    Also verify you are using node 22.11 Codename: Jessica Linux Enthusiast | Adventurer | Smart Ass My Site | Join the Forum [image: 9wqynsG.png] [image: endpoint?url=https%3A%2F%2Fquotes.codenamejessica.com%2Frandom-quote&cacheSeconds=10]
  • Installed NodeBB 9 days ago...

    General Discussion
    3
    0 Votes
    3 Posts
    112 Views
    Jessica BrownC
    @baris Yeah, I already put something in the issues (Signatures not showing), I also found the problem and posted a fix. It looks like someone took it and added it to the next release. So far, everything looks good. There are some fun things to this theme, and I am excited to pushing the limits. If you are one of the developers, great job on the design. Codename: Jessica Linux Enthusiast | Adventurer | Smart Ass My Site | Join the Forum [image: 9wqynsG.png] [image: json?url=https%3A%2F%2Fquotes.codenamejessica.com%2Frandom-quote&label=Quote&query=$.message&color=$.color&style=flat&cacheSeconds=10]
  • Category by mentioning

    ActivityPub
    13
    3 Votes
    13 Posts
    455 Views
    FrankMF
  • 0 Votes
    4 Posts
    118 Views
    Mr.CJ
    @Panzz
  • Chat keeps blocking users

    Solved Technical Support
    8
    +1
    0 Votes
    8 Posts
    112 Views
    N
    Oh gee, I was changing the other thing in chat. I changed this one now too.
  • 4 Votes
    4 Posts
    353 Views
    julianJ
    Reminder that the ForumWG meeting will start in roughly 1 hour and 20 minutes, at 1800 UTC, this is an hour later than scheduled due to DST (which does not occur for UTC), but should be the same local time if your country observes DST.
  • Harmony theme on mobile devices small bug fix

    Solved Technical Support
    4
    +2
    1 Votes
    4 Posts
    74 Views
    <baris>B
    @juse thanks. Fixed in https://github.com/NodeBB/nodebb-theme-harmony/commit/143f3dd4ad879ea869710e0833659834700f4bd7
  • [help] How to achieve this effect

    General Discussion
    3
    +0
    0 Votes
    3 Posts
    84 Views
    P
    @baris Awesome, I followed your instructions to create this effect, thank you very much!
  • 4 Votes
    31 Posts
    2k Views
    kainosK
    @julian said in Pimp my NodeBB (codes for the holidays/christmas theme): @kainos looks like you put those widgets in your global container. Try moving them to categories.tpl Thanks julian, I still have to learn.
  • User-Agent header for AP requests

    ActivityPub
    5
    3 Votes
    5 Posts
    345 Views
    julianJ
    @[email protected] confirmed, the missing user agent was the issue
  • Original image stays on server after upload

    Solved Technical Support
    5
    0 Votes
    5 Posts
    107 Views
    julianJ
    @Paweł might be a good third party plugin? Some forums (e.g. photography) would definitely hate their images to be resized.
  • Is it possible to call an API from another server?

    Unsolved Plugin Development
    2
    0 Votes
    2 Posts
    84 Views
    julianJ
    @fahx00s if your other server is using oauth2, then use sso-oauth2-multiple plugin
  • [nodebb-plugin-openai] NodeBB OpenAI Plugin

    NodeBB Plugins
    25
    +1
    4 Votes
    25 Posts
    2k Views
    kainosK
    I did all, but I can not find ChatGPT to chat with it
  • 5 Votes
    1 Posts
    225 Views
    julianJ
    As reported initially by @[email protected], there are some posts from Lemmy that didn't make it over to NodeBB. This turned out to be an issue with how content was parsed by NodeBB if source.content was also present. The code has been updated so that if a content source of type text/markdown is provided, then that source is used instead of the generated HTML. Outside of Lemmy, this also applies to any implementor (snac2 maybe?) that also implements the source.content property.
  • Invalid Data

    General Discussion
    3
    +1
    0 Votes
    3 Posts
    85 Views
    S
    Could this be the reason for it? [image: 1733250777202-9c605407-ad24-4089-92eb-5ee60df92f82-image.png]
  • Ideas for my favor editor

    General Discussion
    6
    +13
    1 Votes
    6 Posts
    127 Views
    julianJ
    @juse keep in mind that hiding toolbar buttons away behind overflow menus broadly decreases usage of formatting tools. It's not necessarily a bad thing, but something to consider. Also when tools are dynamically drawn (e.g. on hover over some highlighted text), that breaks accessibility guidelines. a11y isn't why we had a toolbar, although it coincidentally does satisfy accessibility constraints. I am all for a more streamlined view, and perhaps the default composer isn't there yet, but I also very much dislike UIs that constantly shift elements in and out depending on UI state. A clean visual field is my preference, and static toolbar buttons, despite taking up space, still work for me.