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:
parent
cdc64d87ef
commit
06a7cc9d14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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`:
|
one at `/etc/logrotate.d/postfix`:
|
||||||
|
|
||||||
```
|
```logrotate
|
||||||
/var/log/postfix*.log
|
/var/log/postfix*.log
|
||||||
/var/log/mail*.log
|
/var/log/mail*.log
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue