-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot decrypt email SMTP traffic over port 587 #62
Comments
The submission port requires autossl proxyspec. See the sslproxy and pf configuration on UTMFW for examples. |
sslproxy args used:
-D4 output
|
Do you have any problems with the autossl proxyspec now? |
Yes.even autossl proxy arg is not decrypting traffic. Nor is it allowing the mail to be sent. Same has been the case with args |
You should inspect the logs with the -D4 option (the logs you have provided above do not have anything relevant). |
That's the thing, I supplied the arg |
@sonertari any ideas? |
I don't know why you cannot get verbose logs with -D4. I don't have any idea without those logs. |
I may have misunderstood you. Is passing smtp or smtps as args to sslproxy different than enabling them in the proxyspecs file? My current understanding is I can either do the latter or the former. Doing both is not necessary. SMTP on port 465 works fine, but not on 587, is what I said I think. Also, to make SMTP 465 decryption work, I don't even need to use I assure you I have enabled DEBUG_PROXY and am running with -D4. |
Yes, you don't need smtps, ssl proxyspec is expected to work on 465 too. But smtps proxyspec validates the smtp protocol used on those connections, which can be used to enforce protocol use on standard ports (prevents misuse). |
I am trying to decrypt thunderbird traffic at SMTP port 587, but it doesn't work. Although, SMTP 465 decrypts just fine.
sslproxy -V
uname -a
sslproxy
The text was updated successfully, but these errors were encountered: