#smtp #postfix #milter #sendmail

sys milter-sys

Low-level FFI bindings to libmilter

9 releases

0.2.3 Dec 2, 2021
0.2.2 Apr 30, 2021
0.2.1 Dec 2, 2020
0.2.0 Feb 6, 2020
0.1.1 Oct 13, 2019

#283 in Email

Download history 108/week @ 2024-02-12 8/week @ 2024-02-19 12/week @ 2024-02-26 24/week @ 2024-03-04 39/week @ 2024-03-11 72/week @ 2024-03-18 33/week @ 2024-03-25 114/week @ 2024-04-01

261 downloads per month
Used in milter

GPL-3.0-or-later

17KB
242 lines

milter-sys

The milter-sys library provides low-level Rust FFI bindings to libmilter, the sendmail mail filter API.

Requirements

This crate requires the milter C library (libmilter) to be available.

On Debian and Ubuntu, install the package libmilter-dev.

Usage

See the milter crate for idiomatic Rust bindings to the milter library.

Licence

Copyright © 2019–2021 David Bürgin

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.


lib.rs:

Low-level FFI bindings to libmilter.

Dependencies

~46KB