Hi I get this on my syslog host from a fresh installed EFW 2.0:
Can't locate Sys/Hostname/Long.pm in @INC (@INC contains: ../lib /var/tmp/perl-Mail-SpamAssassin-buildroot/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/v endor_perl/5. Facility 21 Severity ERROR SysLogTag spamd[27832] So Thomas >>> Peter Warasin <[EMAIL PROTECTED]> 6.12.2006 22:54 >>> hi guys the-net wrote: > Can't locate Sys/Hostname/Long.pm - IS SOLVED > Can't locate IO/Socket/SSL.pm is still not working! > what i am missing here? the purpose why these modules are not packaged is: IO::Socket::SSL is an optional requirement of Spamassassin. It will only be used (if installed) by spamd and spamc, in order to use an encrypted SSL connection from spamc (the spamassassin client) to spamd (the spamassassin daemon). spamd will only be used by p3scan, which then spawns a spamc process for each mail which will be downloaded using POP3. the content then will be passed to spamd which does the checks. the ssl optional is thought to be used if spamc will be called on a remote machine different to the machine which runs spamd. it is not necessary to encrypt traffic which will never leave one of the network interfaces. for that matter and also because we try to keep the distribution as small as possible (installations on cf may become an option), we left out this module. i have never seen this log entry, i recently tried but had no error log appearing. did you change something? maybe we should explicitely disable ssl, since there is a possibility for it. i can reproduce the error message with spamd --version, but the daemon runs correctly also without this module.. so please consider this error message as warning message. as of the Sys/Hostname/Long.pm problem, this module is needed by SPF. I left it out because it had so many dependencies which we never will require. I think this module is also an optional, since SPF works on my test machine also without this module. Besides, Sys::Hostname is shipped and should do the job. (you can test it this way: perl -MMail::SPF::Query -le 'print for Mail::SPF::Query->new(helo=>shift, ipv4=>shift, sender=>shift)->result' lala 1 [EMAIL PROTECTED] it should inform you that 'testhost' is not a permitted sender) here also, i did not find any log entries on my system. peter -- :: e n d i a n :: open source - open minds :: peter warasin :: http://www.endian.it :: [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user -------------------------------------------------------------- SHS-Concept GbR Dipl.-Ing. Thomas Heimann Hagener Str.57 D-58642 Iserlohn Germany Tel.: +49 +2374 9209776 Mobil: 0160 94773968 Fax: +49 +2374 9209778 Ust-ID:DE813360908 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
