content/blog/mail_server_alpine_postfix_dovecot_tutorial.md: provide a lang for postfix logrotate code block so that in terminal theme it lets you copy its contents

This commit is contained in:
revsuine 2024-11-25 03:12:32 +00:00
parent cdc64d87ef
commit 06a7cc9d14
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -328,7 +328,7 @@ Postfix to have a dedicated log file like `/var/log/postfix.log`.
You probably want to have `logrotate` rotate your Postfix log. If there isn't already such a file, you want to create
one at `/etc/logrotate.d/postfix`:
```
```logrotate
/var/log/postfix*.log
/var/log/mail*.log
{