home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
inetd
< prev
next >
Wrap
Text File
|
2003-11-07
|
197b
|
10 lines
#!/usr/local/bin/perl
use Net::DummyInetd;
use Net::SMTP;
$p = new Net::DummyInetd qw(/usr/lib/sendmail -ba -bs);
$smtp = Net::SMTP->new('localhost', Port => $p->port, Debug => 7);
$smtp->quit;