Hi- On Monday, June 3, 2002, at 04:41 AM, Joshua Chamas wrote: > Quentin Smith wrote: >> >> Hi- >> It's Quentin, not Quintin, but anyway I just wanted you to know that >> from 2.31 to 2.35 was like silk. After pounding on my server for a few >> hours, I was surprised that absolutely NOTHING has problems. However, >> make test did report 2 errors, and Net::SMTP *was* installed with >> reasonable defaults. I haven't had a change to check $Server->Mail(), >> but I seem to remember 2.31 giving the same error on make test. I >> attached the make test log at the bottom. >> HTH, > > Good to hear _Quentin_ :) ( sorry about the i ). That taint error > is pretty hard to get rid of. Its real perl version dependent which > I have found working through it on 3 or 4 different perls now. > What is your perl version? ( perl -v is fine ) Well, I don't actually use taint checks on my server, but: [root@linux Apache-ASP-2.35]# perl -v
This is perl, version 5.005_03 built for i386-linux Copyright 1987-1999, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. [root@linux Apache-ASP-2.35]# > > For the server_mail test, it will only succeed if there is a > mail server running on the localhost. I will try to fix it so > that it will skip the test if there is not a server running there, > looks like it might have errored otherwise. Now, if you tell > me there is a mail server running on localhost, then we need > to look at this further. Hmm, I wonder what I am about to tell you. There IS a mail server running on localhost. :) Peering into Net::Config, I see that here are the defaults set on my system: %NetConfig = ( nntp_hosts => [], snpp_hosts => [], pop3_hosts => [], smtp_hosts => [], ph_hosts => [], daytime_hosts => [], time_hosts => [], inet_domain => undef, ftp_firewall => undef, ftp_ext_passive => 0, ftp_int_passive => 0, test_hosts => 1, test_exist => 1, ); So, although there is no default mail server, when I installed LibNet, I am sure it prompted me for a mail server and its SMTP test worked fine. BTW, after the upgrade, I had to add PerlSetVar MailHost mail into my apache config file. mail in this case resolves to an internal domain name (mail.comclub.org.), which resolves to 192.168.0.254, another ip of localhost. I just tested one of my apps using $Server->Mail() and the mail goes through just fine. Thanks, --Quentin > > --Josh > _________________________________________________________________ > Joshua Chamas Chamas Enterprises Inc. > NodeWorks Founder Huntington Beach, CA USA > http://www.nodeworks.com 1-714-625-4051 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
