Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

policyd-spf pattern #139

Closed
jowanw opened this issue Apr 17, 2019 · 1 comment
Closed

policyd-spf pattern #139

jowanw opened this issue Apr 17, 2019 · 1 comment

Comments

@jowanw
Copy link

jowanw commented Apr 17, 2019

Hello,

would it be possible to add patterns for policyd-spf?

Example:
Apr 15 11:37:46 examplemx01 policyd-spf[28662]: None; identity=mailfrom; client-ip=192.192.192.192; helo=mail.example.com; envelope-from=name@example.com; receiver=target@anotherexample.org

The result would be:
program: policyd-spf
postfix_client_hostname: mail.example.com
postfix_client_ip: 192.192.192.192
postfix_from: name@example.com
postfix_to: target@anotherexample.com
postfix_spf_status: none

Status can be Pass, Fail or None (none = no spf record)

@whyscream
Copy link
Owner

Hi, it would be nice to have logstash filtering for other tools ready-to-go like in this repo.

But I don't think it's a good idea to expand this project with all kinds of logging from email/spam/virus/policy related utilities. Feel free to start a separate project for bundling these kinds of logging. Please let me know, and I will add a link to the README to such repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants