[Twisted-Python] SMTPClient disconnects following STARTTLS

2019-02-05 Thread Burak Arslan
Hello, I'm trying to deliver mail using twisted.mail.sendmail (version 18.9.0) Delivery attempts to some servers fail either with disconnections or timeouts following the STARTTLS command. When I disable STARTTLS (by patching tryTLS()) message delivery succeeds. So is there a way to log the TLS

[Twisted-Python] trouble installing 18.9.0

2019-02-05 Thread Joe Smongeski
I've been trying to install the latest Twisted 18.9.0 with pip install, (using Oracle LInux 7.4), but I'm getting compilation errors. The first one was: src/twisted/test/raiser.c:4:20: fatal error: Python.h: No such file or directory #include "Python.h" I was able to work around that, but now I

Re: [Twisted-Python] trouble installing 18.9.0

2019-02-05 Thread Kyle Altendorf
On 2019-02-05 16:26, Joe Smongeski wrote: I've been trying to install the latest Twisted 18.9.0 with pip install, (using Oracle LInux 7.4), but I'm getting compilation errors. The first one was: src/twisted/test/raiser.c:4:20: fatal error: Python.h: No such file or directory #include "Pyt