Skip to content

Commit

Permalink
Update configuration.md (#1930)
Browse files Browse the repository at this point in the history
Add note about blocked SMTP ports
  • Loading branch information
frankievalentine authored Jul 5, 2024
1 parent 22890a1 commit 2bda94f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/content/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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).

0 comments on commit 2bda94f

Please sign in to comment.