NAME
Mail::Milter::Authentication::Handler::TrustedIP - Handler class for Trusted IP addresses
VERSION
version 3.20240701
DESCRIPTION
Detect a trusted IP address and act accordingly.
CONFIGURATION
"TrustedIP" : { | Config the the TruetedIP Module
| Check for TrustedIP Addresses
"trusted_ip_list" : [ | List of IP Addresses considered to be trusted
"100.200.100.2", | CIDR Ranges are valid syntax
"2001:44c2:3881:aa00::/56",
"2001:44b8:3021:123:dead:beef:abcd:1234"
],
},
AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.