ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

Problem with SMTP system setup #12

Closed kromsam closed 5 years ago

kromsam commented 5 years ago

I wanted to configure the SMTP server. But this didn't work. The problem is not with the credentials I used, because I used the same with Firefox.

When I fill in the credential is the Nextxloud GUI I get the following error:

Connection could not be established with host smtp.domain.tld [Operation timed out #110])

kromsam commented 5 years ago

sudo docker exec --user www-data nextcloud php occ config:system:set mail_smtptimeout --value="30"

did not work

also

sudo ufw allow 465

did not work