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

NAME

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

ABSTRACT

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

DESCRIPTION

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

Casey West, <casey@dyndns.org>

COPYRIGHT AND LICENSE

Copyright 2003 DynDNS.org

You may distribute this package under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file, with the exception that it may not be placed on physical media for distribution without the prior written approval of the author.

THIS PACKAGE IS PROVIDED WITH USEFULNESS IN MIND, BUT WITHOUT GUARANTEE OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. USE IT AT YOUR OWN RISK.

For more information, please visit http://opensource.dyndns.org

SEE ALSO

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