miltr-server 0.2.0

A miltr server library in pure rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod action_milter;
mod portguard;
mod postfix;
mod testcase;

pub use action_milter::ActionMilter;
pub use testcase::TestCase;

use action_milter::run_milter;
use portguard::PortGuard;
use postfix::PostfixInstance;