Skip to main content
Advice
0 votes
2 replies
36 views

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 ...
HippoMan's user avatar
  • 2,400
0 votes
1 answer
179 views

I'm trying to set up an SMTPS server on port 465 using Python and the aiosmtpd library. While I can connect to the server locally using openssl s_client, external mail servers (like Gmail) are unable ...
dimimir's user avatar
  • 75
0 votes
1 answer
309 views

I have an SMTP server set up using aiosmtpd, while I can use telnet to send SMTP emails on my own local machine; if I try to telnet to it from anywhere else, I get Could not open connection to the ...
klade's user avatar
  • 3
1 vote
0 answers
91 views

I'm trying to set up an Aiosmtpd server to accept TLS1.1 too, and I can't make it work. Regardless of how I configure TLSContext, the server only accepts TLS1.2. Here's a reproducible code to show the ...
Cyril N.'s user avatar
  • 40.2k
0 votes
2 answers
850 views

I am trying to get authentication working using aiosmtpd... I have read the documentation but still can't get it working. I have followed the instructions on this post: python aiosmtpd server with ...
Chucha Cuta's user avatar
2 votes
0 answers
308 views

Fake SMTP server not supporting auth I have a function that create a SMTP client, login onto a server, and send mails. I want to create a unit-test with a fake SMTP server that will write the email ...
Dorian Turba's user avatar
  • 4,151
57 votes
3 answers
74k views

I'm building an SMTP server with aiosmtpd and used the examples as a base to build from. Below is the code snippet for the entry point to the program. if __name__ == '__main__': loop = asyncio....
howley's user avatar
  • 695
0 votes
2 answers
2k views

I am trying to export an Email message obtained with aiosmtpd to an *.eml file that I can later open with any *.eml viewer or email client like Thunderbird or Mail. async def handle_DATA(self, ...
user1618465's user avatar
  • 1,971
0 votes
1 answer
2k views

I have setup a local SMTP server with aiosmtpd where I received emails after setting the proper DNS records: mail.mydomain.com A 1 minute 1.2.3.4 mydomain.com MX 1 minute 10 mail....
user1618465's user avatar
  • 1,971
2 votes
2 answers
6k views

Honestly, I think I have a fundamental gap in understanding how SMTP works. I can't seem to find a good explanation of what is happening behind the scenes and I think this is preventing me from being ...
masq's user avatar
  • 123
1 vote
1 answer
2k views

I had "successfully" made an SMTP server. The code works fine connecting to SMTP clients. But it is neither able to recieve emails nor send it. I tried with various test servers and also the ...
Vishwa Mithra Tatta's user avatar
0 votes
1 answer
938 views

Is the EHLO message required after the TLS connection has been established? I'm using an acorn ltl-6511M wildlife camera that doesn't seem to send an EHLO message after establishing the TLS connection,...
MattieG4's user avatar
  • 188
0 votes
0 answers
231 views

I'm trying to connect a wildlife camera to my SMTP server but it keeps dropping the connection after being asked for it's username. I've verified that this server works with other wildlife cameras and ...
MattieG4's user avatar
  • 188
0 votes
1 answer
2k views

I've been made aware that aiosmtpd logs to the syslog. I'm using a Red Hat Linux distribution and can't find anything related to my SMTP server in the messages or maillog file. I'm trying to debug an ...
MattieG4's user avatar
  • 188
1 vote
1 answer
976 views

I am trying to setup a SMTP server on my PC which should require authentication(just like gmail does). Attempting send email from client gives - "SMTP AUTH extension not supported by server"....
user2656561's user avatar

15 30 50 per page