diff --git a/docs/docs/content/configuration.md b/docs/docs/content/configuration.md index 995f2aa00..b8c134645 100644 --- a/docs/docs/content/configuration.md +++ b/docs/docs/content/configuration.md @@ -127,7 +127,6 @@ Settings -> Logs in admin shows the last 1000 lines of the standard log output b For the [service file](https://github.com/knadh/listmonk/blob/master/listmonk%40.service), you can use `ExecStart=/bin/bash -ce "exec /usr/bin/listmonk --config /etc/listmonk/config.toml --static-dir /etc/listmonk/static >>/etc/listmonk/listmonk.log 2>&1"` to create a log file that persists after restarts. [More info](https://github.com/knadh/listmonk/issues/1462#issuecomment-1868501606). - ## Time zone To change listmonk's time zone (logs, etc.) edit `docker-compose.yml`: @@ -137,3 +136,6 @@ environment: ``` with any Timezone listed [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Then run `sudo docker-compose stop ; sudo docker-compose up` after making changes. +## SMTP Blocked Ports +Some server hosts block SMTP ports (25, 465) so you have to get request to unblock them i.e. [Hetzner](https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server). +