Giter Club home page Giter Club logo

Comments (3)

YoRyan avatar YoRyan commented on May 30, 2024 1

Thanks for the report @djonko—I’ve reverted the commit that broke SMTP authentication. It was the fix for #98.

We already test configuration parsing, but I really should write some integration tests, so that we can avoid situations like this in the future.

from mailrise.

YoRyan avatar YoRyan commented on May 30, 2024

Try the -vv flag to turn on verbose logging. Does anything interesting show up?

from mailrise.

djonko avatar djonko commented on May 30, 2024

Same problem here :
I have set basic authentication without tls
My config

configs:
  ntfy:
    urls:
      - ntfy://192.168.0.7:9999/fdsjlfd
  "*@dfd.dfd.com":
    urls:
      - ntfy://192.168.0.1:8888/dfdfkdf
smtp:
  auth:
    basic:
      dfdxx: zzzz
      testpwd: xxxx
tls:
  mode: off

but I have now this error

Attaching to mailrise-server
mailrise-server | /home/mailrise/.local/lib/python3.12/site-packages/aiosmtpd/smtp.py:372: UserWarning: Requiring AUTH while not requiring TLS can lead to security vulnerabilities!
mailrise-server | warn("Requiring AUTH while not requiring TLS "
mailrise-server | [2024-01-06 14:44:53] WARNING:mail.log:auth_required == True but auth_require_tls == False
mailrise-server | /home/mailrise/.local/lib/python3.12/site-packages/aiosmtpd/smtp.py:372: UserWarning: Requiring AUTH while not requiring TLS can lead to security vulnerabilities!
mailrise-server | warn("Requiring AUTH while not requiring TLS "
mailrise-server | [2024-01-06 14:47:33] WARNING:mail.log:auth_required == True but auth_require_tls == False
mailrise-server | /home/mailrise/.local/lib/python3.12/site-packages/aiosmtpd/smtp.py:372: UserWarning: Requiring AUTH while not requiring TLS can lead to security vulnerabilities!
mailrise-server | warn("Requiring AUTH while not requiring TLS "
mailrise-server | [2024-01-06 14:49:36] WARNING:mail.log:auth_required == True but auth_require_tls == False
mailrise-server | /home/mailrise/.local/lib/python3.12/site-packages/aiosmtpd/smtp.py:372: UserWarning: Requiring AUTH while not requiring TLS can lead to security vulnerabilities!
mailrise-server | warn("Requiring AUTH while not requiring TLS "
mailrise-server | [2024-01-06 14:49:44] WARNING:mail.log:auth_required == True but auth_require_tls == False
mailrise-server | /home/mailrise/.local/lib/python3.12/site-packages/aiosmtpd/smtp.py:372: UserWarning: Requiring AUTH while not requiring TLS can lead to security vulnerabilities!
mailrise-server | warn("Requiring AUTH while not requiring TLS "
mailrise-server | [2024-01-06 14:50:25] WARNING:mail.log:auth_required == True but auth_require_tls == False
mailrise-server | /home/mailrise/.local/lib/python3.12/site-packages/aiosmtpd/smtp.py:372: UserWarning: Requiring AUTH while not requiring TLS can lead to security vulnerabilities!
mailrise-server | warn("Requiring AUTH while not requiring TLS "
mailrise-server | [2024-01-06 14:50:26] WARNING:mail.log:auth_required == True but auth_require_tls == False

it come with the latest update.
The version 1.3.0 doesn't have this issue ... I just downgraded to it 1.3.0

from mailrise.

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.