The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sendmail::M4::mail8 - Stop fake MX and most spammers, sendmail M4 hack file

STATUS

Version 0.221 (early Beta) Very much a work in progress.

SYNOPSIS

Wrapper script for Mail8

AUTHOR

Ian McNulty, celmorlauren limited (registered in England & Wales 5418604).

email <development@celmorlauren.com>

USES

 Sendmail::M4::Utils
 Sendmail::M4::Mail8    the worker module

EXPORTS NOTHING

CONFIGURATION

Although this has been tested on celmorlauren's system, it is recommended that you also test it on your own system, to enable this, this program will need changing to suit your site. To keep this simple all you need do is to provide some values for the method testing_domains example shown below.

    testing_domains <<TESTING;
    # 1st line is one of (OUR, OK, BAD)
    OUR
    # data lines have the format
    # HELO, DOMAIN (resolves to), IP (connected from), RESOLVE {client_resolve}, FROM (mail from), RCPT (mail to)
    # where an IP address does not resolve, use "0" in its DOMAIN field, and place FAIL in the RESOLVE field
    # other values for RESOLVE are (OK FAIL FORGED TEMP)
    #
    # HELO              DOMAIN  IP          RESOLVE     FROM                        RCPT
    mail.celmorlauren.com, 0, 80.176.153.184, FAIL, development@celmorlauren.com, development@celmorlauren.co.uk
    mail.celmorlauren.co.uk, 0, 80.176.153.184, FAIL, development@celmorlauren.co.uk development@celmorlauren.com
    TESTING