Giter VIP home page Giter VIP logo

Comments (13)

coldshouldermedia avatar coldshouldermedia commented on June 13, 2024 2

One additional line with VERBOSE enabled:
2/1/2024, 2:33:48 PM: connect EHOSTUNREACH 192.168.1.111:8025

Update:
This is my mistake. I entirely forgot that my orbitalsync is running on a macvlan and my mailrise server is on the host network so that's restricting communication between these two services. Consider my issue closed for the time being.

from orbital-sync.

alexsantos89 avatar alexsantos89 commented on June 13, 2024 1

Not sure it is exactly the same problem, but I was experiencing problems too using an SMTP server without authentication and I manually modified the code to ignore the property "auth" in case no SMTP_USER was provided, edited the file notify.js:

ORIGINAL:
auth: { user: Config.smtpUser, pass: Config.smtpPassword }

MODIFIED
auth: Config.smtpUser ? { user: Config.smtpUser, pass: Config.smtpPassword } : undefined

@mattwebbio what do you think about this change, could we merge this code to master (I could try to open a pull request)? (I love your software by the way, really useful, great work!)

from orbital-sync.

coldshouldermedia avatar coldshouldermedia commented on June 13, 2024

I have a similar issue. I've got Orbital Sync pointing at my mailrise, and my sync completes, but I get the same ⚠ Error: SMTP is misconfigured. Please check your configuration. error.

Did you every figure out the problem?

from orbital-sync.

djonepl avatar djonepl commented on June 13, 2024

Unfortunately I haven't. I briefly looked through the source but its above my pay grade ;) Works great otherwise.

from orbital-sync.

mattwebbio avatar mattwebbio commented on June 13, 2024

@mattwebbio what do you think about this change, could we merge this code to master (I could try to open a pull request)? (I love your software by the way, really useful, great work!)

Sorry for the delayed response - very little time for OSS, unfortunately. Create a PR and if the tests pass, I'll release :)

from orbital-sync.

alexsantos89 avatar alexsantos89 commented on June 13, 2024

@mattwebbio what do you think about this change, could we merge this code to master (I could try to open a pull request)? (I love your software by the way, really useful, great work!)

Sorry for the delayed response - very little time for OSS, unfortunately. Create a PR and if the tests pass, I'll release :)

Thanks for replying. Looks like this repo does not accept PR:
Can't create a new pull request: Push failed: remote: Permission to mattwebbio/orbital-sync.git denied to alexsantos89. unable to access 'https://github.com/mattwebbio/orbital-sync.git/': The requested URL returned error: 403

You could add me as a contributor or change the portion of code yourself, small change, whatever you prefer. Thank you!!!

Screenshot 2024-01-29 at 23 08 16

from orbital-sync.

Impact123 avatar Impact123 commented on June 13, 2024

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request

from orbital-sync.

alexsantos89 avatar alexsantos89 commented on June 13, 2024

Thanks @Impact123 . I did not know it was possible to create pull requests from a fork.

@mattwebbio this the PR, thanks in advance -> #198

from orbital-sync.

mattwebbio avatar mattwebbio commented on June 13, 2024

Thanks for the PR, @alexsantos89! 🥳

Release just completed for 1.5.3

from orbital-sync.

coldshouldermedia avatar coldshouldermedia commented on June 13, 2024

Sadly my ⚠ Error: SMTP is misconfigured. Please check your configuration. persists.

Did this release fix the issue for you @djonepl ?

from orbital-sync.

mattwebbio avatar mattwebbio commented on June 13, 2024

@coldshouldermedia

Sadly my ⚠ Error: SMTP is misconfigured. Please check your configuration. persists.

Two things:

  1. I broke release (😅); as a result, the first release to have the fix is 1.5.7, which was only released a few minutes ago. Try that one.
  2. If that doesn't fix, could you share an example of your configuration like the OP did? OP's issue was that there was no username/password, so if your misconfiguration is due to a different issue an example of your config would help narrow down the cause

from orbital-sync.

coldshouldermedia avatar coldshouldermedia commented on June 13, 2024
  1. Yeah, that was my issue! 😃 Just deleted all orbital-sync images and repulled. Portainer reports version 1.5.7
  2. The commented lines are the configurations I've tried enabling, just in case. For reference, I'm using mailrise for local smtp handling. Did I bungle something?
      TZ: America/Denver
      NOTIFY_ON_SUCCESS: true
      NOTIFY_ON_FAILURE: true
      NOTIFY_VIA_SMTP: true
      #SMTP_TLS: false
      SMTP_HOST: 192.168.1.111
      SMTP_PORT: 8025
      #SMTP_USER: [email protected]
      #SMTP_FROM: [email protected]
      SMTP_TO: [email protected]

from orbital-sync.

mattwebbio avatar mattwebbio commented on June 13, 2024

Oops, my bad 😄

Try running with VERBOSE: true - is there any additional error info?

from orbital-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.