Crate postfix_policy

Source
Expand description

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

Modules§

test_helper
provides helpers for testing

Enums§

PolicyResponse
Encodes a response to the mail server.
PostfixPolicyError
Errors that can occur in this Crate

Traits§

PolicyRequestHandler
Handler for policy requests.

Functions§

handle_connection
Handles a connection to the mail server.