-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Roundcube does not send STARTTLS command #8698
Comments
|
I have a similar issue (centos8stream, rc 1.6.0, php 8.1.10).
|
The config looks fine ( |
smtp.log is similar to above:
Log ends here. SMTP server side looks like this:
error.log was silent. |
It works for me. The only idea I have is #8642 and related tickets. But if it's "old dependencies" issue, then I'd expect an error in log. |
Ok, very nice. Without checking if anything else broke now, I at least fixed this specific SMTP issue with a |
@alecpl: You mentioned you would expect an error. This is the error I received for the same issue in my mail.log file:
I think my net_smtp package was too old, and I needed version 1.10. Thanks, @Touchwoody: Your response solved my problem! I have been completely puzzled for several days. I see @alecpl has submitted a bug report - Thanks, all of you for such a great product and all your work! |
Hey, I did update all vendor packages like in @Touchwoody answer, but it did not fix the issue for me. |
The bug turned up again when updating from 1.6.0 to 1.6.1. Reverting to 1.6.0 fixed this. I never copied the vendor folder to /var/www/html/vendor/ as suggested by @Touchwoody. |
I am trying to send an e-mail over SMTP but roundcube does not send the STARTTLS command, even though tls:// prefix is present.
I have openssl, PHP7.3 and Roundcube 1.6.0
The text was updated successfully, but these errors were encountered: