pablomelo / subethasmtp

Automatically exported from code.google.com/p/subethasmtp
Other
0 stars 0 forks source link

Add support for LMTP #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I suspect supporting LMTP would be as simple as recognizing the LHLO command as 
an alias for HELO. 

Is this something that can be done as an API consumer, or would it require a 
modification to subethasmtp? If it's the latter, I would be happy to attempt to 
write a patch if someone could give me a few pointers about where to get 
started.

Original issue reported on code.google.com by isaacbwa...@gmail.com on 27 Jul 2013 at 7:03

GoogleCodeExporter commented 9 years ago
Alright, so I added really naive LHLO support (it is just treated as ELHO 
without any other LMTP considerations) with an attached patch.

Original comment by isaacbwa...@gmail.com on 28 Jul 2013 at 1:15

Attachments:

GoogleCodeExporter commented 9 years ago
I made an attempt more than a year ago. It's not just supporting LHLO, you also 
need to add some methods to the MessageHandler to register delivery attempts.

I attach a file with my source code. It was meant to be part of a MongoDB 
backed mail store. This is the github project: 
https://github.com/jglatre/mitote-store, now abandoned.

I hope it helps :)

Original comment by JuanjoGL...@gmail.com on 28 Jul 2013 at 11:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by hontvari@flyordie.com on 14 Oct 2013 at 1:16