Can anyone point me in the right direction to be able to apply this fix in Linux?
Same issue with posteo.de
----------SMTP----------
connect posteo.de 587
220 submission02.posteo.de ESMTP Postfix
init
EHLO fedora
250-submission02.posteo.de
250-PIPELINING
250-SIZE 76800000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
start TLS
STARTTLS
220 2.0.0 Ready to start TLS
done
OpenSSL version: OpenSSL 1.1.0f 25 May 2017
init after starttls
EHLO fedora
250-submission02.posteo.de
250-PIPELINING
250-SIZE 76800000
250-VRFY
250-ETRN
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN **********REDACTED**********
235 2.7.0 Authentication successful
MAIL FROM:<**********REDACTED**********@posteo.de>
250 2.1.0 Ok
RCPT TO:<email@invalid.com>
450 4.1.2 <email@invalid.com>: Recipient address rejected: Domain not found
SASL_PATH: /snap/mailspring/520/usr/share/mailspring/resources/app.asar.unpacked
SMTP Last Response Code: 450
SMTP Last Response: 4.1.2 <email@invalid.com>: Recipient address rejected: Domain not found
Mailspring 1.10.6 Keep with the same error.
We can’t use it… Very very bad…
Same issue here. SMTP Authentication succeeds, but then :
MAIL FROM:<xxx@web.de>
250 Requested mail action okay, completed
RCPT TO:<email@invalid.com>
451 Requested action aborted: local error in processing
SASL_PATH: /snap/mailspring/520/usr/share/mailspring/resources/app.asar.unpacked
SMTP Last Response Code: 451
SMTP Last Response: Requested action aborted: local error in processing
same here using ubuntu, tried older versions to no avail. Looks like the problem stems with @invalid.com
This issue should be resolved as of: SMTP fix - Community#1625 by glenn2223 · Pull Request #6 · Foundry376/Mailspring-Sync · GitHub
Thanks a lot to @glenn2223 for the fix!
You may need to remove the account in question and add it new for the fix to take effect. See: SMTP authentication error reported by riseup.net · Issue #2435 · Foundry376/Mailspring · GitHub
Thank you to @glenn2223 , and anyone else involved with getting this smtp error fixed! We appreciate your time and effort!!
You’re genius, it works for me too