fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
450 B
Text
8 lines
450 B
Text
This module is a versatile and extensible implementation of the SMTP protocol
|
|
and its different evolutions like ESMTP and LMTP. The event driven
|
|
object-oriented API makes easy to incorporate the SMTP protocol to your
|
|
programs.
|
|
|
|
Other SMTPd implementations don't support useful ESMTP extensions and the LMTP
|
|
protocol. Their interface design precludes adding them later. So I've decided
|
|
to rewrite a complete implementation with extensibility in mind.
|