Giter Site home page Giter Site logo

smtpproxy's Introduction

smtpproxy's People

Contributors

ankraft avatar jcessou-rca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

smtpproxy's Issues

Error in pop-before-smtp configuration && Enhancement request: support SMTP over SSL

Hi!
I'm trying to use your proxy to get a stubborn stupid IOT device that only does unencrypted SMTP to send emails to Zoho via protected SMTP

Problem one: pop before SMTP plain doesn't work, with a strange error that kind of suggests that it expects "pop check delay" to be a boolean (its default, which I didn't change, is indeed not a boolean)

Traceback (most recent call last):
File "smtpproxy.py", line 504, in
if readConfig() == False:
File "smtpproxy.py", line 428, in readConfig
account.rpopcheckdelay = smtpconfig.getboolean(s, 'popcheckdelay', account.rpopcheckdelay)
File "/root/smtpproxy/config.py", line 42, in getboolean
res = ConfigParser.getboolean(self, section, option)
File "/usr/lib/python2.7/ConfigParser.py", line 370, in getboolean
raise ValueError, 'Not a boolean: %s' % v
ValueError: Not a boolean: 60

Problem two:
it does not properly work with SMTP servers that use SSL (NOT TLS) auth.
Zoho's TLS SMTP is notoriously broken , and doesn't work with this proxy (rejected with "authentication required").

Dunno why (it would be very kind of you if you tested this, but many, many softwares fail to work with Zoho TLS SMTP)

From prior experience with zoho, I have tried going the SSL (port 465) way (several ERPs I've worked with failed to connect to Zoho SMTP via TLS but succeeded with SSL SMTP) , but connection just times out.

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.