I've recently built a RedHat FC5 system and installed amavisd-new-2.4.2
on it. I plan to use it in conjunction with Postfix (2.3.2). When
testing amavisd-new using the debug argument...
[EMAIL PROTECTED] sbin]# pwd
/usr/local/amavisd/sbin
[EMAIL PROTECTED] sbin]# ./amavisd -c ../etc/amavisd.conf debug
I get the following output (line breaks are mine):
Aug 23 13:10:46 this.host.com ./amavisd[17275]: starting. ./amavisd at
this.host.com amavisd-new-2.4.2 (20060627), Unicode aware,
LANG=en_US.UTF-8
Aug 23 13:10:46 this.host.com ./amavisd[17275]: user=, EUID: 0 (0);
group=, EGID: 0 10 6 4 3 2 1 0 (0 10 6 4 3 2 1 0); log_level=0
Aug 23 13:10:46 this.host.com ./amavisd[17275]: Perl version 5.008008
Aug 23 13:10:47 this.host.com ./amavisd[17275]: INFO: no optional
modules: DBD::mysql Razor2::Client::Agent
Mail::SpamAssassin::Plugin::DomainKeys
Mail::SpamAssassin::Plugin::HTTPSMismatch Mail::DomainKeys::Header
Mail::DomainKeys::Message Mail::DomainKeys::Policy
Mail::DomainKeys::Signature Mail::DomainKeys::Key
Mail::DomainKeys::Key::Public Crypt::OpenSSL::RSA
auto::Crypt::OpenSSL::RSA::new_public_key
auto::Crypt::OpenSSL::RSA::new_public_key
auto::Crypt::OpenSSL::RSA::new_key_from_parameters
auto::Crypt::OpenSSL::RSA::get_key_parameters
auto::Crypt::OpenSSL::RSA::import_random_seed
Aug 23 13:10:47 this.host.com ./amavisd[17275]: SpamControl:
init_pre_chroot done Pid_file "/var/amavisd/amavisd.pid" already exists.
Overwriting!
Aug 23 13:10:47 this.host.com ./amavisd[17275]: Net::Server:
2006/08/23-13:10:47 Amavis (type Net::Server::PreForkSimple) starting!
pid(17275)
Aug 23 13:10:47 this.host.com ./amavisd[17275]: Net::Server: Binding to
UNIX socket file /var/amavisd/amavisd.sock using SOCK_STREAM
Aug 23 13:10:47 this.host.com ./amavisd[17275]: Net::Server: Binding to
TCP port 10024 on host 127.0.0.1
Aug 23 13:10:47 this.host.com ./amavisd[17275]: Net::Server: Setting gid
to "54323 54323"
Aug 23 13:10:47 this.host.com ./amavisd[17275]: Net::Server: Setting uid
to "503"
Aug 23 13:10:47 this.host.com ./amavisd[17275]: Net::Server: Setting up
serialization via flock
Aug 23 13:10:47 this.host.com ./amavisd[17275]: TROUBLE in
pre_loop_hook: Insecure dependency in open while running with -T switch
at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/IO/File.pm line 192.
Suicide () TROUBLE in pre_loop_hook: Insecure dependency in open while
running with -T switch at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/IO/File.pm line 192.
Line 192 in IO/File.pm is:
open($fh, $file); (part of sub open())
What's installed:
amavisd-new-2.4.2
Net::Server-0.94
IO::File-1.13
The issue appears to be in the Net::Server initialization code but I'm
not advanced enough to figure out the code. I see that versions of
amavisd-new after 2.3.3 had issues with Net::Server-0.91 and higher but
the home site states that this is fixed in later versions of
amavisd-new. Also, if I disable taint checking in amavisd, it starts up
just fine. Of course, I don't want to disable taint checking.
Google doesn't help much, unless my search criteria is poor... What
else can I check to narrow this problem down?
TIA,
ry
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/