#postfix #smtp #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

#375 in Email

Download history 8/week @ 2024-04-07 12/week @ 2024-04-14 18/week @ 2024-04-21 64/week @ 2024-04-28 50/week @ 2024-05-05 165/week @ 2024-05-12 107/week @ 2024-05-19 18/week @ 2024-05-26 1/week @ 2024-06-02 35/week @ 2024-06-09 161/week @ 2024-06-16 121/week @ 2024-06-23 216/week @ 2024-06-30 156/week @ 2024-07-07 212/week @ 2024-07-14 51/week @ 2024-07-21

635 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

~47KB