Closed jkms closed 6 years ago
If your server doesn't need authentication, remove the SMTP login and password config keys and it should work.
Ah nevermind, I just realized you commented them out in the config. Seems like I need to dig on this too! Will get back to you ASAP...
Good catch, it's indeed a bug in mxisd. Could you tell me how you install mxisd so I can provide you with a testing version?
deb package.
@jkms Try this build please, no change to your config: https://matrix.kamax.io/download/mxisd_1.2.0-7-g623c7b1_all.deb
Bingo! that worked!
Awesome! thanks for the report and the fast check!
Thanks for the fast fix!
mxisd.yaml:
The obvious clue is
javax.mail.AuthenticationFailedException: No authentication mechanisms supported by both server and client
. I suspect a bug that isn't allowing for SMTP servers that don't require authentication (as is the case with my SMTP server)?