
spf at metro
Jun 11, 2004, 3:56 PM
Post #6 of 6
(1448 views)
Permalink
|
Let me add to that: For getopt you could use the latest Getopt::Std and Getopt::Long i believe. Koen On Sat, Jun 12, 2004 at 12:46:00AM +0200, Koen Martens wrote: > Hi Again, > > I think for Socket you'd want to use > http://search.cpan.org/~nwclark/perl-5.8.4/ext/Socket/Socket.pm, which > is from 21 april 2004. > > As far as getopt goes, there are indeed a lot of them. I don't really > know which one to pick, but I suspect this is part of your standard perl > installation. Try something like: > > [gmc [at] dav 5.8.1]$ cd /usr/lib/perl5/ > [gmc [at] dav perl5]$ find | grep Getopt > ./5.8.1/Getopt > ./5.8.1/Getopt/Long > ./5.8.1/Getopt/Long.pm > ./5.8.1/Getopt/Std.pm > > Did you know btw, that 'perl -MCPAN -e "install Socket"' for example > installs the appropriate socket module? > > Koen > > On Fri, Jun 11, 2004 at 06:33:52PM -0400, Drew J. Como wrote: > > Looking further, I found the following the socket-1.5 > > module is 6 years old as well. It doesn't compile, as > > Errno does not either. (All of the other modules compiled > > and installed without the hint of a problem.) > > > > In regards to socket and getopt, which exact module do > > I add? There are numerous ones listed. > > > > Thanks :-) > > > > ============================================ > > Drew J. Como Phone: 631-434-6600 > > Systems Administrator Fax: 631-434-7800 > > dcomo [at] bascom Web: www.bascom.com > > BASCOM Global Internet Services, Inc. > > -------------------------------------------- > > "When quality is the goal, > > winning is guaranteed." > > > > -----Original Message----- > > From: owner-spf-help [at] v2 [mailto:owner-spf-help [at] v2] > > On Behalf Of Koen Martens > > Sent: Friday, June 11, 2004 6:14 PM > > To: spf-help [at] v2 > > Subject: Re: [spf-help] Question about installing SPF > > > > > > On Fri, Jun 11, 2004 at 05:46:07PM -0400, Drew J. Como wrote: > > > I am in the process of building a few new mail servers > > > and want to include SPF. I am using SuSE's latest 9.1 Pro > > > distro and would like to use their RPM-based Sendmail > > > rather than compiling my own, however I don't know if they > > > build in Milter support. Is there a command I can run, > > > or a file that I can look at to see if Milter support was > > > compiled in? > > > > Have you tried just to build a sendmail.cf with the milter options in > > there and see if it worked? I can't think of another way of finding out > > really, but that may be because it is late and i'm tired atm.. > > > > > Also, I am having a hard time finding/building the following > > > Perl modules: > > > > > > POSIX - There are a few listed > > > Socket - There are a few listed > > > Getopt - There are a few listed > > > Errno - This is 6 years old and doesn't compile > > > > > > Can anyone offer any assistance? I would greatly appreciate > > > it! > > > > You _did_ check cpan (http://search.cpan.org/) ?? Most of these modules > > are from april 21st 2004. > > > > > Thanks :-) > > > > Hope this helps! > > > > -- > > K.F.J. Martens, Sonologic, http://www.sonologic.nl/ > > Networking, embedded systems, unix expertise, artificial intelligence. > > Public PGP key: http://www.metro.cx/pubkey-gmc.asc > > Wondering about the funny attachment your mail program > > can't read? Visit http://www.openpgp.org/ > > > > ------- > > Archives at http://archives.listbox.com/spf-help/current/ > > Donate! http://spf.pobox.com/donations.html > > To unsubscribe, change your address, or temporarily deactivate your > > subscription, > > please go to http://v2.listbox.com/member/?listname=spf-help [at] v2 > > > > > > > > ------- > > Archives at http://archives.listbox.com/spf-help/current/ > > Donate! http://spf.pobox.com/donations.html > > To unsubscribe, change your address, or temporarily deactivate your subscription, > > please go to http://v2.listbox.com/member/?listname=spf-help [at] v2 > > -- > K.F.J. Martens, Sonologic, http://www.sonologic.nl/ > Networking, embedded systems, unix expertise, artificial intelligence. > Public PGP key: http://www.metro.cx/pubkey-gmc.asc > Wondering about the funny attachment your mail program > can't read? Visit http://www.openpgp.org/ > > ------- > Archives at http://archives.listbox.com/spf-help/current/ > Donate! http://spf.pobox.com/donations.html > To unsubscribe, change your address, or temporarily deactivate your subscription, > please go to http://v2.listbox.com/member/?listname=spf-help [at] v2 -- K.F.J. Martens, Sonologic, http://www.sonologic.nl/ Networking, embedded systems, unix expertise, artificial intelligence. Public PGP key: http://www.metro.cx/pubkey-gmc.asc Wondering about the funny attachment your mail program can't read? Visit http://www.openpgp.org/ ------- Archives at http://archives.listbox.com/spf-help/current/ Donate! http://spf.pobox.com/donations.html To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname=spf-help [at] v2
|