[Twisted-Python] Signalling twistd with SIGUSR1 to rotate also interrupts txAMQP connections

2010-01-13 Thread Anthony
We run some services that use txAMQP within twistd to connect to an AMQP bus. When we send twistd a SIGUSR1 to rotate its logs, it appears our application loses connection to the AMQP bus and needs to reconnect. This doesn't crash the app, but means the app may be offline momentarily when it shoul

[Twisted-Python] SMTP: Authenticating on Outbound emails only

2017-02-09 Thread Anthony Lukach
nd emails and authenticates only on outbound emails? PS, I'm not super familiar with the inner workings of email or the SMTP protocol, please let me know if I'm heading in the wrong direction Best, Anthony ___ Twisted-Python mailing list Twisted

Re: [Twisted-Python] SMTP: Authenticating on Outbound emails only

2017-02-12 Thread Anthony Lukach
bound email) and either permit/deny the action based on what avatar is being used. I appreciate the help! Anthony On Thu, Feb 9, 2017 at 11:39 AM Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Thu, Feb 9, 2017 at 12:29 PM, Anthony Lukach > wrote: > > I am working