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
.
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@geeknest.com>
COPYRIGHT
Copyright (c) 2003 Casey West. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.