diff options
-rw-r--r-- | _smtpd | 4 | ||||
-rw-r--r-- | _smtpd.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 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</p> <p>UnderSMTP was originally written to be used with the Request Tracker ticketing system.</p> -<p>UnderSMTP uses Net::SMTP::Mail to do all the hard work.</p> +<p>UnderSMTP uses Net::Server::Mail to do all the hard work.</p> <p> </p> <hr /> @@ -106,7 +106,7 @@ stripped if present. Line continuations are not supported.</p> </p> <hr /> <h1><a name="see_also">SEE ALSO</a></h1> -<p><a href="/Net/SMTP/Mail.html">the Net::SMTP::Mail manpage</a></p> +<p><a href="/Net/Server/Mail.html">the Net::Server::Mail manpage</a></p> </body> |