-
Notifications
You must be signed in to change notification settings - Fork 621
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
Onlyoffice Workspace SMTP doesn´t work #502
Comments
Hello @itdkr Are you using the default Onlyoffice SMTP server with notify.onlyoffice.info? Is port 25 open for the server? |
Hello @Carazyda with Onlyoffice SMTP and my own SMTP Server i get the SMTP Testmail. But i would like to change my password i don´t get any e-mail. Now i have configured my own SMTP Server. On the Firewall i see the connection between Onlyoffice and SMTP Server. With Port 465 & 587 both are working if i send a testmail. |
What about port 25? Also please check svcNotiify.log for errors. |
Hello @Carazyda, Port 25 should be work. But i have configured Port 587. I only get the Testmail with Port 587. Do I need port 25? Cause i didn´t see any traffic. If i reset my password i can see the connection to the SMTP Server with Port 587 but i don´t get any e-mail. For testing I have installed Onlyoffice Workspace on Windows Server and everything seems to be fine. The Windows Server are in the same network with the same Firewall Rules like the Ubuntu Server. Regards svcNotify.log Ubuntu Server: 2024-04-09 14:12:01,968 ERROR [166] ASC.Notify - Tenant: 1, To: [email protected] - System.IO.IOException: Operation on non-blocking socket would block ---> System.Net.Sockets.SocketException: Operation on non-blocking socket would block |
Does this error occur on notify.onlyoffice.info or on your smtp server? Or both? Also check the port usage on your Ubuntu server using |
Hello @Carazyda, this error occur with onlyoffice smtp and my own smtp.... I have a Firewall and can see traffic via Port 25 Onlyoffice SMTP and Port 587 if i configure my own SMTP Server. |
Can you try to disable your firewall and try again to send "reset password"? |
Hello everyone,
i have a issue with SMTP and Onlyoffice Workspace Server. If i create a new user i don´t get any E-Mail with the new users mail address. If i would like to change my password i don´t get any E-Mail to change them.
SMTP seems to be fine cause i get the testmail from onlyoffice Server.
I have installed Onlyoffice with deb/rpm package and for testing with a docker container but same result.
How can i fix this issue?
Regards
Kevin
The text was updated successfully, but these errors were encountered: