POEST::Plugin::General - General SMTP commands implemented.


poest documentation  | view source Contained in the poest distribution.

Index


NAME

Top

POEST::Plugin::General - General SMTP commands implemented.

ABSTRACT

Top

This class implements general SMTP commands, in order to get them out of the way.

DESCRIPTION

Top

There are some SMTP commands that are fairly straight forward to implement, they are implemented here.

Events

HELO

Returns the response for HELO.

ELOH

Returns a simple "Ok" response to ELOH.

NOOP

Returns the response for NOOP.

QUIT

Returns the response for QUIT.

send_banner

Sends the banner for the SMTP server when a session initializes. This is how an SMTP server introduces itself to the client.

Configuration

hostname

The hostname that we run as a primary. This is used when sending the banner.

AUTHOR

Top

Casey West, <casey@dyndns.org>

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

perl, POEST::Server, POEST::Plugin.


poest documentation  | view source Contained in the poest distribution.