{
"system": {
"default_phone_region": "DE",
"trashbin_retention_obligation": "auto, 30",
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379,
"password": "***REMOVED SENSITIVE VALUE***"
},
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "21.0.0.16",
"overwrite.cli.url": "http:\/\/localhost",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"ocr",
"files_lock",
"spreed",
"fulltextsearch",
"fulltextsearch_elasticsearch",
"files_fulltextsearch",
"groupfolders",
"onlyoffice"
],
"loglevel": 2,
"log_rotate_size": 104857600,
"maintenance": false,
"theme": "",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"overwriteprotocol": "https",
"preview_max_x": "1080",
"preview_max_y": "1920",
"default_language": "de",
"defaultapp": "files"
}
}
How to use GitHub
Steps to reproduce
Expected behaviour
Mails are deliverd.
Actual behaviour
Expected response code 250 but got an empty response.Server configuration
Operating system:
k8s, Docker 21.0.0RC1-fpm
Web server:
Nginx Reverse Proxy + nginx as fpm proxy
Database:
docker.io/bitnami/mariadb:10.5.8-debian-10-r21
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
21.0.0 RC1
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from v20.0.7 to the 21-rc1 but issue occurred in both versions.
Where did you install Nextcloud from:
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
local
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
OpenID Connect
Client configuration
Browser:
chrome 88.0.4324.150
Operating system:
macOS 11.2.1 (20D74)
Logs
Packet Capture
Packet Capture log
More Info
I have found this issue on the nextcloud forum. It was postet in February 2021, here are some insights from the original poster: