postfix-log-parser | Parse postfix log , and output json format
kandi X-RAY | postfix-log-parser Summary
kandi X-RAY | postfix-log-parser Summary
postfix-log-parser is a Go library. postfix-log-parser has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Parse postfix log, and output json format.
Parse postfix log, and output json format.
Support
Quality
Security
License
Reuse
Support
postfix-log-parser has a low active ecosystem.
It has 8 star(s) with 5 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 1 have been closed. On average issues are closed in 4 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of postfix-log-parser is v1.0.0
Quality
postfix-log-parser has 0 bugs and 3 code smells.
Security
postfix-log-parser has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
postfix-log-parser code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
postfix-log-parser is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
postfix-log-parser releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
It has 176 lines of code, 7 functions and 4 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed postfix-log-parser and discovered the below as its top functions. This is intended to give you an instant insight into postfix-log-parser implemented functionality, and help decide if they suit your requirements.
- NewCmdRoot returns the cobra command
- Parse parses a PostfixLog
- Execute runs the command
- NewPostfixLog creates a PostfixLog
- Runs executable
- initConfig initializes the configuration .
- init does nothing
Get all kandi verified functions for this library.
postfix-log-parser Key Features
No Key Features are available at this moment for postfix-log-parser.
postfix-log-parser Examples and Code Snippets
Copy
$ go get github.com/youyo/postfix-log-parser
package main
import (
"github.com/k0kubun/pp"
postfixlog "github.com/youyo/postfix-log-parser"
)
func main() {
textByte := []byte("Oct 10 04:02:08 mail.example.com postfix/smtp[22928]: DFBEFDBF00C5:
Copy
# cat /var/log/maillog | ./postfix-log-parser
{
"time": "0000-10-10T15:59:29+09:00",
"hostname": "mail",
"process": "postfix/smtpd[1827]",
"queue_id": "3D74ADB7400B",
"client_hostname": "example.com",
"client_ip": "127.0.0.1",
"message_
Community Discussions
No Community Discussions are available at this moment for postfix-log-parser.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install postfix-log-parser
Place a postfix-log-parser command to your PATH and set an executable flag. Download the latest release from github. https://github.com/youyo/postfix-log-parser/releases/latest.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page