Skip to content

Grollicus/postfix_policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Postfix SMTP access policy delegation handler written in Rust. It handles protocol parsing and response sending to talk to Postfix.

examples/request_dump.rs contains a small example that spawns a policy server listening on /tmp/policy_example, that dumps all incoming policy requests to stdout. Postfix can be configured to use it by using check_policy_service { unix:/tmp/policy_example, default_action=DUNNO }.

See recipientfilter for a complete example how to use it.

About

A Postfix SMTP access policy delegation handler written in Rust. It handles protocol parsing and response sending to talk to Postfix

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages