1 questions from the last 30 days
Advice
0
votes
2
replies
36
views
With the aiosmtpd python3 module, how to get the IP address of the remote connection?
I'm using the latest aiosmtpd module under Python 3.12 in LinuxMint 22.3.
When a remote SMTP connection is made to a host running aiosmtpd, how can the remote IP address of this connection be obtained ...