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

NAME

authentication_milter_client - A Perl Mail Authentication Milter client

VERSION

version 2.20180511

USAGE

  authentication_milter_client [--mailer_name <name>] \
    [--connect_ip <ip>] [--connect_name <name] [--connect_port <port>] [--connect_type <type>] \
    [--helo_host <host>] [--mail_from <from>] [--rcpt_to <rcpt_to>] \
    [--mail_file <filename>] \
    [--prefix <dir>] \
    [-h|--help]

OPTIONS

-h|--help
  Show this help.
--mail_file <file>
  Filename of file containing the email contents.
  If the filename is set to - then the client will read from STDIN
--prefix <dir>
  Read configuration from dir rather than /etc/
--mailer_name <name>

The name (fqdn) of the MTA

--connect_ip <ip>

The IP address of the host connecting to the mailer.

--connect_name <hostname>

The name of the host connecting to the mailer.

--connect_port <port>

The port of the connection to the mailer.

--connect_type <type>

The type of connection to the mailer (eg tcp4).

--helo_host <hostname>

The string passed in the HELO stage of the SMTP transaction.

--mail_from <address>

The string passed in the MAIL FROM stage of the SMTP transaction.

--rcpt_to <address>

The string passed in the RCPT TO stage of the SMTP transaction.

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 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.