Auth Plain problem [closed]
My generator sends out emails. It doesn't support encryption, just standard username/password authentication. I stopped getting emails a few months ago (it has worked for 7 years prior to this). I've tried 4 different SMTP servers and 3 different ISPs and no luck, so i figured it had to be something with the generator. So I setup Paperclip to find out why and wiresharked it. This was the captured file after the generator sent an email: https://drive.google.com/file/d/1A9Ze...
The generator is .176, Paperclip is .39 (SMTP listens on port 2525) Line 9 the generator sends the AUTH PLAIN command (with username 'generator', which is correct) and line 10 paperclip responds with 501 error and then the generator QUITs. I don't know how to fix this, I obviously can't change the generator email client, did something change in SMTP format recently where it stopped recognizing ESMTP commands like AUTH?
You closed my question, but I found other similar questions relating to SMTP issues which were not closed like mine was. What was the particular issue with my post?
Probably those other questions were about Wireshark and SMTP, e.g. dissection. Your issue appears to be about SMTP AUTH which is off-topic.
FYI, many SMTP servers will no longer accept plain text credentials for obvious reasons. Generally the move is to use OAuth or similar.
This was the similar question that made me post mine, and you even responded to that one: https://ask.wireshark.org/question/12...
That question seemed to involve Wireshark, yours doesn't apart from the incidental use when trying to discover why your SMTP AUTH is failing. You'll need to look into your SMTP server, maybe via application logs to see what's up, Wireshark is of no help here.