summaryrefslogtreecommitdiff
path: root/_smtpd
diff options
context:
space:
mode:
authorivan <ivan>2004-11-19 01:04:26 +0000
committerivan <ivan>2004-11-19 01:04:26 +0000
commit6ff983de074dec58d7e8d03004a37edac61253c3 (patch)
tree9cd54a8fce712e092ac48f4a7c9ba860d4f7a5da /_smtpd
parent71eb4f5b6f5fa4599ff5ca5d128a5c472c5aaf29 (diff)
Net::Server::Mail, not Net::SMTP::Mail
Diffstat (limited to '_smtpd')
-rw-r--r--_smtpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/_smtpd b/_smtpd
index a513f5b..4435bce 100644
--- a/_smtpd
+++ b/_smtpd
@@ -109,7 +109,7 @@ to be returned to the connecting client, as do usernames not found in
UnderSMTP was originally written to be used with the Request Tracker ticketing
system.
-UnderSMTP uses Net::SMTP::Mail to do all the hard work.
+UnderSMTP uses Net::Server::Mail to do all the hard work.
=head1 OPTIONS
@@ -142,7 +142,7 @@ Ivan Kohler <ivan-undersmtpd@420.am>
=head1 SEE ALSO
-L<Net::SMTP::Mail>
+L<Net::Server::Mail>
=cut