Skip to content

A trace filter based off my own opensmtpd go library

Notifications You must be signed in to change notification settings

jdelic/opensmtpd-filter-trace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Golang implementation of a trace filter for OpenSMTPD

This is a simple implementation based off my opensmtpd-filters-go library.

It logs all events received from opensmtpd to /tmp/filterlog.txt

Example usage in smtpd.conf

filter "trace" proc-exec "/usr/lib/x86_64-linux-gnu/opensmtpd/filter-trace"
listen on "127.0.0.1" port 25 filter trace

About

A trace filter based off my own opensmtpd go library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages