⚠️ This issue respects the following points: ⚠️
Bug description
After update to nexcloud server from 25.0.0.x to 26.0.0.4, sending mail is impossible.
The mail system require TLS 1.2 or higher.
Postfix log:
postfix/smtpd[24363]: connect from localhost.localdomain[127.0.0.1]
postfix/smtpd[24363]: SSL_accept error from localhost.localdomain[127.0.0.1]: -1
postfix/smtpd[24363]: warning: TLS library problem: error:0A000418:SSL routines::tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1586:SSL alert number 48
Using Plaintext is impossible. Cannot disable STARTTLS in configuration.
Steps to reproduce
- Try to send a mail to a mail server with minimum TLS 1.2 required.
Expected behavior
Please repair plaintext option or enable TLS 1.2 or higher by default for mail sending.
"Plain text" is not sending a STARTTLS command.
Installation method
None
Nextcloud Server version
26
Operating system
Other
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
'mail_smtpmode' => 'smtp',
'mail_domain' => '',
'mail_from_address' => 'nc',
'mail_smtphost' => '127.0.0.1',
'mail_smtpport' => '25',
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
Bug description
After update to nexcloud server from 25.0.0.x to 26.0.0.4, sending mail is impossible.
The mail system require TLS 1.2 or higher.
Postfix log:
Using Plaintext is impossible. Cannot disable STARTTLS in configuration.
Steps to reproduce
Expected behavior
Please repair plaintext option or enable TLS 1.2 or higher by default for mail sending.
"Plain text" is not sending a STARTTLS command.
Installation method
None
Nextcloud Server version
26
Operating system
Other
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response