From 2bda94f5d70445031a14ac577519d2aa1e2fb325 Mon Sep 17 00:00:00 2001 From: Frankie <26727138+frankievalentine@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:05:25 -0700 Subject: [PATCH] Update configuration.md (#1930) Add note about blocked SMTP ports --- docs/docs/content/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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). +