Name : perl-NetServer-SMTP
| |
Version : 0.01
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.7.1
| Date : 2023-01-27 17:51:09
|
Group : Development/Libraries/Perl
| Source RPM : perl-NetServer-SMTP-0.01-lp154.7.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : basic SMTP server class for Perl
|
Description :
A class that provides a basic SMTP server object and some methods. (Note that it doesn\'t provide a *run* method with a main execution loop -- hence the above example.)
(\'Net::SMTP\' provides a corresponding client class.)
It accepts requests in accordance with RFC 821, 4.5.1 (\"Minimum Implementation\"). No attempt to verify the authenticity of the sender is made; no attempt is made to filter out relay attacks or deliver the mail, and it doesn\'t even attempt to check messages for RFC 822 compliance. Instead, the mail is spooled in the form of a deep-frozen \'NetServer::SMTP\' object, dropped into the spool directory.
Spooled mail may be transmitted by (a) unfreezing it into a live \'NetServer::SMTP\' object and (b) invoking the *send()* method on it. This is the low-level delivery mechanism; it does not include a queueing mechanism.
Only one delivery method is supported in the base \'NetServer::SMTP\' class; this is dumb SMTP forwarding to a remote smarthost. Child classes derived from \'NetServer::SMTP\' may provide alternative *send()* methods which override this default, for example to supply local delivery methods, routing, and associated transport mechanisms for transport via UUCP or other protocols.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-N/15.4/noarch |