GithubHelp home page GithubHelp logo

Comments (1)

ak545 avatar ak545 commented on June 14, 2024

Hi, I have a 2 problems with the script.

  1. *.eu domains don't work, script shows "Error" only or "Domains that caused errors".

Sorry, but *.eu domains not supported because EU Registrant say "NOT DISCLOSED! Visit www.eurid.eu for webbased WHOIS.". Probably the privacy policy of the European Union. I won't argue with him. No so no. What sacred meaning is laid in this secrecy, I do not understand.
In the new version 0.2.15, I just added the .eu domain to the unsupported list so that the script didn't crash.

  1. script won't to send email to me with output. Telegram works fine. At the end of script I see this only:

{'[email protected]': (454, b'4.7.1 [email protected]: Relay access denied')}

SMTP address is correct. Tried port 25, 587, 465.

I'm using: python3 /home/myusername/domains/ddec.py -f /home/myusername/domains/domains.txt -c -i 5 -x 30 -t -e [email protected]

Usually like this:
If the mail server uses port 465 to send emails, it means it uses SSL encryption (try adding the -ssl option).

If the mail server uses port 587 to send emails, it means that it uses STARTTLS encryption (try adding the -starttls option)

It's also a good idea to try the -auth option, as usually mail servers don't allow you to send emails to just anyone. In this case, in the body of the script itself, the SMTP_SENDER and SMTP_PASSWORD variables must additionally be updated.

One last thing: it's still better to use the -ee option as well

And in the end:

python3 /home/myusername/domains/ddec.py -f /home/myusername/domains/domains.txt -ee -c -i 5 -x 30 -t -ssl -auth -e [email protected]

or

python3 /home/myusername/domains/ddec.py -f /home/myusername/domains/domains.txt -ee -c -i 5 -x 30 -t -starttls -auth -e [email protected]

Any help please? Thank you.

from dns-domain-expiration-checker.

Related Issues (10)

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.