NAME

Mail::Milter::Authentication::Handler::LocalIP - Handler class for Local IP Connections

VERSION

version 4.20250811

DESCRIPTION

Detect a Local IP address and act accordingly.

CONFIGURATION

"LocalIP" : {                                   | Config the LocalIP Module
                                                | Check for LocalIP Addresses
    "ignore_local_ip_list" : [                  | List of IP Addresses to treat as non-local
        "127.0.0.1",                            | CIDR Ranges are valid syntax
        "10.0.0.0/24"                           | This is useful, for test environments where non-local IPs aren't available
        "fe80::/10",
    ],
},

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.