$ perl -MNet::Ident -MO::Socket::INET -le'
$sock=IO::Socket::INET->new(
PeerAddr => "localhost:smtp(25)"
);
print join ", ", Net::Ident::lookup($sock);'
prints something like
vcESTuEcDGGJRPKKKAvySLm3r9lcMRko, OTHER
How do I decrypt the token if I'm not root on the local machine? I'm going to install this ident-using code from my Perl mail server (which does not run as root).
Do I have to turn off encryption in /etc/identd.conf?
In reply to Using Net::Ident? by dgaramond2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |