From 6ff983de074dec58d7e8d03004a37edac61253c3 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Nov 2004 01:04:26 +0000 Subject: [PATCH] Net::Server::Mail, not Net::SMTP::Mail --- _smtpd | 4 ++-- _smtpd.html | 4 ++-- 2 files changed, 4 insertions(+), 4 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 =head1 SEE ALSO -L +L =cut diff --git a/_smtpd.html b/_smtpd.html index 8cf7849..4116876 100644 --- a/_smtpd.html +++ b/_smtpd.html @@ -67,7 +67,7 @@ to be returned to the connecting client, as do usernames not found in /etc/aliases

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.


@@ -106,7 +106,7 @@ stripped if present. Line continuations are not supported.


SEE ALSO

-

the Net::SMTP::Mail manpage

+

the Net::Server::Mail manpage

-- 2.11.0