mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 23:56:19 +00:00
Restrict monitoring to maillog.debug
This commit is contained in:
parent
3694e80a70
commit
c6f664d254
2 changed files with 3 additions and 3 deletions
|
|
@ -43,4 +43,4 @@ postfix reload &&
|
|||
echo -e "\n\e[1;32mMail service is ready\e[0m\n"
|
||||
|
||||
# Monitor log
|
||||
tail -f /var/log/mail/maillog{,.{0..9}} /var/log/mail/maillog.debug{,.{0..9}}
|
||||
tail -f /var/log/mail/maillog.debug{,.{0..9}} # /var/log/mail/maillog{,.{0..9}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue