This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # exim/mainlog conf for grc | |
| # installation: save as /usr/share/grc/conf.exim | |
| # usage: grc -c conf.exim tail -f /var/log/exim4/mainlog | |
| regexp==> *[^ ]* | |
| colours=green | |
| count=more | |
| ====== | |
| regexp=<= *[^ ]* | |
| colours=green | |
| count=more |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # dovecot mail.log conf for grc | |
| # install: save as /usr/share/grc/conf.dovecot | |
| # usage: grc -c conf.dovecot tail -f /var/log/mail.log | |
| regexp=(?<=<)(.*)(?=>) | |
| colours=green | |
| count=more | |
| ====== | |
| regexp=imap-login: Login | |
| colours=yellow | |
| count=more |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # dovecot | |
| colorscheme:dovecot | |
| cs_re:cyan:: | |
| cs_re:blue|blue,,bold:^... .. ..:..:.. | |
| cs_re:yellow,,bold:imap-login | |
| cs_re:yellow,,bold:pop3-login | |
| cs_re:green:<[^>]*> | |
| cs_re:red:auth failed | |
| cs_re:magenta:TLS |
NewerOlder